Home
last modified time | relevance | path

Searched refs:offset_to_offset_table (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/
Dfont.h139 int32_t offset_to_offset_table);
195 int32_t offset_to_offset_table);
Dfont_factory.cc158 int32_t offset_to_offset_table) { in LoadSingleOTFForBuilding() argument
161 Font::Builder::GetOTFBuilder(this, wfd, offset_to_offset_table); in LoadSingleOTFForBuilding()
Dfont_factory.h124 int32_t offset_to_offset_table);
Dfont.cc225 int32_t offset_to_offset_table) { in GetOTFBuilder() argument
227 builder->LoadFont(wfd, offset_to_offset_table); in GetOTFBuilder()
334 int32_t offset_to_offset_table) { in LoadFont() argument
338 ReadHeader(wfd, offset_to_offset_table, &records); in LoadFont()