Searched refs:rect_union (Results 1 – 3 of 3) sorted by relevance
/third_party/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()
|
/third_party/skia/src/core/ |
D | SkGlyph.h | 177 SkGlyphRect rect_union(SkGlyphRect, SkGlyphRect); 203 friend SkGlyphRect skglyph::rect_union(SkGlyphRect, SkGlyphRect); 221 inline SkGlyphRect rect_union(SkGlyphRect a, SkGlyphRect b) { in rect_union() function
|
/third_party/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 546 runBounds = skglyph::rect_union(runBounds, deviceBounds); in Make() 1749 runBounds = skglyph::rect_union(runBounds, deviceBounds); in Make()
|