Home
last modified time | relevance | path

Searched defs:readS32 (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/base/
DSkBuffer.h65 bool readS32(int32_t* x) { return this->read(x, 4); } in readS32() function
/external/skia/src/core/
DSkStream.cpp40 bool SkStream::readS32(int32_t* i) { in readS32() function in SkStream