Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLRehydrator.h161 int16_t readS16() { in readS16() function
168 return this->readS16(); in readU16()
DSkSLRehydrator.cpp96 result.fBuiltin = this->readS16(); in layout()
108 int builtin = this->readS16(); in layout()
/third_party/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()
/third_party/flutter/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()
/third_party/flutter/skia/src/core/
DSkStream.cpp29 bool SkStream::readS16(int16_t* i) { in readS16() function in SkStream
/third_party/skia/src/core/
DSkStream.cpp29 bool SkStream::readS16(int16_t* i) { in readS16() function in SkStream