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

  /external/skia/src/core/
SkDrawShadowInfo.cpp 22 const SkRect& pathBounds, SkMatrix* shadowTransform, SkScalar* radius) {
26 SkScalar occluderHeight = heightFunc(pathBounds.centerX(), pathBounds.centerY());
36 if (SkScalarNearlyZero(pathBounds.width()) || SkScalarNearlyZero(pathBounds.height())) {
42 ctm.mapRectToQuad(pts, pathBounds);
48 SkScalar z = heightFunc(pathBounds.fLeft, pathBounds.fTop);
50 z = heightFunc(pathBounds.fRight, pathBounds.fTop)
    [all...]
SkPictureCommon.h 52 const SkRect& pathBounds = op.path.getBounds();
56 } else if (SkPaint::kFill_Style == paintStyle && pathBounds.width() < 64.f &&
57 pathBounds.height() < 64.f && !op.path.isVolatile()) {
SkDrawShadowInfo.h 70 const SkRect& pathBounds, SkMatrix* shadowTransform, SkScalar* radius);
SkStrike.cpp 377 const SkRect& pathBounds = path->getBounds();
378 if (*(&pathBounds.fBottom - yAxis) < bounds[0] || bounds[1] < *(&pathBounds.fTop - yAxis)) {
SkCanvas.cpp     [all...]
  /external/skqp/src/core/
SkDrawShadowInfo.cpp 22 const SkRect& pathBounds, SkMatrix* shadowTransform, SkScalar* radius) {
26 SkScalar occluderHeight = heightFunc(pathBounds.centerX(), pathBounds.centerY());
36 if (SkScalarNearlyZero(pathBounds.width()) || SkScalarNearlyZero(pathBounds.height())) {
42 ctm.mapRectToQuad(pts, pathBounds);
48 SkScalar z = heightFunc(pathBounds.fLeft, pathBounds.fTop);
50 z = heightFunc(pathBounds.fRight, pathBounds.fTop)
    [all...]
SkPictureCommon.h 52 const SkRect& pathBounds = op.path.getBounds();
56 } else if (SkPaint::kFill_Style == paintStyle && pathBounds.width() < 64.f &&
57 pathBounds.height() < 64.f && !op.path.isVolatile()) {
SkDrawShadowInfo.h 70 const SkRect& pathBounds, SkMatrix* shadowTransform, SkScalar* radius);
SkStrike.cpp 355 const SkRect& pathBounds = path->getBounds();
356 if (*(&pathBounds.fBottom - yAxis) < bounds[0] || bounds[1] < *(&pathBounds.fTop - yAxis)) {
SkCanvas.cpp     [all...]
  /external/skia/tests/
ParsePathTest.cpp 50 const SkRect& pathBounds = path.getBounds();
51 REPORTER_ASSERT(reporter, expectedBounds == pathBounds);
  /external/skqp/tests/
ParsePathTest.cpp 50 const SkRect& pathBounds = path.getBounds();
51 REPORTER_ASSERT(reporter, expectedBounds == pathBounds);
  /external/skia/src/gpu/
GrDistanceFieldGenFromVector.cpp 748 SkIRect pathBounds = xformPath.getBounds().roundOut();
754 expectPathBounds.contains(pathBounds.x(), pathBounds.y()));
755 SkASSERT(expectPathBounds.isEmpty() || pathBounds.isEmpty() ||
756 expectPathBounds.contains(pathBounds));
772 SkDEBUGCODE(pathBounds = workingPath.getBounds().roundOut());
774 expectPathBounds.contains(pathBounds.x(), pathBounds.y()));
775 SkASSERT(expectPathBounds.isEmpty() || pathBounds.isEmpty() ||
776 expectPathBounds.contains(pathBounds));
    [all...]
GrPathUtils.h 26 const SkRect& pathBounds);
GrPathUtils.cpp 18 const SkRect& pathBounds) {
28 mat.setTranslate((i % 2) ? pathBounds.fLeft : pathBounds.fRight,
29 (i < 2) ? pathBounds.fTop : pathBounds.fBottom);
37 // max of the path pathBounds width and height.
38 srcTol = SkTMax(pathBounds.width(), pathBounds.height());
    [all...]
GrTessellator.cpp     [all...]
  /external/skqp/src/gpu/
GrDistanceFieldGenFromVector.cpp 748 SkIRect pathBounds = xformPath.getBounds().roundOut();
754 expectPathBounds.contains(pathBounds.x(), pathBounds.y()));
755 SkASSERT(expectPathBounds.isEmpty() || pathBounds.isEmpty() ||
756 expectPathBounds.contains(pathBounds));
772 SkDEBUGCODE(pathBounds = workingPath.getBounds().roundOut());
774 expectPathBounds.contains(pathBounds.x(), pathBounds.y()));
775 SkASSERT(expectPathBounds.isEmpty() || pathBounds.isEmpty() ||
776 expectPathBounds.contains(pathBounds));
    [all...]
GrPathUtils.h 26 const SkRect& pathBounds);
GrPathUtils.cpp 18 const SkRect& pathBounds) {
28 mat.setTranslate((i % 2) ? pathBounds.fLeft : pathBounds.fRight,
29 (i < 2) ? pathBounds.fTop : pathBounds.fBottom);
37 // max of the path pathBounds width and height.
38 srcTol = SkTMax(pathBounds.width(), pathBounds.height());
    [all...]
GrTessellator.cpp     [all...]

Completed in 788 milliseconds