HomeSort by relevance Sort by last modified time
    Searched refs:fFlatSize (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkPictureFlat.cpp 124 result->fFlatSize = size;
138 SkOrderedReadBuffer buffer(this->data(), fFlatSize);
148 SkASSERT(fFlatSize == (int32_t)buffer.offset());
SkPictureFlat.h 298 size_t flatSize() const { return fFlatSize; }
313 return sizeof(SkFlatData) + fFlatSize;
371 int32_t fFlatSize; // size of flattened data
379 SkASSERT(SkIsAlign4(fFlatSize));
380 return (const uint32_t*)((const char*)this->data() + fFlatSize);
388 SkASSERT(SkIsAlign4(fFlatSize));
389 this->data32()[fFlatSize >> 2] = value;

Completed in 35 milliseconds