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 63 bool readS32(int32_t* x) { return this->read(x, 4); }
SkReader32.h 107 int32_t readS32() { return this->readInt(); }
SkStream.cpp 33 bool SkStream::readS32(int32_t* i) {
  /external/skqp/src/core/
SkBuffer.h 63 bool readS32(int32_t* x) { return this->read(x, 4); }
SkReader32.h 107 int32_t readS32() { return this->readInt(); }
SkStream.cpp 33 bool SkStream::readS32(int32_t* i) {

Completed in 1068 milliseconds