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

  /external/skia/src/utils/
SkDashPathPriv.h 24 bool FilterDashPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
28 bool FilterDashPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
SkDashPath.cpp 222 bool SkDashPath::FilterDashPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
321 bool SkDashPath::FilterDashPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
328 return FilterDashPath(dst, src, rec, cullRect, info.fIntervals, info.fCount, initialDashLength,
  /external/skia/src/gpu/
GrStrokeInfo.cpp 36 if (SkDashPath::FilterDashPath(dst, src, &filteredStroke, nullptr, info)) {
  /external/skia/src/effects/
SkDashPathEffect.cpp 41 return SkDashPath::FilterDashPath(dst, src, rec, cullRect, fIntervals, fCount,

Completed in 64 milliseconds