HomeSort by relevance Sort by last modified time
    Searched defs:fVerbs (Results 1 - 7 of 7) sorted by null

  /external/skia/src/core/
SkEdgeClipper.h 39 SkPath::Verb fVerbs[kMaxVerbs];
SkQuadClipper.h 52 SkPath::Verb fVerbs[kMaxVerbs];
  /external/skia/tests/
ParsePathTest.cpp 95 int fVerbs;
127 REPORTER_ASSERT(r, path.countVerbs() == gTests[i].fVerbs);
  /external/skia/src/fonts/
SkTestScalerContext.h 22 const unsigned char* fVerbs;
  /external/skia/include/private/
SkPathRef.h 138 const uint8_t* fVerbs;
254 const uint8_t* verbs() const { SkDEBUGCODE(this->validate();) return fVerbs; }
330 fVerbs = NULL;
398 fVerbs = NULL;
460 fVerbs = reinterpret_cast<uint8_t*>(reinterpret_cast<intptr_t>(fPoints) + newSize);
470 return fVerbs - fVerbCnt;
477 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints);
519 uint8_t* fVerbs; // points just past the end of the allocation (verbs grow backwards)
  /external/skia/include/core/
SkPath.h     [all...]
  /external/skia/bench/
PathBench.cpp 324 fVerbs.reset(kNumVerbs);
327 fVerbs[i] = static_cast<SkPath::Verb>(fRandom.nextULessThan(SkPath::kDone_Verb));
328 } while (!allowMoves && SkPath::kMove_Verb == fVerbs[i]);
347 int verb = fVerbs[(fCurrVerb++) & (kNumVerbs - 1)];
384 fVerbs.reset(0);
396 SkAutoTArray<SkPath::Verb> fVerbs;
    [all...]

Completed in 510 milliseconds