Home
last modified time | relevance | path

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

/external/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()
/external/skia/src/core/
DSkGlyph.h176 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/
DGrTextBlob.cpp533 runBounds = skglyph::rect_union(runBounds, deviceBounds); in Make()
1719 runBounds = skglyph::rect_union(runBounds, deviceBounds); in Make()