Home
last modified time | relevance | path

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

/external/skia/tests/
DSkGlyphTest.cpp17 SkGlyphRect a = rect_union(r, empty_rect()); in DEF_TEST()
36 acc = rect_union(acc, SkGlyphRect(x, y, x + 20, y + 20)); in DEF_TEST()
DSkStrikeTest.cpp67 boundingRect = skglyph::rect_union(boundingRect, glyphBounds); in prepare_for_mask_drawing()
/external/skia/src/core/
DSkGlyph.h240 SkGlyphRect rect_union(SkGlyphRect, SkGlyphRect);
273 friend SkGlyphRect skglyph::rect_union(SkGlyphRect, SkGlyphRect);
292 inline SkGlyphRect rect_union(SkGlyphRect a, SkGlyphRect b) { in rect_union() function
/external/skia/src/text/gpu/
DSubRunContainer.cpp2343 boundingRect = skglyph::rect_union(boundingRect, glyphBounds); in prepare_for_SDFT_drawing()
2387 boundingRect = skglyph::rect_union(boundingRect, glyphBounds); in prepare_for_direct_mask_drawing()
2418 boundingRect = skglyph::rect_union(boundingRect, glyphBounds); in prepare_for_mask_drawing()