OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:analyzeStyle
(Results
1 - 2
of
2
) sorted by null
/frameworks/minikin/libs/minikin/
FontUtils.cpp
33
bool
analyzeStyle
(const uint8_t* os2_data, size_t os2_size, int* weight, bool* italic) {
FontFamily.cpp
112
bool FontFamily::
analyzeStyle
(const std::shared_ptr<MinikinFont>& typeface, int* weight,
118
return ::minikin::
analyzeStyle
(os2Table.get(), os2Table.size(), weight, italic);
Completed in 102 milliseconds