Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/gl/
DGrGLPathRange.cpp14 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, PathGenerator* pathGenerator, const GrStrokeInfo& stroke) in GrGLPathRange()
27 const GrStrokeInfo& stroke) in GrGLPathRange()
73 const GrStrokeInfo* stroke = &fStroke; in onInitPath() local
DGrGLPath.cpp244 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const GrStrokeInfo& stroke) { in InitPathObjectStroke()
274 const GrStrokeInfo* stroke = &origStroke; in GrGLPath() local
DGrGLPathRendering.cpp90 GrPath* GrGLPathRendering::createPath(const SkPath& inPath, const GrStrokeInfo& stroke) { in createPath()
95 const GrStrokeInfo& stroke) { in createPathRange()
/external/skia/src/gpu/
DGrPath.cpp15 inline static bool compute_key_for_line_path(const SkPath& path, const GrStrokeInfo& stroke, in compute_key_for_line_path()
36 inline static bool compute_key_for_oval_path(const SkPath& path, const GrStrokeInfo& stroke, in compute_key_for_oval_path()
61 inline static bool compute_key_for_simple_path(const SkPath& path, const GrStrokeInfo& stroke, in compute_key_for_simple_path()
162 inline static void compute_key_for_general_path(const SkPath& path, const GrStrokeInfo& stroke, in compute_key_for_general_path()
177 void GrPath::ComputeKey(const SkPath& path, const GrStrokeInfo& stroke, GrUniqueKey* key, in ComputeKey()
DGrResourceProvider.cpp74 GrPath* GrResourceProvider::createPath(const SkPath& path, const GrStrokeInfo& stroke) { in createPath()
80 const GrStrokeInfo& stroke) { in createPathRange()
86 const GrStrokeInfo& stroke) { in createGlyphs()
DGrPath.h22 GrPath(GrGpu* gpu, const SkPath& skPath, const GrStrokeInfo& stroke) in GrPath()
DGrOvalRenderer.cpp75 static GrGeometryProcessor* Create(GrColor color, bool stroke, const SkMatrix& localMatrix, in Create()
175 CircleEdgeEffect(GrColor color, bool stroke, const SkMatrix& localMatrix, bool usesLocalCoords) in CircleEdgeEffect()
222 static GrGeometryProcessor* Create(GrColor color, bool stroke, const SkMatrix& localMatrix, in Create()
343 EllipseEdgeEffect(GrColor color, bool stroke, const SkMatrix& localMatrix, in EllipseEdgeEffect()
585 const SkStrokeRec& stroke, in CreateOvalBatch()
759 bool stroke() const { return fBatch.fStroke; } in stroke() function in CircleBatch
778 const SkStrokeRec& stroke) { in create_circle_batch()
827 const SkStrokeRec& stroke) { in CreateCircleBatch()
978 bool stroke() const { return fBatch.fStroke; } in stroke() function in EllipseBatch
997 const SkStrokeRec& stroke) { in create_ellipse_batch()
[all …]
DGrPathRendering.cpp55 const GrStrokeInfo& stroke) { in createGlyphs()
DGrSWMaskHelper.cpp124 void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op, in draw()
316 const SkStrokeRec& stroke, in DrawPathMaskToTexture()
DGrPathRenderer.h66 StencilSupport getStencilSupport(const SkPath& path, const GrStrokeInfo& stroke) const { in getStencilSupport()
212 static bool IsStrokeHairlineOrEquivalent(const GrStrokeInfo& stroke, const SkMatrix& matrix, in IsStrokeHairlineOrEquivalent()
DGrClipMaskManager.cpp88 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle); in PathNeedsSWRenderer() local
544 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle); in drawElement() local
787 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle); in createStencilClipMask() local
1109 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in createSoftwareClipMask() local
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
DOutlineEffect.java37 private Stroke stroke; field in OutlineEffect
85 public void setStroke (Stroke stroke) { in setStroke()
/external/skia/src/gpu/batches/
DGrTessellatingPathRenderer.cpp81 const GrStrokeInfo& stroke, in Create()
111 GrStrokeInfo stroke(fStroke); in tessellate() local
209 const GrStrokeInfo& stroke, in TessellatingPathBatch()
DGrStencilAndCoverPathRenderer.cpp49 const GrStrokeInfo& stroke) { in get_gr_path()
DGrRectBatchFactory.h66 const SkStrokeRec& stroke) { in CreateAAStroke()
DGrDefaultPathRenderer.cpp161 static inline bool single_pass_path(const SkPath& path, const SkStrokeRec& stroke) { in single_pass_path()
553 SkTCopyOnFirstWrite<GrStrokeInfo> stroke(origStroke); in internalDrawPath() local
760 GrStrokeInfo stroke(SkStrokeRec::kHairline_InitStyle); in DRAW_BATCH_TEST_DEFINE() local
/external/ImageMagick/MagickCore/
Ddraw-private.h48 const ssize_t y,PixelInfo *stroke,ExceptionInfo *exception) in GetStrokeColor()
Dmontage.h57 stroke; member
/external/skia/bench/
DRectBench.cpp29 RectBench(int shift, int stroke = 0) in RectBench()
143 OvalBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in OvalBench()
153 RRectBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in RRectBench()
/external/skia/experimental/c-api-example/
Dskia-c-example.c48 sk_paint_t* stroke = sk_paint_new(); in draw() local
/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.cpp166 SkPaint stroke; variable
/external/skia/src/device/xps/
DSkXPSDevice.cpp1098 const bool stroke = (SkPaint::kFill_Style != paint.getStyle()); in rect_must_be_pathed() local
1112 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, in createXpsRect()
1123 BOOL stroke, BOOL fill, in createXpsQuad()
1242 BOOL stroke = FALSE; in internalDrawRect() local
1295 BOOL stroke, BOOL fill, in close_figure()
1315 BOOL stroke, BOOL fill, const SkPath& path) { in addXpsPathGeometry()
1475 BOOL* fill, BOOL* stroke) { in shadePath()
1597 BOOL stroke; in drawPath() local

123