Home
last modified time | relevance | path

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

/third_party/skia/tests/
DSkGlyphTest.cpp15 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/
DSkGlyph.h177 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/
DGrTextBlob.cpp546 runBounds = skglyph::rect_union(runBounds, deviceBounds); in Make()
1749 runBounds = skglyph::rect_union(runBounds, deviceBounds); in Make()