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

/external/pixman/pixman/
H A Dpixman-glyph.c445 pixman_box32_t composite_box; local
459 if (box32_intersect (&composite_box, pbox, &glyph_box))
475 info.src_x = src_x + composite_box.x1 - dest_x;
476 info.src_y = src_y + composite_box.y1 - dest_y;
477 info.mask_x = composite_box.x1 - (dest_x + glyphs[i].x - glyph->origin_x);
478 info.mask_y = composite_box.y1 - (dest_y + glyphs[i].y - glyph->origin_y);
479 info.dest_x = composite_box.x1;
480 info.dest_y = composite_box.y1;
481 info.width = composite_box.x2 - composite_box
537 pixman_box32_t composite_box; local
[all...]

Completed in 433 milliseconds