HomeSort by relevance Sort by last modified time
    Searched refs:ReadUByte (Results 1 - 7 of 7) sorted by null

  /external/sfntly/cpp/src/sfntly/data/
readable_font_data.cc 62 int32_t ReadableFontData::ReadUByte(int32_t index) {
94 return ReadUByte(index);
98 int32_t b1 = ReadUByte(index);
101 int32_t b2 = ReadUByte(index + 1);
111 int32_t b2 = ReadUByte(index + 1);
120 int32_t b1 = ReadUByte(index);
123 int32_t b2 = ReadUByte(index + 1);
126 int32_t b3 = ReadUByte(index + 2);
133 int32_t b1 = ReadUByte(index);
136 int32_t b2 = ReadUByte(index + 1)
    [all...]
readable_font_data.h 81 virtual int32_t ReadUByte(int32_t index);
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.cc 44 return data_->ReadUByte(Offset::kRecords + record_index * RecordSize() +
55 return data_->ReadUByte(Offset::kRecords + record_index * RecordSize() +
68 return data_->ReadUByte(Offset::kRecords + record_index * RecordSize() +
cmap_table.cc 351 return data_->ReadUByte(character + Offset::kFormat0GlyphIdArray);
    [all...]
  /external/sfntly/cpp/src/test/
endian_test.cc 44 EXPECT_EQ(rfd->ReadUByte(4), 202);
open_type_data_test.cc 35 EXPECT_EQ(0xff, data->ReadUByte(0));
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 455 data_->ReadUByte(x_coordinates_offset_ + x_byte_index);
478 data_->ReadUByte(y_coordinates_offset_ + y_byte_index);
502 return data_->ReadUByte(flags_offset_ + index * DataSize::kBYTE);

Completed in 96 milliseconds