Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sample/subtly/
Ddebug_main.cc48 int32_t original_size = TotalFontSize(font); in main()
59 int32_t new_size = TotalFontSize(new_font); in main()
Dsubsetter_main.cc62 int32_t original_size = TotalFontSize(font); in main()
77 int32_t new_size = TotalFontSize(new_font); in main()
Dstats.cc27 int32_t TotalFontSize(Font* font) { in TotalFontSize() function
39 return static_cast<double>(table->DataLength()) / TotalFontSize(font) * 100; in TableSizePercent()
Dstats.h31 int32_t TotalFontSize(Font* font);