Searched refs:rect_union (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/ |
D | SkGlyphTest.cpp | 15 SkGlyphRect a = rect_union(r, empty_rect()); in DEF_TEST() 32 acc = rect_union(acc, SkGlyphRect(x, y, x + 20, y + 20)); in DEF_TEST()
|
/external/skia/src/core/ |
D | SkGlyph.h | 176 SkGlyphRect rect_union(SkGlyphRect, SkGlyphRect); 202 friend SkGlyphRect skglyph::rect_union(SkGlyphRect, SkGlyphRect); 220 inline SkGlyphRect rect_union(SkGlyphRect a, SkGlyphRect b) { in rect_union() function
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 533 runBounds = skglyph::rect_union(runBounds, deviceBounds); in Make() 1719 runBounds = skglyph::rect_union(runBounds, deviceBounds); in Make()
|