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

  /external/skia/include/core/
SkBuffer.h 71 int32_t readS32() { int32_t x; read(&x, 4); return x; }
SkReader32.h 90 int32_t readS32() { return this->readInt(); }
  /external/skia/src/core/
SkStream.cpp 53 int32_t SkStream::readS32() {

Completed in 1310 milliseconds