Lines Matching defs:yi
654 int yi = y - glyph->info.y;
657 yi < dst->pCompositeClip->extents.y2 &&
659 yi + glyph->info.height > dst->pCompositeClip->extents.y1) {
666 r.dst.y = yi;
668 y2 = yi + glyph->info.height;
776 int i, xi, yi;
803 yi = y - glyph->info.y;
806 yi < dst->pCompositeClip->extents.y2 &&
808 yi + glyph->info.height > dst->pCompositeClip->extents.y1) {
815 r.dst.y = yi;
817 y2 = yi + glyph->info.height;
1269 int16_t xi, yi;
1278 yi = y - g->info.y;
1279 if (xi >= width || yi >= height)
1282 yi + g->info.height <= 0)
1292 xi, yi,
1304 xi, yi,
1314 xi, yi,
1922 int yi = y - g->info.y;
1926 xi, yi,
1933 src_y + yi,
1941 src_y + yi,
1943 xi, yi,
2225 int16_t xi, yi;
2234 yi = y - g->info.y;
2235 if (xi >= width || yi >= height)
2238 yi + g->info.height <= 0)
2247 xi, yi,
2259 xi, yi,
2269 xi, yi,