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

  /external/skia/include/private/
SkPathRef.h 61 SkASSERT((unsigned) i < (unsigned) fPathRef->fPointCnt);
65 SkASSERT((unsigned) i < (unsigned) fPathRef->fPointCnt);
251 int countPoints() const { return fPointCnt; }
286 SkASSERT((unsigned) index < (unsigned) fPointCnt);
348 fPointCnt = 0;
425 fPointCnt = 0;
428 fPointCnt = pointCount;
431 fPointCnt = pointCount;
553 int fPointCnt;
  /external/skqp/include/private/
SkPathRef.h 61 SkASSERT((unsigned) i < (unsigned) fPathRef->fPointCnt);
65 SkASSERT((unsigned) i < (unsigned) fPathRef->fPointCnt);
251 int countPoints() const { return fPointCnt; }
286 SkASSERT((unsigned) index < (unsigned) fPointCnt);
348 fPointCnt = 0;
424 fPointCnt = 0;
427 fPointCnt = pointCount;
430 fPointCnt = pointCount;
552 int fPointCnt;
  /external/skia/src/core/
SkPathRef.cpp 61 int pointCount = fPathRef->fPointCnt;
102 SkDEBUGCODE(fPointCnt = 0xAAAAAAA;)
103 SkDEBUGCODE(fPointCnt = 0xBBBBBBB;)
192 (*dst)->resetToSize(src.fVerbCnt, src.fPointCnt, src.fConicWeights.count());
205 matrix.mapPoints((*dst)->fPoints, src.points(), src.fPointCnt);
408 (*pathRef)->fPointCnt = 0;
441 if (fPointCnt != ref.fPointCnt ||
447 SkASSERT(0 == ref.fPointCnt);
460 ref.fPointCnt * sizeof(SkPoint)))
    [all...]
  /external/skqp/src/core/
SkPathRef.cpp 61 int pointCount = fPathRef->fPointCnt;
102 SkDEBUGCODE(fPointCnt = 0xAAAAAAA;)
103 SkDEBUGCODE(fPointCnt = 0xBBBBBBB;)
192 (*dst)->resetToSize(src.fVerbCnt, src.fPointCnt, src.fConicWeights.count());
205 matrix.mapPoints((*dst)->fPoints, src.points(), src.fPointCnt);
403 (*pathRef)->fPointCnt = 0;
436 if (fPointCnt != ref.fPointCnt ||
442 SkASSERT(0 == ref.fPointCnt);
455 ref.fPointCnt * sizeof(SkPoint)))
    [all...]

Completed in 192 milliseconds