Home | History | Annotate | Download | only in pixman

Lines Matching defs:high

229 	/* With BGRA formats we start counting at the high end of the pixel */
237 /* With BGRA formats we start counting at the high end of the pixel */
567 uint8_t high = 255;
569 while (high - low > 1)
571 uint8_t mid = (low + high) / 2;
574 high = mid;
579 if (to_linear[high] - f < f - to_linear[low])
580 return high;