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

  /external/skia/src/core/
SkPictureRecord.cpp 171 int32_t restoreOffset = (int32_t)writer->size();
191 while (offset < restoreOffset) {
304 uint32_t restoreOffset) {
309 *peek = restoreOffset;
345 // The RestoreOffset field is initially filled with a placeholder
346 // value that points to the offset of the previous RestoreOffset
SkPictureRecord.h 99 uint32_t restoreOffset);
  /external/skia/legacy/src/core/
SkPictureRecord.cpp 81 uint32_t restoreOffset = (uint32_t)fWriter.size();
86 *peek = restoreOffset;

Completed in 500 milliseconds