Searched refs:doFill (Results 1 – 12 of 12) sorted by relevance
/external/skia/docs/examples/ |
D | strokerect_gm.cpp | 26 for (int doFill = 0; doFill <= 1; ++doFill) { in draw() local 27 SkPaint::Style style = doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style; in draw() 34 (i + doFill * SK_ARRAY_COUNT(gJoins)) * (H + 2 * kStrokeWidth)); in draw()
|
/external/skqp/gm/ |
D | strokerect.cpp | 15 SkPaint::Join join, int doFill) { in draw_path() argument 18 paint.setStyle(doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style); in draw_path() 87 for (int doFill = 0; doFill <= 1; ++doFill) { in onDraw() local 99 draw_path(canvas, fillPath, r, join, doFill); in onDraw()
|
/external/skia/gm/ |
D | strokerect.cpp | 26 SkPaint::Join join, int doFill) { in draw_path() argument 29 paint.setStyle(doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style); in draw_path() 98 for (int doFill = 0; doFill <= 1; ++doFill) { in onDraw() local 110 draw_path(canvas, fillPath, r, join, doFill); in onDraw()
|
/external/skqp/src/effects/ |
D | SkDiscretePathEffect.cpp | 86 bool doFill = rec->isFillStyle(); in onFilterPath() local 88 SkPathMeasure meas(src, doFill); in onFilterPath() 101 if (fSegLength * (2 + doFill) > length) { in onFilterPath()
|
/external/skia/src/effects/ |
D | SkDiscretePathEffect.cpp | 86 bool doFill = rec->isFillStyle(); in onFilterPath() local 88 SkPathMeasure meas(src, doFill); in onFilterPath() 106 if (fSegLength * (2 + doFill) > length) { in onFilterPath()
|
/external/skqp/src/core/ |
D | SkStroke.h | 45 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill() argument
|
D | SkDraw.cpp | 819 SkBlitter* customBlitter, bool doFill) const { in drawDevPath() 832 SkStrokeRec::InitStyle style = doFill ? SkStrokeRec::kFill_InitStyle in drawDevPath() 840 if (doFill) { in drawDevPath() 894 bool doFill = true; in drawPath() local 952 doFill = paint->getFillPath(*pathPtr, tmpPath, cullRectPtr, in drawPath() 963 this->drawDevPath(*devPathPtr, *paint, drawCoverage, customBlitter, doFill); in drawPath()
|
D | SkDraw.h | 145 bool doFill) const;
|
/external/skia/src/core/ |
D | SkStroke.h | 45 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill() argument
|
D | SkDraw.cpp | 819 SkBlitter* customBlitter, bool doFill) const { in drawDevPath() 832 SkStrokeRec::InitStyle style = doFill ? SkStrokeRec::kFill_InitStyle in drawDevPath() 841 if (doFill) { in drawDevPath() 895 bool doFill = true; in drawPath() local 951 doFill = paint->getFillPath(*pathPtr, tmpPath, cullRectPtr, in drawPath() 968 this->drawDevPath(*devPathPtr, *paint, drawCoverage, customBlitter, doFill); in drawPath()
|
D | SkDraw.h | 145 bool doFill) const;
|
/external/skia/src/gpu/tessellate/ |
D | GrPathInnerTriangulateOp.cpp | 76 bool doFill = !(fOpFlags & OpFlags::kStencilOnly); in prePreparePrograms() local 90 if (doFill) { in prePreparePrograms() 117 if (doFill) { in prePreparePrograms() 202 if (doFill && !isLinear) { in prePreparePrograms()
|