Searched refs:pathBounds (Results 1 – 8 of 8) sorted by relevance
47 const SkRect& pathBounds = path.getBounds(); in TestParsePath() local48 REPORTER_ASSERT(reporter, expectedBounds == pathBounds); in TestParsePath()
103 NSRect pathBounds = [xPath_ bounds];104 NSPoint pathCenter = NSMakePoint(NSMidX(pathBounds), NSMidY(pathBounds));
170 const SkRect& pathBounds = path.getBounds(); in clipDevPath() local175 if (!SkRect::Intersects(rec->fRect, pathBounds)) { in clipDevPath()181 if (!SkRect::Intersects(rec->fPath.getBounds(), pathBounds)) { in clipDevPath()
2551 SkRect pathBounds = devPath.getBounds(); in compute_bounds() local2552 pathBounds.inset(-SK_ScalarHalf, -SK_ScalarHalf); in compute_bounds()2553 pathBounds.roundOut(bounds); in compute_bounds()
16 const GrRect& pathBounds) { in scaleToleranceToSrc() argument27 mat.setTranslate((i % 2) ? pathBounds.fLeft : pathBounds.fRight, in scaleToleranceToSrc()28 (i < 2) ? pathBounds.fTop : pathBounds.fBottom); in scaleToleranceToSrc()
25 const GrRect& pathBounds);
575 const SkRect& pathBounds = path.getBounds(); in clipDevPath() local581 if (!SkRect::Intersects(element->fRect, pathBounds)) { in clipDevPath()588 if (!SkRect::Intersects(element->fPath.getBounds(), pathBounds)) { in clipDevPath()
2701 SkRect pathBounds = devPath.getBounds(); in compute_bounds() local2702 pathBounds.inset(-SK_ScalarHalf, -SK_ScalarHalf); in compute_bounds()2703 pathBounds.roundOut(bounds); in compute_bounds()