Home
last modified time | relevance | path

Searched refs:readU8 (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/sksl/
DSkSLRehydrator.cpp93 switch (this->readU8()) { in layout()
120 switch (this->readU8()) { in modifiers()
125 int flags = this->readU8(); in modifiers()
140 int kind = this->readU8(); in symbol()
157 int parameterCount = this->readU8(); in symbol()
177 uint8_t index = this->readU8(); in symbol()
185 uint8_t fieldCount = this->readU8(); in symbol()
224 int length = this->readU8(); in symbol()
242 Variable::Storage storage = (Variable::Storage) this->readU8(); in symbol()
262 SkDEBUGCODE(uint8_t command = )this->readU8(); in elements()
[all …]
DSkSLRehydrator.h157 uint8_t readU8() { in readU8() function
162 uint8_t b1 = this->readU8(); in readS16()
163 uint8_t b2 = this->readU8(); in readS16()
172 uint8_t b1 = this->readU8(); in readS32()
173 uint8_t b2 = this->readU8(); in readS32()
174 uint8_t b3 = this->readU8(); in readS32()
175 uint8_t b4 = this->readU8(); in readS32()
/third_party/skia/experimental/skrive/src/reader/
DBinaryReader.cpp38 return validateSize(sizeof(v)) && fStream->readU8(&v) in readBool()
54 return validateSize(sizeof(v)) && fStream->readU8(&v) in readUInt8()
114 fStream->readU8 (&block_type) && in openBlock()
/third_party/flutter/skia/src/core/
DSkBuffer.h62 bool readU8(uint8_t* x) { return this->read(x, 1); } in readU8() function
DSkReader32.h105 uint8_t readU8() { return (uint8_t)this->readInt(); } in readU8() function
DSkPicture.cpp169 if (!stream->readU8(&trailingStreamByteAfterPictInfo)) { return nullptr; } in MakeFromStream()
/third_party/skia/src/core/
DSkBuffer.h62 bool readU8(uint8_t* x) { return this->read(x, 1); } in readU8() function
DSkPicture.cpp172 if (!stream->readU8(&trailingStreamByteAfterPictInfo)) { return nullptr; } in MakeFromStream()
/third_party/skia/include/core/
DSkStream.h92 bool SK_WARN_UNUSED_RESULT readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8() function
98 if (!this->readU8(&i)) { return false; } in readBool()
/third_party/flutter/skia/include/core/
DSkStream.h92 bool SK_WARN_UNUSED_RESULT readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8() function
98 if (!this->readU8(&i)) { return false; } in readBool()
/third_party/flutter/skia/src/ports/
DSkFontConfigInterface_direct.cpp111 (void)buffer.readU8(&u8); in readFromMemory()
/third_party/skia/src/ports/
DSkFontConfigInterface_direct.cpp96 (void)buffer.readU8(&u8); in readFromMemory()