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

  /external/chromium_org/third_party/skia/include/core/
SkPathRef.h 314 /** Resets the path ref with verbCount verbs and pointCount points, all uninitialized. Also
316 void resetToSize(int verbCount, int pointCount, int conicCount,
325 size_t newSize = sizeof(uint8_t) * verbCount + sizeof(SkPoint) * pointCount;
339 fVerbCnt = verbCount;
344 fVerbCnt = verbCount;
  /external/skia/include/core/
SkPathRef.h 314 /** Resets the path ref with verbCount verbs and pointCount points, all uninitialized. Also
316 void resetToSize(int verbCount, int pointCount, int conicCount,
325 size_t newSize = sizeof(uint8_t) * verbCount + sizeof(SkPoint) * pointCount;
339 fVerbCnt = verbCount;
344 fVerbCnt = verbCount;
  /external/chromium_org/third_party/skia/src/core/
SkPathRef.cpp 123 int32_t verbCount, pointCount, conicCount;
125 !buffer->readS32(&verbCount) ||
132 ref->resetToSize(verbCount, pointCount, conicCount);
133 SkASSERT(verbCount == ref->countVerbs());
137 if (!buffer->read(ref->verbsMemWritable(), verbCount * sizeof(uint8_t)) ||
SkPath.cpp 326 int verbCount = fPathRef->countVerbs();
328 if (2 == verbCount) {
    [all...]
  /external/skia/src/core/
SkPathRef.cpp 123 int32_t verbCount, pointCount, conicCount;
125 !buffer->readS32(&verbCount) ||
132 ref->resetToSize(verbCount, pointCount, conicCount);
133 SkASSERT(verbCount == ref->countVerbs());
137 if (!buffer->read(ref->verbsMemWritable(), verbCount * sizeof(uint8_t)) ||
SkPath.cpp 326 int verbCount = fPathRef->countVerbs();
328 if (2 == verbCount) {
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp     [all...]
  /external/skia/experimental/Intersection/
EdgeWalker.cpp     [all...]

Completed in 197 milliseconds