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

/external/pixman/pixman/
H A Dpixman-glyph.c442 pixman_box32_t glyph_box; local
448 glyph_box.x1 = dest_x + glyphs[i].x - glyph->origin_x;
449 glyph_box.y1 = dest_y + glyphs[i].y - glyph->origin_y;
450 glyph_box.x2 = glyph_box.x1 + glyph->image->bits.width;
451 glyph_box.y2 = glyph_box.y1 + glyph->image->bits.height;
459 if (box32_intersect (&composite_box, pbox, &glyph_box))
536 pixman_box32_t glyph_box; local
584 glyph_box
[all...]

Completed in 317 milliseconds