Home | History | Annotate | Download | only in core

Lines Matching refs:fontID

36     returned). Either way, the fontID for those instance(s) will be the same.
37 In addition, the fontID should never be set to 0. That value is used as a
93 /** Some fonts are stored in files. If that is true for the fontID, then
106 If the fontID does not correspond to a file, then the function returns
109 @param fontID The font whose file name is being queried
119 static size_t GetFileName(SkFontID fontID, char path[], size_t length,
141 * Given a "current" fontID, return the next logical fontID to use
148 * The original fontID is also provided. This is the initial font that was
194 SkFontID fontID,
220 @param fontID the font to copy the table from
233 static size_t GetTableData(SkFontID fontID, SkFontTableTag tag,
287 * @param fontID the font to query.
290 static uint32_t GetUnitsPerEm(SkFontID fontID);