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.cc154 int32_t offset_to_offset_table) { in LoadSingleOTFForBuilding() argument
157 Font::Builder::GetOTFBuilder(this, wfd, offset_to_offset_table); in LoadSingleOTFForBuilding()
Dfont_factory.h118 int32_t offset_to_offset_table);
Dfont.cc229 int32_t offset_to_offset_table) { in GetOTFBuilder() argument
231 builder->LoadFont(wfd, offset_to_offset_table); in GetOTFBuilder()
335 int32_t offset_to_offset_table) { in LoadFont() argument
339 ReadHeader(wfd, offset_to_offset_table, &records); in LoadFont()