Home
last modified time | relevance | path

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

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