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

  /external/skia/src/core/
SkPicturePlayback.h 47 static DrawType ReadOpAndSize(SkReader32* reader, uint32_t* size);
SkPicturePlayback.cpp 40 * offset just prior to calling ReadOpAndSize + 'size' is the offset
44 DrawType SkPicturePlayback::ReadOpAndSize(SkReader32* reader, uint32_t* size) {
105 DrawType op = ReadOpAndSize(&reader, &size);

Completed in 49 milliseconds