Searched refs:fPointBytes (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPictureRecord.cpp41 fPointBytes = fRectBytes = fTextBytes = 0;
1087 fPointBytes += fWriter.size() - start;
1126 fPointBytes += fWriter.size() - start;
1289 fPointBytes += fWriter.size() - start;
1297 fPointBytes += count * sizeof(SkPoint);
H A DSkPictureRecord.h197 size_t fPointBytes, fRectBytes, fTextBytes; member in class:SkPictureRecord
H A DSkPicturePlayback.cpp56 SkDebugf("points size %zd (points:%d) ", record.fPointBytes, record.fPointWrites);
/external/skia/src/core/
H A DSkPictureRecord.cpp41 fPointBytes = fRectBytes = fTextBytes = 0;
1087 fPointBytes += fWriter.size() - start;
1126 fPointBytes += fWriter.size() - start;
1289 fPointBytes += fWriter.size() - start;
1297 fPointBytes += count * sizeof(SkPoint);
H A DSkPictureRecord.h197 size_t fPointBytes, fRectBytes, fTextBytes; member in class:SkPictureRecord
H A DSkPicturePlayback.cpp56 SkDebugf("points size %zd (points:%d) ", record.fPointBytes, record.fPointWrites);

Completed in 152 milliseconds