Searched defs:analyzeStyle (Results 1 - 2 of 2) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DFontUtils.cpp33 bool analyzeStyle(const uint8_t* os2_data, size_t os2_size, int* weight, bool* italic) { function in namespace:minikin
H A DFontFamily.cpp112 bool FontFamily::analyzeStyle(const std::shared_ptr<MinikinFont>& typeface, int* weight, function in class:minikin::FontFamily
118 return ::minikin::analyzeStyle(os2Table.get(), os2Table.size(), weight, italic);

Completed in 95 milliseconds