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

  /external/skia/include/core/
SkPath.h 702 enum 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 186 SkPath::AddPathMode makeAddPathMode() {
187 return (SkPath::AddPathMode) fRand.nextRangeU(SkPath::kAppend_AddPathMode,
416 SkPath::AddPathMode mode = makeAddPathMode();
427 SkPath::AddPathMode mode = makeAddPathMode();
439 SkPath::AddPathMode mode = makeAddPathMode();
  /external/skia/src/core/
SkPath.cpp     [all...]
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 154 milliseconds