HomeSort by relevance Sort by last modified time
    Searched refs:doFill (Results 1 - 5 of 5) sorted by null

  /external/skia/include/core/
SkStroke.h 52 void setDoFill(bool doFill) { fDoFill = SkToU8(doFill); }
SkBounder.h 85 bool doPath(const SkPath&, const SkPaint&, bool doFill);
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 38 bool doFill = *width < 0;
40 SkPathMeasure meas(src, doFill);
50 if (fSegLength * (2 + doFill) > length) {
  /external/skia/src/gpu/
SkGpuDevice.cpp 815 bool doFill = true;
844 doFill = false;
847 if (doFill && (paint.getPathEffect() ||
849 doFill = paint.getFillPath(*pathPtr, &tmpPath);
869 if (doFill) {
    [all...]
  /external/skia/src/core/
SkDraw.cpp 873 bool doFill = true;
925 doFill = paint.getFillPath(*pathPtr, &tmpPath);
955 if (fBounder && !fBounder->doPath(*devPathPtr, paint, doFill)) {
959 if (doFill) {
    [all...]

Completed in 521 milliseconds