Home
last modified time | relevance | path

Searched refs:ReadFixed (Results 1 – 13 of 13) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_header_table.cc26 return data_->ReadFixed(Offset::kVersion); in TableVersion()
110 return InternalReadData()->ReadFixed(Offset::kVersion); in TableVersion()
Dfont_header_table.cc26 return data_->ReadFixed(Offset::kTableVersion); in TableVersion()
30 return data_->ReadFixed(Offset::kFontRevision); in FontRevision()
Dmaximum_profile_table.cc26 return data_->ReadFixed(Offset::kVersion); in TableVersion()
/external/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.h84 virtual int32_t ReadFixed();
Dfont_input_stream.cc124 int32_t FontInputStream::ReadFixed() { in ReadFixed() function in sfntly::FontInputStream
Dreadable_font_data.h153 virtual int32_t ReadFixed(int32_t index);
Dreadable_font_data.cc190 int32_t ReadableFontData::ReadFixed(int32_t index) { in ReadFixed() function in sfntly::ReadableFontData
/external/sfntly/cpp/src/test/
Dendian_test.cc52 EXPECT_EQ(rfd->ReadFixed(24), Fixed1616::Fixed(1, 0)); in TestEndian()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Debsc_table.cc27 return data_->ReadFixed(Offset::kVersion); in Version()
Debdt_table.cc32 return data_->ReadFixed(Offset::kVersion); in Version()
Deblc_table.cc29 return data_->ReadFixed(Offset::kVersion); in Version()
/external/sfntly/cpp/src/sfntly/
Dfont_factory.cc180 int32_t version = wfd->ReadFixed(Offset::kVersion); in LoadCollectionForBuilding()
Dfont.cc492 sfnt_version_ = is->ReadFixed(); in ReadHeader()
514 sfnt_version_ = fd->ReadFixed(offset + Offset::kSfntVersion); in ReadHeader()