Home
last modified time | relevance | path

Searched refs:rect_intersection (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DSkGlyphTest.cpp18 a = rect_intersection(r, full_rect()); in DEF_TEST()
24 acc = rect_intersection(acc, SkGlyphRect(x, y, x + 20, y + 20)); in DEF_TEST()
/external/skia/src/core/
DSkGlyph.h177 SkGlyphRect rect_intersection(SkGlyphRect, SkGlyphRect);
203 friend SkGlyphRect skglyph::rect_intersection(SkGlyphRect, SkGlyphRect);
223 inline SkGlyphRect rect_intersection(SkGlyphRect a, SkGlyphRect b) { in rect_intersection() function