Lines Matching defs:xi
653 int xi = x - glyph->info.x;
656 if (xi < dst->pCompositeClip->extents.x2 &&
658 xi + glyph->info.width > dst->pCompositeClip->extents.x1 &&
665 r.dst.x = xi;
667 x2 = xi + glyph->info.width;
776 int i, xi, yi;
802 xi = x - glyph->info.x;
805 if (xi < dst->pCompositeClip->extents.x2 &&
807 xi + glyph->info.width > dst->pCompositeClip->extents.x1 &&
814 r.dst.x = xi;
816 x2 = xi + glyph->info.width;
1269 int16_t xi, yi;
1277 xi = x - g->info.x;
1279 if (xi >= width || yi >= height)
1281 if (xi + g->info.width <= 0 ||
1292 xi, yi,
1304 xi, yi,
1314 xi, yi,
1921 int xi = x - g->info.x;
1926 xi, yi,
1932 src_x + xi,
1940 src_x + xi,
1943 xi, yi,
2225 int16_t xi, yi;
2233 xi = x - g->info.x;
2235 if (xi >= width || yi >= height)
2237 if (xi + g->info.width <= 0 ||
2247 xi, yi,
2259 xi, yi,
2269 xi, yi,