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

  /external/chromium_org/third_party/skia/src/core/
SkEdgeClipper.h 34 SkPath::Verb fVerbs[kMaxVerbs];
SkQuadClipper.h 53 SkPath::Verb fVerbs[kMaxVerbs];
  /external/skia/src/core/
SkEdgeClipper.h 34 SkPath::Verb fVerbs[kMaxVerbs];
SkQuadClipper.h 53 SkPath::Verb fVerbs[kMaxVerbs];
  /external/chromium_org/third_party/skia/include/core/
SkPathRef.h 190 SkDEBUGCODE(fVerbs = NULL;)
205 const uint8_t* verbs() const { SkDEBUGCODE(this->validate();) return fVerbs; }
267 fVerbs = NULL;
334 fVerbs = NULL;
396 fVerbs = reinterpret_cast<uint8_t*>(reinterpret_cast<intptr_t>(fPoints) + newSize);
406 return fVerbs - fVerbCnt;
413 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints);
442 uint8_t* fVerbs; // points just past the end of the allocation (verbs grow backwards)
SkPath.h     [all...]
  /external/skia/include/core/
SkPathRef.h 190 SkDEBUGCODE(fVerbs = NULL;)
205 const uint8_t* verbs() const { SkDEBUGCODE(this->validate();) return fVerbs; }
267 fVerbs = NULL;
334 fVerbs = NULL;
396 fVerbs = reinterpret_cast<uint8_t*>(reinterpret_cast<intptr_t>(fPoints) + newSize);
406 return fVerbs - fVerbCnt;
413 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints);
442 uint8_t* fVerbs; // points just past the end of the allocation (verbs grow backwards)
SkPath.h     [all...]
  /external/chromium_org/third_party/skia/bench/
PathBench.cpp 237 fVerbs.reset(kNumVerbs);
240 fVerbs[i] = static_cast<SkPath::Verb>(fRandom.nextULessThan(SkPath::kDone_Verb));
241 } while (!allowMoves && SkPath::kMove_Verb == fVerbs[i]);
260 int verb = fVerbs[(fCurrVerb++) & (kNumVerbs - 1)];
297 fVerbs.reset(0);
309 SkAutoTArray<SkPath::Verb> fVerbs;
  /external/skia/bench/
PathBench.cpp 237 fVerbs.reset(kNumVerbs);
240 fVerbs[i] = static_cast<SkPath::Verb>(fRandom.nextULessThan(SkPath::kDone_Verb));
241 } while (!allowMoves && SkPath::kMove_Verb == fVerbs[i]);
260 int verb = fVerbs[(fCurrVerb++) & (kNumVerbs - 1)];
297 fVerbs.reset(0);
309 SkAutoTArray<SkPath::Verb> fVerbs;

Completed in 210 milliseconds