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

  /external/sfntly/cpp/src/sample/subtly/
stats.h 31 int32_t TotalFontSize(Font* font);
debug_main.cc 48 int32_t original_size = TotalFontSize(font);
59 int32_t new_size = TotalFontSize(new_font);
subsetter_main.cc 62 int32_t original_size = TotalFontSize(font);
77 int32_t new_size = TotalFontSize(new_font);
stats.cc 27 int32_t TotalFontSize(Font* font) {
39 return static_cast<double>(table->DataLength()) / TotalFontSize(font) * 100;

Completed in 78 milliseconds