Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/ops/
DGrNonAAStrokeRectOp.cpp42 inline static bool allowed_stroke(const SkStrokeRec& stroke) { in allowed_stroke()
67 const SkRect& rect, const SkStrokeRec& stroke, in Make()
192 const SkStrokeRec& stroke, in Make()
DGrRectOpFactory.h74 const SkStrokeRec& stroke) { in MakeAAStroke()
DGrAAStrokeRectOp.cpp25 inline static bool allowed_stroke(const SkStrokeRec& stroke, bool* isMiter) { in allowed_stroke()
129 const SkRect& rect, const SkStrokeRec& stroke) { in Make()
585 const SkStrokeRec& stroke) { in Make()
DGrShadowRRectOp.cpp74 const SkStrokeRec& stroke = style.strokeRec(); in Make() local
815 const SkStrokeRec& stroke, in make_shadow_circle_op()
829 const SkStrokeRec& stroke) { in make_shadow_rrect_op()
891 const SkStrokeRec& stroke, in Make()
923 SkStrokeRec stroke = GrTest::TestStrokeRec(random); in DRAW_OP_TEST_DEFINE() local
DGrAALinearizingConvexPathRenderer.cpp51 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); in onCanDrawPath() local
334 const SkStrokeRec& stroke = args.fShape->style().strokeRec(); in onDrawPath() local
DGrOvalOpFactory.cpp77 CircleGeometryProcessor(bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, in CircleGeometryProcessor()
268 EllipseGeometryProcessor(bool stroke, const SkMatrix& localMatrix) : fLocalMatrix(localMatrix) { in EllipseGeometryProcessor()
625 const SkStrokeRec& stroke = style.strokeRec(); in Make() local
1164 const SkRect& ellipse, const SkStrokeRec& stroke) { in Make()
1386 const SkStrokeRec& stroke) { in Make()
2293 const SkStrokeRec& stroke) { in make_rrect_op()
2364 const SkStrokeRec& stroke, in MakeRRectOp()
2382 const SkStrokeRec& stroke, in MakeOvalOp()
2444 SkStrokeRec stroke = GrTest::TestStrokeRec(random); in DRAW_OP_TEST_DEFINE() local
/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp51 CXFA_Stroke& stroke) { in Style3D()
157 CXFA_Stroke stroke(nullptr); in Get3DStyle() local
Dcxfa_stroke.cpp88 bool CXFA_Stroke::SameStyles(CXFA_Stroke stroke, uint32_t dwFlags) const { in SameStyles()
/external/ImageMagick/MagickCore/
Ddraw-private.h48 const ssize_t y,PixelInfo *stroke,ExceptionInfo *exception) in GetStrokeColor()
Dmontage.h57 stroke; member
/external/skia/experimental/c-api-example/
Dskia-c-example.c48 sk_paint_t* stroke = sk_paint_new(); in draw() local
/external/skia/bench/
DRectBench.cpp28 RectBench(int shift, int stroke = 0) in RectBench()
139 OvalBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in OvalBench()
149 RRectBench(int shift, int stroke = 0) : RectBench(shift, stroke) {} in RRectBench()
/external/skia/src/gpu/gl/
DGrGLPathRange.cpp36 const SkStrokeRec& stroke = fStyle.strokeRec(); in init() local
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/gm/
Dcroppedrects.cpp43 SkPaint stroke; in onOnceBeforeDraw() local
Dpictureimagefilter.cpp108 SkPaint stroke; in onDraw() local
Dmultipicturedraw.cpp54 SkPaint stroke; in make_hex_plane_picture() local
103 SkPaint stroke; in make_single_layer_hex_plane_picture() local
158 SkPaint stroke; in make_tri_picture() local
Dshadertext2.cpp165 SkPaint stroke; variable
Dskbug_257.cpp126 SkPaint stroke; variable
Dgaussianedge.cpp26 SkStroke stroke(p); in draw_stroke() local
Dpoly2poly.cpp70 void SkJSCanvas::stroke() { in stroke() function in SkJSCanvas
/external/skia/samplecode/
DSampleAARects.cpp76 for (int stroke = 0; stroke < 2; ++stroke) { in onDrawContent() local
/external/skia/src/xps/
DSkXPSDevice.cpp1077 const bool stroke = (SkPaint::kFill_Style != paint.getStyle()); in rect_must_be_pathed() local
1091 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill, in createXpsRect()
1102 BOOL stroke, BOOL fill, in createXpsQuad()
1227 BOOL stroke = FALSE; in internalDrawRect() local
1280 BOOL stroke, BOOL fill, in close_figure()
1300 BOOL stroke, BOOL fill, const SkPath& path) { in addXpsPathGeometry()
1458 BOOL* fill, BOOL* stroke) { in shadePath()
1579 BOOL stroke; in drawPath() local
/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp118 FPDF_BOOL stroke) { in FPDFPath_SetDrawMode()
/external/skia/src/gpu/
DGrPathRenderer.h225 const SkStrokeRec& stroke = style.strokeRec(); in IsStrokeHairlineOrEquivalent() local

12