Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrStencilAndCoverPathRenderer.cpp35 if (args.fStroke->isHairlineStyle()) { in onCanDrawPath()
77 SkASSERT(!args.fStroke->isHairlineStyle()); in onDrawPath()
DGrDefaultPathRenderer.cpp165 if (!stroke.isHairlineStyle() && !path.isInverseFillType()) { in single_pass_path()
560 if (!stroke->isHairlineStyle()) { in internalDrawPath()
565 const bool isHairline = stroke->isHairlineStyle(); in internalDrawPath()
/external/skia/src/gpu/
DGrBlurUtils.cpp170 if (!strokeInfo.isHairlineStyle()) { in draw_path_with_mask_filter()
244 SkPaint::Style style = strokeInfo.isHairlineStyle() ? SkPaint::kStroke_Style : in draw_path_with_mask_filter()
308 (strokeInfo.isFillStyle() || strokeInfo.isHairlineStyle())) { in drawPathWithMaskFilter()
DGrPathRenderer.h217 if (stroke.isHairlineStyle()) { in IsStrokeHairlineOrEquivalent()
DGrSWMaskHelper.cpp128 if (stroke.isHairlineStyle()) { in draw()
/external/skia/include/core/
DSkStrokeRec.h42 bool isHairlineStyle() const { in isHairlineStyle() function
/external/skia/src/utils/
DSkDashPath.cpp157 if (rec->isHairlineStyle() || !src.isLine(fPts)) { in init()
/external/skia/src/gpu/gl/
DGrGLPath.cpp247 SkASSERT(!stroke.isHairlineStyle()); in InitPathObjectStroke()
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp356 SkASSERT(!fStroke.isHairlineStyle()); // Hairlines are not supported. in TextRun()
/external/skia/src/core/
DSkPaint.cpp2056 return !rec.isHairlineStyle(); in getFillPath()
/external/skia/tests/
DPathTest.cpp911 REPORTER_ASSERT(reporter, rec.isHairlineStyle()); in test_strokerec()