Home
last modified time | relevance | path

Searched refs:glyph_box (Results 1 – 1 of 1) sorted by relevance

/third_party/pixman/pixman/
Dpixman-glyph.c445 pixman_box32_t glyph_box; in pixman_composite_glyphs_no_mask() local
451 glyph_box.x1 = dest_x + glyphs[i].x - glyph->origin_x; in pixman_composite_glyphs_no_mask()
452 glyph_box.y1 = dest_y + glyphs[i].y - glyph->origin_y; in pixman_composite_glyphs_no_mask()
453 glyph_box.x2 = glyph_box.x1 + glyph->image->bits.width; in pixman_composite_glyphs_no_mask()
454 glyph_box.y2 = glyph_box.y1 + glyph->image->bits.height; in pixman_composite_glyphs_no_mask()
462 if (box32_intersect (&composite_box, pbox, &glyph_box)) in pixman_composite_glyphs_no_mask()
539 pixman_box32_t glyph_box; in add_glyphs() local
587 glyph_box.x1 = glyphs[i].x - glyph->origin_x + off_x; in add_glyphs()
588 glyph_box.y1 = glyphs[i].y - glyph->origin_y + off_y; in add_glyphs()
589 glyph_box.x2 = glyph_box.x1 + glyph->image->bits.width; in add_glyphs()
[all …]