Searched refs:bg1 (Results 1 – 1 of 1) sorted by relevance
115 static int CompareBackgroundColor(uint32_t bg1, uint32_t bg2, int premultiply) { in CompareBackgroundColor() argument117 const int alpha1 = (bg1 >> 24) & 0xff; in CompareBackgroundColor()121 if (bg1 != bg2) { in CompareBackgroundColor()123 bg1, bg2); in CompareBackgroundColor()
Completed in 3 milliseconds