Home
last modified time | relevance | path

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

12345

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
DAnimatableTextProperties.java8 @Nullable public final AnimatableColorValue stroke; field in AnimatableTextProperties
13 @Nullable AnimatableColorValue stroke, @Nullable AnimatableFloatValue strokeWidth, in AnimatableTextProperties()
/external/pdfium/core/fpdfapi/page/
Dcpdf_pathobject.h31 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/
DPaint.java28 public void setStroke(boolean stroke) { in setStroke()
55 private static native void nSetStroke(long nativeInstance, boolean stroke); in nSetStroke()
/external/skia/src/gpu/tessellate/
DGrStrokeTessellateShader.h79 static float GetJoinType(const SkStrokeRec& stroke) { in GetJoinType()
104 const SkStrokeRec& stroke, SkPMColor4f color) in GrStrokeTessellateShader()
DGrStrokeFixedCountTessellator.cpp40 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
DGrStrokeHardwareTessellator.cpp133 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/
Dcrbug_996140.cpp59 SkPaint stroke; variable
Dcroppedrects.cpp52 SkPaint stroke; in onOnceBeforeDraw() local
/external/skqp/src/gpu/ops/
DGrStrokeRectOp.cpp28 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/
Ddraw-private.h50 const ssize_t y,PixelInfo *stroke,ExceptionInfo *exception) in GetStrokeColor()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DAnimatableTextPropertiesParser.java49 AnimatableColorValue stroke = null; in parseAnimatableTextProperties() local
/external/skia/src/gpu/ops/
DGrStrokeRectOp.cpp31 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/
DStrokeContent.java27 public StrokeContent(final LottieDrawable lottieDrawable, BaseLayer layer, ShapeStroke stroke) { in StrokeContent()
/external/skia/tests/
DStrokeIndirectTest.cpp37 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/
Dskia-c-example.c48 sk_paint_t* stroke = sk_paint_new(); in draw() local
/external/pdfium/fpdfsdk/
Dfpdf_editpath.cpp150 FPDF_BOOL stroke) { in FPDFPath_SetDrawMode()
168 FPDF_BOOL* stroke) { in FPDFPath_GetDrawMode()
/external/skqp/src/gpu/gl/
DGrGLPath.cpp255 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/
DShape.cpp68 for (const auto* stroke : fStrokes) { in onRender() local
/external/skia/experimental/c-api-example/
Dskia-c-example.c48 sk_paint_t* stroke = sk_paint_new(); in draw() local
/external/skia/bench/
DRectBench.cpp33 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/
DRectBench.cpp33 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/
DSkSGScene.cpp50 SkPaint fill, stroke; in render() local
/external/skia/docs/examples/
Dskpaint_xfer.cpp43 SkPaint stroke, src, dst; in draw() local
/external/skia/src/gpu/
DGrPathRenderer.cpp75 const SkStrokeRec& stroke = style.strokeRec(); in IsStrokeHairlineOrEquivalent() local
/external/skqp/gm/
Dcroppedrects.cpp43 SkPaint stroke; in onOnceBeforeDraw() local

12345