Home
last modified time | relevance | path

Searched refs:getStrokeRec (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/
DGrStencilAndCoverPathRenderer.cpp62 return !stroke.getStrokeRec().isHairlineStyle() && in canDrawPath()
96 SkAutoTUnref<GrPath> p(get_gr_path(fGpu, path, stroke.getStrokeRec())); in onStencilPath()
108 SkASSERT(!stroke.getStrokeRec().isHairlineStyle()); in onDrawPath()
112 SkAutoTUnref<GrPath> p(get_gr_path(fGpu, path, stroke.getStrokeRec())); in onDrawPath()
DGrPathRenderer.h163 if (stroke.getStrokeRec().isHairlineStyle()) { in IsStrokeHairlineOrEquivalent()
169 return stroke.getStrokeRec().getStyle() == SkStrokeRec::kStroke_Style && in IsStrokeHairlineOrEquivalent()
170 SkDrawTreatAAStrokeAsHairline(stroke.getStrokeRec().getWidth(), matrix, outCoverage); in IsStrokeHairlineOrEquivalent()
DGrDefaultPathRenderer.cpp175 if (single_pass_path(path, stroke.getStrokeRec())) { in onGetStencilSupport()
550 if (!stroke->getStrokeRec().isHairlineStyle()) { in internalDrawPath()
555 const bool isHairline = stroke->getStrokeRec().isHairlineStyle(); in internalDrawPath()
578 if (single_pass_path(path, stroke->getStrokeRec())) { in internalDrawPath()
DGrStrokeInfo.h58 const SkStrokeRec& getStrokeRec() const { return fStroke; } in getStrokeRec() function
DGrSoftwarePathRenderer.cpp142 GrSWMaskHelper::DrawPathMaskToTexture(fContext, path, stroke.getStrokeRec(), in onDrawPath()
DGrContext.cpp598 SkScalar width = NULL == strokeInfo ? -1 : strokeInfo->getStrokeRec().getWidth(); in drawRect()
642 const SkStrokeRec& strokeRec = strokeInfo->getStrokeRec(); in drawRect()
1063 const SkStrokeRec& strokeRec = strokeInfo.getStrokeRec(); in drawRRect()
1147 const SkStrokeRec& strokeRec = strokeInfo.getStrokeRec(); in drawOval()
1248 const SkStrokeRec& strokeRec = strokeInfo.getStrokeRec(); in drawPath()
DSkGpuDevice.cpp520 strokeInfo.getStrokeRec(), in drawRRect()
791 (strokeInfo.getStrokeRec().isFillStyle() || in internalDrawPath()
792 strokeInfo.getStrokeRec().isHairlineStyle())) { in internalDrawPath()
824 const SkStrokeRec& stroke = strokeInfo.getStrokeRec(); in internalDrawPath()
DGrAADistanceFieldPathRenderer.cpp600 AADistanceFieldPathBatch::Geometry geometry(stroke.getStrokeRec()); in onDrawPath()
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp54 SkPaint::Cap cap = strokeInfo.getStrokeRec().getCap(); in CanDrawDashLine()
687 SkPaint::Cap cap = strokeInfo.getStrokeRec().getCap(); in create_batch()
690 geometry.fSrcStrokeWidth = strokeInfo.getStrokeRec().getWidth(); in create_batch()