Searched refs:doFill (Results 1 – 10 of 10) sorted by relevance
/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 | 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/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() 101 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() 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;
|