Home
last modified time | relevance | path

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

/external/skia/tests/
DParsePathTest.cpp40 const SkRect& pathBounds = path.getBounds(); in TestParsePath() local
41 REPORTER_ASSERT(reporter, expectedBounds == pathBounds); in TestParsePath()
/external/webkit/Source/WebKit/android/jni/
DPictureSet.cpp718 SkRect pathBounds; in draw() local
719 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 …]
/external/skia/src/core/
DSkClipStack.cpp158 const SkRect& pathBounds = path.getBounds(); in clipDevPath() local
163 if (!SkRect::Intersects(rec->fRect, pathBounds)) { in clipDevPath()
169 if (!SkRect::Intersects(rec->fPath.getBounds(), pathBounds)) { in clipDevPath()
DSkDraw.cpp2557 SkRect pathBounds = devPath.getBounds(); in compute_bounds() local
2558 pathBounds.inset(-SK_ScalarHalf, -SK_ScalarHalf); in compute_bounds()
2559 pathBounds.roundOut(bounds); in compute_bounds()
/external/chromium/chrome/browser/ui/cocoa/
Dhover_close_button.mm103 NSRect pathBounds = [xPath_ bounds];
104 NSPoint pathCenter = NSMakePoint(NSMidX(pathBounds), NSMidY(pathBounds));
/external/skia/gpu/src/
DGrContext.cpp1195 GrRect pathBounds = path.getBounds(); in drawPath() local
1197 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()