HomeSort by: relevance | last modified time | path
    Searched refs:x_bottom (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-fast-path.c 2498 pixman_fixed_t x_top, x_bottom, x; local
2521 x = x_top = x_bottom = v.vector[0] - pixman_fixed_1/2;
2556 x_bottom = 0;
2562 x_bottom = x;
2619 x_bottom += ux_bottom;
2631 br = bottom_row[pixman_fixed_to_int (x_bottom) + 1] | bottom_mask;
2639 x_bottom += ux_bottom;
2655 bl = bottom_row [pixman_fixed_to_int (x_bottom)] | bottom_mask;
2656 br = bottom_row [pixman_fixed_to_int (x_bottom) + 1] | bottom_mask;
2666 x_bottom += ux_bottom
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imstb_truetype.h 2997 float x_top, x_bottom;
3013 x_bottom = x0 + dx * (e->ey - y_top);
3016 x_bottom = xb;
3020 if (x_top >= 0 && x_bottom >= 0 && x_top < len && x_bottom < len) {
3023 if ((int) x_top == (int) x_bottom) {
3029 scanline[x] += e->direction * (1-((x_top - x) + (x_bottom-x))/2) * height;
3035 if (x_top > x_bottom) {
3041 t = x_bottom, x_bottom = x_top, x_top = t
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imstb_truetype.h 2997 float x_top, x_bottom;
3013 x_bottom = x0 + dx * (e->ey - y_top);
3016 x_bottom = xb;
3020 if (x_top >= 0 && x_bottom >= 0 && x_top < len && x_bottom < len) {
3023 if ((int) x_top == (int) x_bottom) {
3029 scanline[x] += e->direction * (1-((x_top - x) + (x_bottom-x))/2) * height;
3035 if (x_top > x_bottom) {
3041 t = x_bottom, x_bottom = x_top, x_top = t
    [all...]

Completed in 12 milliseconds