Searched defs:readS32 (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkBuffer.h74 bool readS32(int32_t* x) { return read(x, 4); } function in class:SkRBuffer
H A DSkReader32.h106 int32_t readS32() { return this->readInt(); } function in class:SkReader32
H A DSkStream.cpp35 int32_t SkStream::readS32() { function in class:SkStream

Completed in 123 milliseconds