Home
last modified time | relevance | path

Searched refs:isFillStyle (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/gpu/
DGrStrokeInfo.h92 if (pe && !this->isFillStyle()) { in setDashInfo()
110 if (!this->isFillStyle()) { in setDashInfo()
123 return (!this->isFillStyle() && SkPathEffect::kDash_DashType == fDashType); in isDashed()
DGrDrawContext.cpp589 SkASSERT(stroke.isFillStyle()); in is_nested_rects()
777 !strokeInfoPtr->isFillStyle()) { in internalDrawPath()
DGrBlurUtils.cpp308 (strokeInfo.isFillStyle() || strokeInfo.isHairlineStyle())) { in drawPathWithMaskFilter()
DGrSWMaskHelper.cpp132 if (stroke.isFillStyle()) { in draw()
DSkGpuDevice.cpp640 if (stroke.isFillStyle() && !paint.getMaskFilter() && !paint.getPathEffect()) { in drawDRRect()
/external/skia/src/gpu/batches/
DGrTessellatingPathRenderer.cpp119 if (!stroke.isFillStyle()) { in tessellate()
227 if (!stroke.isFillStyle()) { in TessellatingPathBatch()
DGrAALinearizingConvexPathRenderer.cpp333 geometry.fStrokeWidth = args.fStroke->isFillStyle() ? -1.0f : args.fStroke->getWidth(); in onDrawPath()
334 geometry.fJoin = args.fStroke->isFillStyle() ? SkPaint::Join::kMiter_Join : in onDrawPath()
DGrDefaultPathRenderer.cpp726 return !args.fAntiAlias && (args.fStroke->isFillStyle() || in onCanDrawPath()
DGrAADistanceFieldPathRenderer.cpp107 if (!args.fStroke->isFillStyle()) { in onCanDrawPath()
DGrAAConvexPathRenderer.cpp686 args.fStroke->isFillStyle() && !args.fPath->isInverseFillType() && in onCanDrawPath()
DGrPLSPathRenderer.cpp781 args.fStroke->isFillStyle() && !args.fPath->isInverseFillType() && in onCanDrawPath()
/external/skia/include/core/
DSkStrokeRec.h46 bool isFillStyle() const { in isFillStyle() function
/external/skia/src/gpu/gl/
DGrGLPathRange.cpp48 fShouldFill = fStroke.isFillStyle() || in init()
DGrGLPath.cpp309 fShouldFill = stroke->isFillStyle() || in GrGLPath()
/external/skia/src/effects/
DSkDiscretePathEffect.cpp74 bool doFill = rec->isFillStyle(); in filterPath()
DSkBlurMaskFilter.cpp860 if (!strokeRec.isFillStyle()) { in directFilterMaskGPU()
1157 if (!strokeRec.isFillStyle()) { in directFilterRRectMaskGPU()
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp381 if (!fStroke.isFillStyle()) { in TextRun()
403 if (fUsingRawGlyphPaths && fStroke.isFillStyle()) { in TextRun()
620 if (!fStroke.isFillStyle()) { in draw()
/external/skia/src/utils/
DSkDashPath.cpp228 if (rec->isFillStyle() || initialDashLength < 0) { in FilterDashPath()
/external/skia/tests/
DPathTest.cpp908 REPORTER_ASSERT(reporter, rec.isFillStyle()); in test_strokerec()