Home
last modified time | relevance | path

Searched refs:fFlatSize (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkPictureFlat.h295 SkReadBuffer buffer(this->data(), fFlatSize);
305 SkASSERT(fFlatSize == (int32_t)buffer.offset());
318 size_t flatSize() const { return fFlatSize; } in flatSize()
352 fFlatSize = size; in stampHeader()
358 int32_t fFlatSize; variable