Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkStream.h89 bool SK_WARN_UNUSED_RESULT readS16(int16_t*);
93 bool SK_WARN_UNUSED_RESULT readU16(uint16_t* i) { return this->readS16((int16_t*)i); } in readU16()
/external/skia/include/core/
DSkStream.h89 bool SK_WARN_UNUSED_RESULT readS16(int16_t*);
93 bool SK_WARN_UNUSED_RESULT readU16(uint16_t* i) { return this->readS16((int16_t*)i); } in readU16()
/external/skqp/docs/
DSkStream_Reference.bmh185 #Method bool readS16(int16_t* i)
/external/skia/docs/
DSkStream_Reference.bmh185 #Method bool readS16(int16_t* i)
/external/skia/src/core/
DSkStream.cpp29 bool SkStream::readS16(int16_t* i) { in readS16() function in SkStream
/external/skqp/src/core/
DSkStream.cpp29 bool SkStream::readS16(int16_t* i) { in readS16() function in SkStream