Searched refs:pathBounds (Results 1 – 6 of 6) sorted by relevance
40 const SkRect& pathBounds = path.getBounds(); in TestParsePath() local41 REPORTER_ASSERT(reporter, expectedBounds == pathBounds); in TestParsePath()
718 SkRect pathBounds; in draw() local719 pathBounds.set(picture.mRealArea); in draw()728 canvas->clipRect(pathBounds); in draw()729 canvas->translate(pathBounds.fLeft, pathBounds.fTop); in draw()778 SkRect pathBounds; in draw()783 pathBounds = pathClip.getBounds(); in draw()785 pathBounds.set(area.getBounds()); in draw()786 canvas->clipRect(pathBounds); in draw()788 canvas->translate(pathBounds.fLeft, pathBounds.fTop); in draw()794 if (maxElapsed < elapsed && (pathBounds.width() >= MIN_SPLITTABLE || in draw()[all …]
158 const SkRect& pathBounds = path.getBounds(); in clipDevPath() local163 if (!SkRect::Intersects(rec->fRect, pathBounds)) { in clipDevPath()169 if (!SkRect::Intersects(rec->fPath.getBounds(), pathBounds)) { in clipDevPath()
2557 SkRect pathBounds = devPath.getBounds(); in compute_bounds() local2558 pathBounds.inset(-SK_ScalarHalf, -SK_ScalarHalf); in compute_bounds()2559 pathBounds.roundOut(bounds); in compute_bounds()
103 NSRect pathBounds = [xPath_ bounds];104 NSPoint pathCenter = NSMakePoint(NSMidX(pathBounds), NSMidY(pathBounds));
1195 GrRect pathBounds = path.getBounds(); in drawPath() local1197 if (!pathBounds.isEmpty()) { in drawPath()1199 pathBounds.offset(*translate); in drawPath()1201 target->getViewMatrix().mapRect(&pathBounds, pathBounds); in drawPath()1202 pathBounds.roundOut(&pathIBounds); in drawPath()