Home
last modified time | relevance | path

Searched refs:zeroWidth (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkDraw.cpp565 const bool zeroWidth = (0 == width); in ComputeRectType() local
568 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) { in ComputeRectType()
577 } else if (zeroWidth) { in ComputeRectType()
/external/skqp/src/core/
DSkDraw.cpp565 const bool zeroWidth = (0 == width); in ComputeRectType() local
568 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) { in ComputeRectType()
577 } else if (zeroWidth) { in ComputeRectType()
/external/skia/src/xps/
DSkXPSDevice.cpp1073 const bool zeroWidth = (0 == paint.getStrokeWidth()); in rect_must_be_pathed() local
1079 (matrix.hasPerspective() && !zeroWidth) || in rect_must_be_pathed()
/external/skqp/src/xps/
DSkXPSDevice.cpp1076 const bool zeroWidth = (0 == paint.getStrokeWidth()); in rect_must_be_pathed() local
1082 (matrix.hasPerspective() && !zeroWidth) || in rect_must_be_pathed()