Home | History | Annotate | Download | only in core

Lines Matching refs:fontID

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