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

/external/skia/src/core/
H A DSkPictureRecord.cpp18 fPointBytes = fRectBytes = fTextBytes = 0;
394 fPointBytes += fWriter.size() - start;
423 fPointBytes += fWriter.size() - start;
551 fPointBytes += fWriter.size() - start;
559 fPointBytes += count * sizeof(SkPoint);
H A DSkPictureRecord.h153 size_t fPointBytes, fRectBytes, fTextBytes; member in class:SkPictureRecord
H A DSkPicturePlayback.cpp47 SkDebugf("points size %zd (points:%d) ", record.fPointBytes, record.fPointWrites);

Completed in 40 milliseconds