Home
last modified time | relevance | path

Searched refs:doFill (Results 1 – 12 of 12) sorted by relevance

/external/skia/docs/examples/
Dstrokerect_gm.cpp26 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/
Dstrokerect.cpp15 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/
Dstrokerect.cpp26 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/
DSkDiscretePathEffect.cpp86 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/
DSkDiscretePathEffect.cpp86 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/
DSkStroke.h45 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill() argument
DSkDraw.cpp819 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()
DSkDraw.h145 bool doFill) const;
/external/skia/src/core/
DSkStroke.h45 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); } in setDoFill() argument
DSkDraw.cpp819 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()
DSkDraw.h145 bool doFill) const;
/external/skia/src/gpu/tessellate/
DGrPathInnerTriangulateOp.cpp76 bool doFill = !(fOpFlags & OpFlags::kStencilOnly); in prePreparePrograms() local
90 if (doFill) { in prePreparePrograms()
117 if (doFill) { in prePreparePrograms()
202 if (doFill && !isLinear) { in prePreparePrograms()