Home
last modified time | relevance | path

Searched refs:isHairlineStyle (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/
DGrStencilAndCoverPathRenderer.cpp62 return !stroke.getStrokeRec().isHairlineStyle() && in canDrawPath()
108 SkASSERT(!stroke.getStrokeRec().isHairlineStyle()); in onDrawPath()
DGrDefaultPathRenderer.cpp163 if (!stroke.isHairlineStyle() && !path.isInverseFillType()) { in single_pass_path()
550 if (!stroke->getStrokeRec().isHairlineStyle()) { in internalDrawPath()
555 const bool isHairline = stroke->getStrokeRec().isHairlineStyle(); in internalDrawPath()
DGrPathRenderer.h163 if (stroke.getStrokeRec().isHairlineStyle()) { in IsStrokeHairlineOrEquivalent()
DGrSWMaskHelper.cpp128 if (stroke.isHairlineStyle()) { in draw()
DGrStencilAndCoverTextContext.cpp304 if (fStroke.isHairlineStyle()) { in init()
DSkGpuDevice.cpp792 strokeInfo.getStrokeRec().isHairlineStyle())) { in internalDrawPath()
826 if (!stroke.isHairlineStyle()) { in internalDrawPath()
905 SkPaint::Style style = stroke.isHairlineStyle() ? SkPaint::kStroke_Style : in internalDrawPath()
DGrAADistanceFieldPathRenderer.cpp367 if (stroke.isHairlineStyle()) { in addPathToAtlas()
/external/skia/include/core/
DSkStrokeRec.h43 bool isHairlineStyle() const { in isHairlineStyle() function
/external/skia/src/gpu/gl/
DGrGLPath.cpp172 SkASSERT(!stroke.isHairlineStyle()); in InitPathObject()
/external/skia/src/utils/
DSkDashPath.cpp156 if (rec->isHairlineStyle() || !src.isLine(fPts)) { in init()
/external/skia/src/core/
DSkPaint.cpp2072 return !rec.isHairlineStyle(); in getFillPath()
/external/skia/tests/
DPathTest.cpp793 REPORTER_ASSERT(reporter, rec.isHairlineStyle()); in test_strokerec()