Home
last modified time | relevance | path

Searched refs:pathBounds (Results 1 – 8 of 8) sorted by relevance

/external/skia/tests/
DParsePathTest.cpp47 const SkRect& pathBounds = path.getBounds(); in TestParsePath() local
48 REPORTER_ASSERT(reporter, expectedBounds == pathBounds); in TestParsePath()
/external/chromium/chrome/browser/ui/cocoa/
Dhover_close_button.mm103 NSRect pathBounds = [xPath_ bounds];
104 NSPoint pathCenter = NSMakePoint(NSMidX(pathBounds), NSMidY(pathBounds));
/external/skia/legacy/src/core/
DSkClipStack.cpp170 const SkRect& pathBounds = path.getBounds(); in clipDevPath() local
175 if (!SkRect::Intersects(rec->fRect, pathBounds)) { in clipDevPath()
181 if (!SkRect::Intersects(rec->fPath.getBounds(), pathBounds)) { in clipDevPath()
DSkDraw.cpp2551 SkRect pathBounds = devPath.getBounds(); in compute_bounds() local
2552 pathBounds.inset(-SK_ScalarHalf, -SK_ScalarHalf); in compute_bounds()
2553 pathBounds.roundOut(bounds); in compute_bounds()
/external/skia/src/gpu/
DGrPathUtils.cpp16 const GrRect& pathBounds) { in scaleToleranceToSrc() argument
27 mat.setTranslate((i % 2) ? pathBounds.fLeft : pathBounds.fRight, in scaleToleranceToSrc()
28 (i < 2) ? pathBounds.fTop : pathBounds.fBottom); in scaleToleranceToSrc()
DGrPathUtils.h25 const GrRect& pathBounds);
/external/skia/src/core/
DSkClipStack.cpp575 const SkRect& pathBounds = path.getBounds(); in clipDevPath() local
581 if (!SkRect::Intersects(element->fRect, pathBounds)) { in clipDevPath()
588 if (!SkRect::Intersects(element->fPath.getBounds(), pathBounds)) { in clipDevPath()
DSkDraw.cpp2701 SkRect pathBounds = devPath.getBounds(); in compute_bounds() local
2702 pathBounds.inset(-SK_ScalarHalf, -SK_ScalarHalf); in compute_bounds()
2703 pathBounds.roundOut(bounds); in compute_bounds()