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

  /external/skia/legacy/src/core/
SkPictureRecord.cpp 18 fPointBytes = fRectBytes = fTextBytes = 0;
394 fPointBytes += fWriter.size() - start;
423 fPointBytes += fWriter.size() - start;
551 fPointBytes += fWriter.size() - start;
559 fPointBytes += count * sizeof(SkPoint);
SkPictureRecord.h 153 size_t fPointBytes, fRectBytes, fTextBytes;
SkPicturePlayback.cpp 47 SkDebugf("points size %zd (points:%d) ", record.fPointBytes, record.fPointWrites);
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 34 fPointBytes = fRectBytes = fTextBytes = 0;
624 fPointBytes += fWriter.size() - start;
654 fPointBytes += fWriter.size() - start;
767 fPointBytes += fWriter.size() - start;
775 fPointBytes += count * sizeof(SkPoint);
SkPictureRecord.h 157 size_t fPointBytes, fRectBytes, fTextBytes;
SkPicturePlayback.cpp 56 SkDebugf("points size %zd (points:%d) ", record.fPointBytes, record.fPointWrites);
    [all...]

Completed in 1731 milliseconds