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

  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 467 int32_t restoreOffset = (int32_t)writer->bytesWritten();
499 while (offset < restoreOffset) {
700 void SkPictureRecord::fillRestoreOffsetPlaceholdersForCurrentStackLevel(uint32_t restoreOffset) {
705 *peek = restoreOffset;
733 // The RestoreOffset field is initially filled with a placeholder
734 // value that points to the offset of the previous RestoreOffset
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 467 int32_t restoreOffset = (int32_t)writer->bytesWritten();
499 while (offset < restoreOffset) {
700 void SkPictureRecord::fillRestoreOffsetPlaceholdersForCurrentStackLevel(uint32_t restoreOffset) {
705 *peek = restoreOffset;
733 // The RestoreOffset field is initially filled with a placeholder
734 // value that points to the offset of the previous RestoreOffset
    [all...]

Completed in 2426 milliseconds