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

  /external/skia/include/core/
SkPath.h 705 kAppend_AddPathMode,
721 AddPathMode mode = kAppend_AddPathMode);
725 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
736 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
    [all...]
  /external/skia/samplecode/
SamplePathFuzz.cpp 187 return (SkPath::AddPathMode) fRand.nextRangeU(SkPath::kAppend_AddPathMode,
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 444 milliseconds