Lines Matching refs:name
30 * Essentially, this removes any existing 'name' table and replaces it
34 * The new 'name' table records will be written with the Windows,
43 /** An implementation of LocalizedStrings which obtains it's data from a 'name' table. */
55 /** Creates an iterator over all data in the 'name' table of a typeface.
56 * If no valid 'name' table can be found, returns nullptr.
63 /** Creates an iterator over all the family names in the 'name' table of a typeface.
64 * If no valid 'name' table can be found, returns nullptr.
79 /** An implementation of LocalizedStrings which has one name. */
82 LocalizedStrings_SingleName(SkString name, SkString language)
83 : fName(name), fLanguage(language), fHasNext(true)