Searched defs:intersected (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Rect_intersect_3.cpp | 8 bool intersected = result.intersect({ 10, 40, 50, 80 }, { 30, 60, 70, 90 }); in REG_FIDDLE() local
|
H A D | IRect_intersect_2.cpp | 8 bool intersected = result.intersect({ 10, 40, 50, 80 }, { 30, 60, 70, 90 }); in REG_FIDDLE() local
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 52 TextRange intersected(const TextRange& a, const TextRange& b) { in intersected() function
|
Completed in 6 milliseconds