Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.cpp767 const bool zeroWidth = (0 == width); in ComputeRectType() local
770 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) { in ComputeRectType()
780 } else if (zeroWidth) { in ComputeRectType()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1097 const bool zeroWidth = (0 == paint.getStrokeWidth()); in rect_must_be_pathed() local
1104 (matrix.hasPerspective() && !zeroWidth) || in rect_must_be_pathed()