Home | History | Annotate | Download | only in core

Lines Matching full:fontid

44     returned). Either way, the fontID for those instance(s) will be the same.
45 In addition, the fontID should never be set to 0. That value is used as a
105 /** Some fonts are stored in files. If that is true for the fontID, then
118 If the fontID does not correspond to a file, then the function returns
121 @param fontID The font whose file name is being queried
131 static size_t GetFileName(SkFontID fontID, char path[], size_t length,
152 /** Given a "current" fontID, return the next logical fontID to use
159 static uint32_t NextLogicalFont(SkFontID fontID);
198 @param fontID the font to copy the table from
211 static size_t GetTableData(SkFontID fontID, SkFontTableTag tag,
275 * @param fontID the font to query.
278 static uint32_t GetUnitsPerEm(SkFontID fontID);