Lines Matching refs: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;
1272 int16_t xi, yi;
1280 xi = x - g->info.x;
1282 if (xi >= width || yi >= height)
1284 if (xi + g->info.width <= 0 ||
1295 xi, yi,
1307 xi, yi,
1317 xi, yi,
1887 int xi = x - g->info.x;
1892 xi, yi,
1898 src_x + xi,
1906 src_x + xi,
1909 xi, yi,
2197 int16_t xi, yi;
2205 xi = x - g->info.x;
2207 if (xi >= width || yi >= height)
2209 if (xi + g->info.width <= 0 ||
2219 xi, yi,
2231 xi, yi,
2241 xi, yi,