Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureFlat.h311 SkReadBuffer buffer(this->data(), fFlatSize);
321 SkASSERT(fFlatSize == (int32_t)buffer.offset());
334 size_t flatSize() const { return fFlatSize; } in flatSize()
368 fFlatSize = size; in stampHeader()
374 int32_t fFlatSize; variable