Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDraw.cpp736 const bool zeroWidth = (0 == width); in ComputeRectType() local
739 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) { in ComputeRectType()
749 } else if (zeroWidth) { in ComputeRectType()
/external/skia/src/xps/
DSkXPSDevice.cpp1076 const bool zeroWidth = (0 == paint.getStrokeWidth()); in rect_must_be_pathed() local
1083 (matrix.hasPerspective() && !zeroWidth) || in rect_must_be_pathed()