Searched refs:getStrokeRec (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/ |
D | GrStencilAndCoverPathRenderer.cpp | 62 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()
|
D | GrPathRenderer.h | 163 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()
|
D | GrDefaultPathRenderer.cpp | 175 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()
|
D | GrStrokeInfo.h | 58 const SkStrokeRec& getStrokeRec() const { return fStroke; } in getStrokeRec() function
|
D | GrSoftwarePathRenderer.cpp | 142 GrSWMaskHelper::DrawPathMaskToTexture(fContext, path, stroke.getStrokeRec(), in onDrawPath()
|
D | GrContext.cpp | 598 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()
|
D | SkGpuDevice.cpp | 520 strokeInfo.getStrokeRec(), in drawRRect() 791 (strokeInfo.getStrokeRec().isFillStyle() || in internalDrawPath() 792 strokeInfo.getStrokeRec().isHairlineStyle())) { in internalDrawPath() 824 const SkStrokeRec& stroke = strokeInfo.getStrokeRec(); in internalDrawPath()
|
D | GrAADistanceFieldPathRenderer.cpp | 600 AADistanceFieldPathBatch::Geometry geometry(stroke.getStrokeRec()); in onDrawPath()
|
/external/skia/src/gpu/effects/ |
D | GrDashingEffect.cpp | 54 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()
|