Searched refs: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 9 SkDebugf("%s intersection: %g, %g, %g, %g\n", intersected ? "" : "no ", in REG_FIDDLE()
|
H A D | IRect_intersect_2.cpp | 8 bool intersected = result.intersect({ 10, 40, 50, 80 }, { 30, 60, 70, 90 }); in REG_FIDDLE() local 9 SkDebugf("%s intersection: %d, %d, %d, %d\n", intersected ? "" : "no ", in REG_FIDDLE()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 52 TextRange intersected(const TextRange& a, const TextRange& b) { in intersected() function 1424 auto intersect = intersected(lastGlyphRange, curGlyphRange); 1465 TextRange intersect = intersected(block->fRange, 1513 intersect = intersected(block->fRange, textRange); 1643 auto lineIntersection = intersected(run->textRange(), textRange); 1652 TextRange whitespaces = intersected( 1696 auto lineIntersection = intersected(run->textRange(), textRange); 1705 TextRange whitespaces = intersected(
|
Completed in 5 milliseconds