Searched refs:getBoundaryPath (Results 1 – 9 of 9) sorted by relevance
89 if (!region.getBoundaryPath(&path)) in drawRegion()
93 bool getBoundaryPath(SkPath* path) const;
424 bool SkRegion::getBoundaryPath(SkPath* path) const { in getBoundaryPath() function in SkRegion
439 bool SkRegion::getBoundaryPath(SkPath* path) const { in getBoundaryPath() function in SkRegion
334 focusRingRegion.getBoundaryPath(&path); in drawFocusRing()
381 SkAssertResult(clipRegion.getBoundaryPath(&clipPath)); in updateClip()1352 clipRegion.getBoundaryPath(&clipPath); in setUpContentEntry()
552 focusRingRegion.getBoundaryPath(&path); in drawFocusRing()
1893 SkAssertResult(d.fClip->getBoundaryPath(&clipPath)); in clip()