| /external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/ |
| D | AnimatableTextProperties.java | 8 @Nullable public final AnimatableColorValue stroke; field in AnimatableTextProperties 13 @Nullable AnimatableColorValue stroke, @Nullable AnimatableFloatValue strokeWidth, in AnimatableTextProperties()
|
| /external/pdfium/core/fpdfapi/page/ |
| D | cpdf_pathobject.h | 31 bool stroke() const { return m_bStroke; } in stroke() function 32 void set_stroke(bool stroke) { m_bStroke = stroke; } in set_stroke()
|
| /external/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| D | Paint.java | 28 public void setStroke(boolean stroke) { in setStroke() 55 private static native void nSetStroke(long nativeInstance, boolean stroke); in nSetStroke()
|
| /external/skia/src/gpu/tessellate/ |
| D | GrStrokeTessellateShader.h | 79 static float GetJoinType(const SkStrokeRec& stroke) { in GetJoinType() 104 const SkStrokeRec& stroke, SkPMColor4f color) in GrStrokeTessellateShader()
|
| D | GrStrokeFixedCountTessellator.cpp | 40 void updateDynamicStroke(const SkStrokeRec& stroke) { in updateDynamicStroke() 216 const SkStrokeRec& stroke = fPathStrokeList->fStroke; in prepare() local 230 const SkStrokeRec& stroke = pathStroke->fStroke; in prepare() local
|
| D | GrStrokeHardwareTessellator.cpp | 133 void updateDynamicStroke(const SkStrokeRec& stroke) { in updateDynamicStroke() 237 const SkStrokeRec& stroke) { in writeClose() 258 void writeCaps(SkPoint contourEndpoint, const SkMatrix& viewMatrix, const SkStrokeRec& stroke) { in writeCaps() 689 const SkStrokeRec& stroke = fPathStrokeList->fStroke; in prepare() local 702 const SkStrokeRec& stroke = pathStroke->fStroke; in prepare() local
|
| /external/skia/gm/ |
| D | crbug_996140.cpp | 59 SkPaint stroke; variable
|
| D | croppedrects.cpp | 52 SkPaint stroke; in onOnceBeforeDraw() local
|
| /external/skqp/src/gpu/ops/ |
| D | GrStrokeRectOp.cpp | 28 inline static bool allowed_stroke(const SkStrokeRec& stroke, GrAA aa, bool* isMiter) { in allowed_stroke() 113 const SkStrokeRec& stroke, in Make() 133 const SkStrokeRec& stroke, GrAAType aaType) in NonAAStrokeRectOp() 347 const SkStrokeRec& stroke) { in Make() 357 const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke, in AAStrokeRectOp() 740 const SkStrokeRec& stroke) { in Make()
|
| /external/ImageMagick/MagickCore/ |
| D | draw-private.h | 50 const ssize_t y,PixelInfo *stroke,ExceptionInfo *exception) in GetStrokeColor()
|
| /external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/ |
| D | AnimatableTextPropertiesParser.java | 49 AnimatableColorValue stroke = null; in parseAnimatableTextProperties() local
|
| /external/skia/src/gpu/ops/ |
| D | GrStrokeRectOp.cpp | 31 inline static bool allowed_stroke(const SkStrokeRec& stroke, GrAA aa, bool* isMiter) { in allowed_stroke() 106 const SkStrokeRec& stroke, in Make() 126 const SkStrokeRec& stroke, GrAAType aaType) in NonAAStrokeRectOp() 386 const SkStrokeRec& stroke) { in Make() 396 const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke, in AAStrokeRectOp() 835 const SkStrokeRec& stroke) { in Make()
|
| /external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
| D | StrokeContent.java | 27 public StrokeContent(final LottieDrawable lottieDrawable, BaseLayer layer, ShapeStroke stroke) { in StrokeContent()
|
| /external/skia/tests/ |
| D | StrokeIndirectTest.cpp | 37 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in test_stroke() local 272 const SkStrokeRec& stroke) { in verifyResolveLevels() 434 const SkStrokeRec& stroke) { in verifyBuffers()
|
| /external/skqp/experimental/c-api-example/ |
| D | skia-c-example.c | 48 sk_paint_t* stroke = sk_paint_new(); in draw() local
|
| /external/pdfium/fpdfsdk/ |
| D | fpdf_editpath.cpp | 150 FPDF_BOOL stroke) { in FPDFPath_SetDrawMode() 168 FPDF_BOOL* stroke) { in FPDFPath_GetDrawMode()
|
| /external/skqp/src/gpu/gl/ |
| D | GrGLPath.cpp | 255 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const SkStrokeRec& stroke) { in InitPathObjectStroke() 283 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in GrGLPath() local
|
| /external/skia/experimental/skrive/src/ |
| D | Shape.cpp | 68 for (const auto* stroke : fStrokes) { in onRender() local
|
| /external/skia/experimental/c-api-example/ |
| D | skia-c-example.c | 48 sk_paint_t* stroke = sk_paint_new(); in draw() local
|
| /external/skia/bench/ |
| D | RectBench.cpp | 33 RectBench(int shift, int stroke = 0, bool aa = true, bool perspective = false) in RectBench() 198 OvalBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in OvalBench() 208 RRectBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in RRectBench()
|
| /external/skqp/bench/ |
| D | RectBench.cpp | 33 RectBench(int shift, int stroke = 0, bool aa = true, bool perspective = false) in RectBench() 198 OvalBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in OvalBench() 208 RRectBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in RRectBench()
|
| /external/skqp/modules/sksg/src/ |
| D | SkSGScene.cpp | 50 SkPaint fill, stroke; in render() local
|
| /external/skia/docs/examples/ |
| D | skpaint_xfer.cpp | 43 SkPaint stroke, src, dst; in draw() local
|
| /external/skia/src/gpu/ |
| D | GrPathRenderer.cpp | 75 const SkStrokeRec& stroke = style.strokeRec(); in IsStrokeHairlineOrEquivalent() local
|
| /external/skqp/gm/ |
| D | croppedrects.cpp | 43 SkPaint stroke; in onOnceBeforeDraw() local
|