Home
last modified time | relevance | path

Searched refs:kUInt32Size (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkPictureRecord.cpp25 static int const kUInt32Size = 4; variable
27 static const uint32_t kSaveSize = kUInt32Size;
29 static const uint32_t kSaveLayerNoBoundsSize = 4 * kUInt32Size;
30 static const uint32_t kSaveLayerWithBoundsSize = 4 * kUInt32Size + sizeof(SkRect);
113 static const uint32_t kSaveLayerNoBoundsPaintOffset = 2 * kUInt32Size; in get_paint_offset()
114 static const uint32_t kSaveLayerWithBoundsPaintOffset = 2 * kUInt32Size + sizeof(SkRect); in get_paint_offset()
169 size_t size = 2 * kUInt32Size; in recordSaveLayer()
174 size += 2 * kUInt32Size; in recordSaveLayer()
198 *size = writer->readTAt<uint32_t>(offset + kUInt32Size); in peek_op_and_size()
230 size_t size = 1 * kUInt32Size; // RESTORE consists solely of 1 op code in recordRestore()
[all …]