Home
last modified time | relevance | path

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

/external/skia/tests/
DSkGlyphTest.cpp22 a = rect_intersection(r, full_rect()); in DEF_TEST()
28 acc = rect_intersection(acc, SkGlyphRect(x, y, x + 20, y + 20)); in DEF_TEST()
/external/skia/src/core/
DSkGlyph.h241 SkGlyphRect rect_intersection(SkGlyphRect, SkGlyphRect);
274 friend SkGlyphRect skglyph::rect_intersection(SkGlyphRect, SkGlyphRect);
295 inline SkGlyphRect rect_intersection(SkGlyphRect a, SkGlyphRect b) { in rect_intersection() function