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

  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.cpp 129 SkOrderedReadBuffer buffer(this->data(), fFlatSize);
139 SkASSERT(fFlatSize == (int32_t)buffer.offset());
SkPictureFlat.h 290 size_t flatSize() const { return fFlatSize; }
324 fFlatSize = size;
330 int32_t fFlatSize;
  /external/skia/src/core/
SkPictureFlat.cpp 129 SkOrderedReadBuffer buffer(this->data(), fFlatSize);
139 SkASSERT(fFlatSize == (int32_t)buffer.offset());
SkPictureFlat.h 290 size_t flatSize() const { return fFlatSize; }
324 fFlatSize = size;
330 int32_t fFlatSize;

Completed in 23 milliseconds