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

/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.cpp129 SkOrderedReadBuffer buffer(this->data(), fFlatSize);
139 SkASSERT(fFlatSize == (int32_t)buffer.offset());
H A DSkPictureFlat.h290 size_t flatSize() const { return fFlatSize; }
324 fFlatSize = size;
330 int32_t fFlatSize; member in class:SkFlatData
/external/skia/src/core/
H A DSkPictureFlat.cpp129 SkOrderedReadBuffer buffer(this->data(), fFlatSize);
139 SkASSERT(fFlatSize == (int32_t)buffer.offset());
H A DSkPictureFlat.h290 size_t flatSize() const { return fFlatSize; }
324 fFlatSize = size;
330 int32_t fFlatSize; member in class:SkFlatData

Completed in 60 milliseconds