Home
last modified time | relevance | path

Searched refs:readS8 (Results 1 – 6 of 6) sorted by relevance

/external/skqp/include/core/
DSkStream.h88 bool SK_WARN_UNUSED_RESULT readS8(int8_t*);
92 bool SK_WARN_UNUSED_RESULT readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8()
/external/skia/include/core/
DSkStream.h88 bool SK_WARN_UNUSED_RESULT readS8(int8_t*);
92 bool SK_WARN_UNUSED_RESULT readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8()
/external/skqp/docs/
DSkStream_Reference.bmh167 #Method bool readS8(int8_t* i)
/external/skia/docs/
DSkStream_Reference.bmh167 #Method bool readS8(int8_t* i)
/external/skia/src/core/
DSkStream.cpp25 bool SkStream::readS8(int8_t* i) { in readS8() function in SkStream
/external/skqp/src/core/
DSkStream.cpp25 bool SkStream::readS8(int8_t* i) { in readS8() function in SkStream