/external/skia/src/gpu/ |
D | GrPathRenderer.h | 87 const GrStrokeInfo& stroke) const { in getStencilSupport() 128 const GrStrokeInfo& stroke, in drawPath() 150 const GrStrokeInfo& stroke) { in stencilPath() 158 static bool IsStrokeHairlineOrEquivalent(const GrStrokeInfo& stroke, const SkMatrix& matrix, in IsStrokeHairlineOrEquivalent() 203 const GrStrokeInfo& stroke) { in onStencilPath()
|
D | GrStencilAndCoverPathRenderer.cpp | 60 const GrStrokeInfo& stroke, in canDrawPath() 76 static GrPath* get_gr_path(GrGpu* gpu, const SkPath& skPath, const SkStrokeRec& stroke) { in get_gr_path() 93 const GrStrokeInfo& stroke) { in onStencilPath() 105 const GrStrokeInfo& stroke, in onDrawPath()
|
D | GrPath.h | 23 GrPath(GrGpu* gpu, const SkPath& skPath, const SkStrokeRec& stroke) in GrPath() 33 bool isEqualTo(const SkPath& path, const SkStrokeRec& stroke) { in isEqualTo()
|
D | GrDashLinePathRenderer.cpp | 24 const GrStrokeInfo& stroke, in canDrawPath() 38 const GrStrokeInfo& stroke, in onDrawPath()
|
D | GrPath.cpp | 16 void GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke, GrUniqueKey* key) { in ComputeKey() 23 uint64_t GrPath::ComputeStrokeKey(const SkStrokeRec& stroke) { in ComputeStrokeKey()
|
D | GrPathRange.cpp | 17 const SkStrokeRec& stroke) in GrPathRange() 29 const SkStrokeRec& stroke) in GrPathRange()
|
D | GrSoftwarePathRenderer.cpp | 19 const GrStrokeInfo& stroke, in canDrawPath() 125 const GrStrokeInfo& stroke, in onDrawPath()
|
D | GrClipMaskManager.cpp | 62 const GrStrokeInfo& stroke, in path_needs_SW_renderer() 90 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle); in useSWOnlyPath() local 414 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle); in drawElement() local 450 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle); in canStencilAndDrawElement() local 756 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle); in createStencilClipMask() local 1062 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in createSoftwareClipMask() local
|
D | GrDefaultPathRenderer.cpp | 159 static inline bool single_pass_path(const SkPath& path, const SkStrokeRec& stroke) { in single_pass_path() 543 SkTCopyOnFirstWrite<GrStrokeInfo> stroke(origStroke); in internalDrawPath() local 713 const GrStrokeInfo& stroke, in canDrawPath() 726 const GrStrokeInfo& stroke, in onDrawPath() 741 const GrStrokeInfo& stroke) { in onStencilPath() 757 GrStrokeInfo stroke(SkStrokeRec::kHairline_InitStyle); in BATCH_TEST_DEFINE() local
|
D | GrOvalRenderer.cpp | 74 static GrGeometryProcessor* Create(GrColor color, bool stroke, const SkMatrix& localMatrix) { in Create() 184 CircleEdgeEffect(GrColor color, bool stroke, const SkMatrix& localMatrix) in CircleEdgeEffect() 235 static GrGeometryProcessor* Create(GrColor color, bool stroke, const SkMatrix& localMatrix) { in Create() 370 EllipseEdgeEffect(GrColor color, bool stroke, const SkMatrix& localMatrix) in EllipseEdgeEffect() 620 const SkStrokeRec& stroke) in drawOval() 791 bool stroke() const { return fBatch.fStroke; } in stroke() function in CircleBatch 809 const SkStrokeRec& stroke) { in create_circle_batch() 861 const SkStrokeRec& stroke) { in drawCircle() 1020 bool stroke() const { return fBatch.fStroke; } in stroke() function in EllipseBatch 1038 const SkStrokeRec& stroke) { in create_ellipse_batch() [all …]
|
D | GrPathRendererChain.cpp | 38 const GrStrokeInfo& stroke, in getPathRenderer()
|
D | GrPathRendering.cpp | 52 const SkStrokeRec& stroke) { in createGlyphs()
|
D | GrSWMaskHelper.cpp | 124 void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op, in draw() 327 const SkStrokeRec& stroke, in DrawPathMaskToTexture()
|
D | GrAAHairLinePathRenderer.cpp | 623 const GrStrokeInfo& stroke, in canDrawPath() 975 const GrStrokeInfo& stroke, in create_hairline_batch() 998 const GrStrokeInfo& stroke, in onDrawPath() 1018 GrStrokeInfo stroke(SkStrokeRec::kHairline_InitStyle); in BATCH_TEST_DEFINE() local
|
/external/skia/src/gpu/gl/ |
D | GrGLPathRange.cpp | 14 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, PathGenerator* pathGenerator, const SkStrokeRec& stroke) in GrGLPathRange() 25 const SkStrokeRec& stroke) in GrGLPathRange()
|
D | GrGLPathRendering.cpp | 94 GrPath* GrGLPathRendering::createPath(const SkPath& inPath, const SkStrokeRec& stroke) { in createPath() 99 const SkStrokeRec& stroke) { in createPathRange() 105 const SkStrokeRec& stroke) { in createGlyphs() 160 const SkStrokeRec& stroke = path->getStroke(); in stencilPath() local 180 const SkStrokeRec& stroke = path->getStroke(); in drawPath() local 207 const SkStrokeRec& stroke = pathRange->getStroke(); in drawPaths() local
|
D | GrGLPath.cpp | 94 const SkStrokeRec& stroke) { in InitPathObject() 184 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& path, const SkStrokeRec& stroke) in GrGLPath()
|
/external/skia/experimental/AndroidPathRenderer/ |
D | GrAndroidPathRenderer.cpp | 17 const SkStrokeRec& stroke, in canDrawPath() 30 const SkStrokeRec& stroke, in onDrawPath()
|
/external/skia/bench/ |
D | RectBench.cpp | 29 RectBench(int shift, int stroke = 0) in RectBench() 117 OvalBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in OvalBench() 127 RRectBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in RRectBench()
|
/external/skia/samplecode/ |
D | SampleAARects.cpp | 80 for (int stroke = 0; stroke < 2; ++stroke) { in onDrawContent() local
|
/external/skia/src/animator/ |
D | SkDrawPaint.h | 54 SkBool stroke; variable
|
/external/skia/gm/ |
D | multipicturedraw.cpp | 53 SkPaint stroke; in make_hex_plane_picture() local 103 SkPaint stroke; in make_single_layer_hex_plane_picture() local 159 SkPaint stroke; in make_tri_picture() local
|
D | shadertext2.cpp | 180 SkPaint stroke; in onDraw() local
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 1091 const bool stroke = (SkPaint::kFill_Style != paint.getStyle()); in rect_must_be_pathed() local 1105 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, in createXpsRect() 1116 BOOL stroke, BOOL fill, in createXpsQuad() 1235 BOOL stroke = FALSE; in internalDrawRect() local 1288 BOOL stroke, BOOL fill, in close_figure() 1308 BOOL stroke, BOOL fill, const SkPath& path) { in addXpsPathGeometry() 1468 BOOL* fill, BOOL* stroke) { in shadePath() 1590 BOOL stroke; in drawPath() local
|
/external/skia/tests/ |
D | TessellatingPathRendererTests.cpp | 239 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle); in test_path() local
|