Home
last modified time | relevance | path

Searched defs:stroke (Results 1 – 25 of 53) sorted by relevance

123

/external/skia/src/gpu/
DGrPathRenderer.h87 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()
DGrStencilAndCoverPathRenderer.cpp60 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()
DGrPath.h23 GrPath(GrGpu* gpu, const SkPath& skPath, const SkStrokeRec& stroke) in GrPath()
33 bool isEqualTo(const SkPath& path, const SkStrokeRec& stroke) { in isEqualTo()
DGrDashLinePathRenderer.cpp24 const GrStrokeInfo& stroke, in canDrawPath()
38 const GrStrokeInfo& stroke, in onDrawPath()
DGrPath.cpp16 void GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke, GrUniqueKey* key) { in ComputeKey()
23 uint64_t GrPath::ComputeStrokeKey(const SkStrokeRec& stroke) { in ComputeStrokeKey()
DGrPathRange.cpp17 const SkStrokeRec& stroke) in GrPathRange()
29 const SkStrokeRec& stroke) in GrPathRange()
DGrSoftwarePathRenderer.cpp19 const GrStrokeInfo& stroke, in canDrawPath()
125 const GrStrokeInfo& stroke, in onDrawPath()
DGrClipMaskManager.cpp62 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
DGrDefaultPathRenderer.cpp159 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
DGrOvalRenderer.cpp74 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 …]
DGrPathRendererChain.cpp38 const GrStrokeInfo& stroke, in getPathRenderer()
DGrPathRendering.cpp52 const SkStrokeRec& stroke) { in createGlyphs()
DGrSWMaskHelper.cpp124 void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op, in draw()
327 const SkStrokeRec& stroke, in DrawPathMaskToTexture()
DGrAAHairLinePathRenderer.cpp623 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/
DGrGLPathRange.cpp14 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, PathGenerator* pathGenerator, const SkStrokeRec& stroke) in GrGLPathRange()
25 const SkStrokeRec& stroke) in GrGLPathRange()
DGrGLPathRendering.cpp94 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
DGrGLPath.cpp94 const SkStrokeRec& stroke) { in InitPathObject()
184 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& path, const SkStrokeRec& stroke) in GrGLPath()
/external/skia/experimental/AndroidPathRenderer/
DGrAndroidPathRenderer.cpp17 const SkStrokeRec& stroke, in canDrawPath()
30 const SkStrokeRec& stroke, in onDrawPath()
/external/skia/bench/
DRectBench.cpp29 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/
DSampleAARects.cpp80 for (int stroke = 0; stroke < 2; ++stroke) { in onDrawContent() local
/external/skia/src/animator/
DSkDrawPaint.h54 SkBool stroke; variable
/external/skia/gm/
Dmultipicturedraw.cpp53 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
Dshadertext2.cpp180 SkPaint stroke; in onDraw() local
/external/skia/src/device/xps/
DSkXPSDevice.cpp1091 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/
DTessellatingPathRendererTests.cpp239 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle); in test_path() local

123