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

  /external/skia/src/core/
SkBuffer.h 61 bool readS32(int32_t* x) { return this->read(x, 4); }
SkReader32.h 106 int32_t readS32() { return this->readInt(); }
SkStream.cpp 37 int32_t SkStream::readS32() {
  /external/skqp/src/core/
SkBuffer.h 60 bool readS32(int32_t* x) { return this->read(x, 4); }
SkReader32.h 106 int32_t readS32() { return this->readInt(); }
SkStream.cpp 33 int32_t SkStream::readS32() {

Completed in 218 milliseconds