Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontFamily.cpp83 HbBlob os2Table(getFontTable(typeface, os2Tag)); in addFont() local
84 if (os2Table.get() == nullptr) return false; in addFont()
87 if (analyzeStyle(os2Table.get(), os2Table.size(), &weight, &italic)) { in addFont()