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

  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.h 42 void SetNumGlyphs(int32_t num_glyphs);
horizontal_metrics_table.h 43 void SetNumGlyphs(int32_t num_glyphs);
maximum_profile_table.h 46 void SetNumGlyphs(int32_t num_glyphs);
horizontal_device_metrics_table.cc 101 void HorizontalDeviceMetricsTable::Builder::SetNumGlyphs(int32_t num_glyphs) {
horizontal_metrics_table.cc 130 void HorizontalMetricsTable::Builder::SetNumGlyphs(int32_t num_glyphs) {
maximum_profile_table.cc 125 void MaximumProfileTable::Builder::SetNumGlyphs(int32_t num_glyphs) {
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 88 void SetNumGlyphs(int32_t num_glyphs);
loca_table.cc 138 void LocaTable::Builder::SetNumGlyphs(int32_t num_glyphs) {
  /external/sfntly/cpp/src/sfntly/
font.cc 453 horizontal_metrics_builder->SetNumGlyphs(
464 loca_table_builder->SetNumGlyphs(max_profile_builder->NumGlyphs());
475 hdmx_table_builder->SetNumGlyphs(max_profile_builder->NumGlyphs());

Completed in 2037 milliseconds