Searched refs:ReadUByte (Results 1 – 7 of 7) sorted by relevance
62 int32_t ReadableFontData::ReadUByte(int32_t index) { in ReadUByte() function in sfntly::ReadableFontData94 return ReadUByte(index); in ReadChar()98 int32_t b1 = ReadUByte(index); in ReadUShort()101 int32_t b2 = ReadUByte(index + 1); in ReadUShort()111 int32_t b2 = ReadUByte(index + 1); in ReadShort()120 int32_t b1 = ReadUByte(index); in ReadUInt24()123 int32_t b2 = ReadUByte(index + 1); in ReadUInt24()126 int32_t b3 = ReadUByte(index + 2); in ReadUInt24()133 int32_t b1 = ReadUByte(index); in ReadULong()136 int32_t b2 = ReadUByte(index + 1); in ReadULong()[all …]
81 virtual int32_t ReadUByte(int32_t index);
44 return data_->ReadUByte(Offset::kRecords + record_index * RecordSize() + in PixelSize()55 return data_->ReadUByte(Offset::kRecords + record_index * RecordSize() + in MaxWidth()68 return data_->ReadUByte(Offset::kRecords + record_index * RecordSize() + in Width()
351 return data_->ReadUByte(character + Offset::kFormat0GlyphIdArray); in GlyphId()
44 EXPECT_EQ(rfd->ReadUByte(4), 202); in TestEndian()
35 EXPECT_EQ(0xff, data->ReadUByte(0)); in TestOTFRead()
455 data_->ReadUByte(x_coordinates_offset_ + x_byte_index); in ParseData()478 data_->ReadUByte(y_coordinates_offset_ + y_byte_index); in ParseData()502 return data_->ReadUByte(flags_offset_ + index * DataSize::kBYTE); in FlagAsInt()