Searched refs:readU8 (Results 1 – 12 of 12) sorted by relevance
93 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 …]
157 uint8_t readU8() { in readU8() function162 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()
38 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()
62 bool readU8(uint8_t* x) { return this->read(x, 1); } in readU8() function
105 uint8_t readU8() { return (uint8_t)this->readInt(); } in readU8() function
169 if (!stream->readU8(&trailingStreamByteAfterPictInfo)) { return nullptr; } in MakeFromStream()
172 if (!stream->readU8(&trailingStreamByteAfterPictInfo)) { return nullptr; } in MakeFromStream()
92 bool SK_WARN_UNUSED_RESULT readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8() function98 if (!this->readU8(&i)) { return false; } in readBool()
111 (void)buffer.readU8(&u8); in readFromMemory()
96 (void)buffer.readU8(&u8); in readFromMemory()