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

  /external/skia/src/core/
SkPicturePlayback.h 46 static DrawType ReadOpAndSize(SkReadBuffer* reader, uint32_t* size);
SkPicturePlayback.cpp 40 * offset just prior to calling ReadOpAndSize + 'size' is the offset
44 DrawType SkPicturePlayback::ReadOpAndSize(SkReadBuffer* reader, uint32_t* size) {
126 DrawType op = ReadOpAndSize(reader.get(), &size);
  /external/skqp/src/core/
SkPicturePlayback.h 46 static DrawType ReadOpAndSize(SkReadBuffer* reader, uint32_t* size);
SkPicturePlayback.cpp 44 * offset just prior to calling ReadOpAndSize + 'size' is the offset
48 DrawType SkPicturePlayback::ReadOpAndSize(SkReadBuffer* reader, uint32_t* size) {
130 DrawType op = ReadOpAndSize(reader.get(), &size);

Completed in 137 milliseconds