Searched defs:stroke (Results 1 - 25 of 72) sorted by relevance

123

/external/ImageMagick/MagickCore/
H A Ddraw-private.h48 const ssize_t y,PixelInfo *stroke,ExceptionInfo *exception)
52 *stroke=draw_info->stroke;
61 pattern->tile_offset.x,y+pattern->tile_offset.y,stroke,exception);
47 GetStrokeColor(const DrawInfo *draw_info,const ssize_t x, const ssize_t y,PixelInfo *stroke,ExceptionInfo *exception) argument
H A Dmontage.h57 stroke; member in struct:_MontageInfo
/external/pdfium/fxjs/xfa/
H A Dcjx_corner.cpp21 void CJX_Corner::stroke(CFXJSE_Value* pValue, function in class:CJX_Corner
H A Dcjx_edge.cpp27 void CJX_Edge::stroke(CFXJSE_Value* pValue, function in class:CJX_Edge
/external/skia/experimental/sksg/
H A DSkSGScene.cpp50 SkPaint fill, stroke; local
53 stroke.setAntiAlias(true);
54 stroke.setColor(0xffff0000);
55 stroke.setStyle(SkPaint::kStroke_Style);
59 canvas->drawRect(r, stroke);
/external/skia/gm/
H A Dcroppedrects.cpp43 SkPaint stroke; variable
44 stroke.setStyle(SkPaint::kStroke_Style);
45 stroke.setStrokeWidth(kStrokeWidth);
46 stroke.setColor(0xff008800);
47 srcCanvas->drawRect(kSrcImageClip.makeInset(kStrokeWidth / 2, kStrokeWidth / 2), stroke);
H A Dpictureimagefilter.cpp115 SkPaint stroke; variable
116 stroke.setStyle(SkPaint::kStroke_Style);
118 canvas->drawRect(bounds, stroke);
H A Dshadertext2.cpp165 SkPaint stroke; local
166 stroke.setStyle(SkPaint::kStroke_Style);
H A Dskbug_257.cpp126 SkPaint stroke; local
127 stroke.setStyle(SkPaint::kStroke_Style);
128 stroke.setStrokeWidth(5);
129 stroke.setColor(SK_ColorCYAN);
130 canvas->drawCircle(size / 2, size / 2, size / 2 - 10, stroke);
131 canvas->drawCircle(3 * size / 2, size / 2, size / 2 - 10, stroke);
132 canvas->drawCircle(size / 2, 384, size / 2 - 10, stroke);
/external/skqp/experimental/sksg/
H A DSkSGScene.cpp50 SkPaint fill, stroke; local
53 stroke.setAntiAlias(true);
54 stroke.setColor(0xffff0000);
55 stroke.setStyle(SkPaint::kStroke_Style);
59 canvas->drawRect(r, stroke);
/external/skqp/gm/
H A Dcroppedrects.cpp43 SkPaint stroke; variable
44 stroke.setStyle(SkPaint::kStroke_Style);
45 stroke.setStrokeWidth(kStrokeWidth);
46 stroke.setColor(0xff008800);
47 srcCanvas->drawRect(kSrcImageClip.makeInset(kStrokeWidth / 2, kStrokeWidth / 2), stroke);
H A Dpictureimagefilter.cpp115 SkPaint stroke; variable
116 stroke.setStyle(SkPaint::kStroke_Style);
118 canvas->drawRect(bounds, stroke);
H A Dshadertext2.cpp165 SkPaint stroke; local
166 stroke.setStyle(SkPaint::kStroke_Style);
H A Dskbug_257.cpp126 SkPaint stroke; local
127 stroke.setStyle(SkPaint::kStroke_Style);
128 stroke.setStrokeWidth(5);
129 stroke.setColor(SK_ColorCYAN);
130 canvas->drawCircle(size / 2, size / 2, size / 2 - 10, stroke);
131 canvas->drawCircle(3 * size / 2, size / 2, size / 2 - 10, stroke);
132 canvas->drawCircle(size / 2, 384, size / 2 - 10, stroke);
/external/skia/experimental/c-api-example/
H A Dskia-c-example.c48 sk_paint_t* stroke = sk_paint_new(); local
49 sk_paint_set_color(stroke, sk_color_set_argb(0xFF, 0xFF, 0x00, 0x00));
50 sk_paint_set_antialias(stroke, true);
51 sk_paint_set_stroke(stroke, true);
52 sk_paint_set_stroke_width(stroke, 5.0f);
59 sk_canvas_draw_path(canvas, path, stroke);
70 sk_paint_delete(stroke);
/external/skia/src/gpu/gl/
H A DGrGLPathRange.cpp36 const SkStrokeRec& stroke = fStyle.strokeRec(); local
38 // * dashing: NVPR stroke dashing is different to Skia.
41 (stroke.needToApply() && stroke.getCap() != SkPaint::kButt_Cap);
47 fShouldStroke = stroke.needToApply();
48 fShouldFill = stroke.isFillStyle() ||
49 stroke.getStyle() == SkStrokeRec::kStrokeAndFill_Style;
77 // Thus we must stroke the strokes here, so that all paths in the
/external/skqp/experimental/c-api-example/
H A Dskia-c-example.c48 sk_paint_t* stroke = sk_paint_new(); local
49 sk_paint_set_color(stroke, sk_color_set_argb(0xFF, 0xFF, 0x00, 0x00));
50 sk_paint_set_antialias(stroke, true);
51 sk_paint_set_stroke(stroke, true);
52 sk_paint_set_stroke_width(stroke, 5.0f);
59 sk_canvas_draw_path(canvas, path, stroke);
70 sk_paint_delete(stroke);
/external/skqp/src/gpu/gl/
H A DGrGLPathRange.cpp36 const SkStrokeRec& stroke = fStyle.strokeRec(); local
38 // * dashing: NVPR stroke dashing is different to Skia.
41 (stroke.needToApply() && stroke.getCap() != SkPaint::kButt_Cap);
47 fShouldStroke = stroke.needToApply();
48 fShouldFill = stroke.isFillStyle() ||
49 stroke.getStyle() == SkStrokeRec::kStrokeAndFill_Style;
77 // Thus we must stroke the strokes here, so that all paths in the
/external/skia/src/xps/
H A DSkXPSDevice.h205 BOOL stroke, BOOL fill,
210 BOOL stroke, BOOL fill, member in class:SkXPSDevice
232 BOOL stroke, BOOL fill, const SkPath& path);
264 BOOL* fill, BOOL* stroke);
/external/skqp/src/xps/
H A DSkXPSDevice.h205 BOOL stroke, BOOL fill,
210 BOOL stroke, BOOL fill, member in class:SkXPSDevice
232 BOOL stroke, BOOL fill, const SkPath& path);
264 BOOL* fill, BOOL* stroke);
/external/skia/src/gpu/ops/
H A DGrNonAAStrokeRectOp.cpp48 inline static bool allowed_stroke(const SkStrokeRec& stroke) { argument
49 SkASSERT(stroke.getStyle() == SkStrokeRec::kStroke_Style ||
50 stroke.getStyle() == SkStrokeRec::kHairline_Style);
51 return !stroke.getWidth() ||
52 (stroke.getJoin() == SkPaint::kMiter_Join && stroke.getMiter() > SK_ScalarSqrt2);
82 const SkRect& rect, const SkStrokeRec& stroke,
84 if (!allowed_stroke(stroke)) {
91 if (stroke.getStyle() == SkStrokeRec::kHairline_Style && aaType != GrAAType::kMSAA) {
95 stroke, aaTyp
81 Make(GrPaint&& paint, const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke, GrAAType aaType) argument
98 NonAAStrokeRectOp(const Helper::MakeArgs& helperArgs, GrColor color, Helper::Flags flags, const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke, GrAAType aaType) argument
214 MakeNonAAStroke(GrPaint&& paint, const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke, GrAAType aaType) argument
[all...]
/external/skqp/src/gpu/ops/
H A DGrNonAAStrokeRectOp.cpp48 inline static bool allowed_stroke(const SkStrokeRec& stroke) { argument
49 SkASSERT(stroke.getStyle() == SkStrokeRec::kStroke_Style ||
50 stroke.getStyle() == SkStrokeRec::kHairline_Style);
51 return !stroke.getWidth() ||
52 (stroke.getJoin() == SkPaint::kMiter_Join && stroke.getMiter() > SK_ScalarSqrt2);
82 const SkRect& rect, const SkStrokeRec& stroke,
84 if (!allowed_stroke(stroke)) {
91 if (stroke.getStyle() == SkStrokeRec::kHairline_Style && aaType != GrAAType::kMSAA) {
95 stroke, aaTyp
81 Make(GrPaint&& paint, const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke, GrAAType aaType) argument
98 NonAAStrokeRectOp(const Helper::MakeArgs& helperArgs, GrColor color, Helper::Flags flags, const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke, GrAAType aaType) argument
214 MakeNonAAStroke(GrPaint&& paint, const SkMatrix& viewMatrix, const SkRect& rect, const SkStrokeRec& stroke, GrAAType aaType) argument
[all...]
/external/pdfium/fpdfsdk/
H A Dfpdfeditpath.cpp204 FPDF_BOOL stroke) {
215 pPathObj->m_bStroke = stroke != 0;
202 FPDFPath_SetDrawMode(FPDF_PAGEOBJECT path, int fillmode, FPDF_BOOL stroke) argument
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_box.cpp32 CXFA_Stroke* stroke = strokes[0];
37 if (!stroke)
38 stroke = find;
39 else if (stroke->GetStrokeType() != find->GetStrokeType())
40 stroke = find;
44 XFA_AttributeEnum iType = stroke->GetStrokeType();
49 return {iType, stroke};
51 return {XFA_AttributeEnum::Unknown, stroke};
127 CXFA_Stroke* stroke; local
130 std::tie(iType, stroke)
[all...]
H A Dcxfa_stroke.cpp152 bool CXFA_Stroke::SameStyles(CXFA_Stroke* stroke, uint32_t dwFlags) { argument
153 if (this == stroke)
155 if (fabs(GetThickness() - stroke->GetThickness()) >= 0.01f)
158 IsVisible() != stroke->IsVisible()) {
161 if (GetStrokeType() != stroke->GetStrokeType())
163 if (GetColor() != stroke->GetColor())
166 fabs(GetRadius() - stroke->GetRadius()) >= 0.01f) {

Completed in 572 milliseconds

123