HomeSort by relevance Sort by last modified time
    Searched defs:pathBounds (Results 1 - 6 of 6) sorted by null

  /external/skia/tests/
ParsePathTest.cpp 48 const SkRect& pathBounds = path.getBounds();
49 REPORTER_ASSERT(reporter, expectedBounds == pathBounds);
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 578 const SkRect& pathBounds = path.getBounds();
584 if (!SkRect::Intersects(element->fRect, pathBounds)) {
590 if (!SkRect::Intersects(element->fPath.getBounds(), pathBounds)) {
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkClipStack.cpp 578 const SkRect& pathBounds = path.getBounds();
584 if (!SkRect::Intersects(element->fRect, pathBounds)) {
590 if (!SkRect::Intersects(element->fPath.getBounds(), pathBounds)) {
SkDraw.cpp     [all...]
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 564 RectF pathBounds = getPathBounds();
565 path.computeBounds(pathBounds, true);
566 return nQuickReject(mRenderer, pathBounds.left, pathBounds.top,
567 pathBounds.right, pathBounds.bottom);
    [all...]

Completed in 988 milliseconds