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

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

Completed in 61 milliseconds