Searched refs:platformId (Results 1 – 2 of 2) sorted by relevance
22 private static String platformId = null; field in Support_PlatformFile25 if (platformId == null) { in getNewPlatformFile()30 platformId = property in getNewPlatformFile()33 return pre + platformId + post; in getNewPlatformFile()
430 FT_UShort platformId = face->charmaps[i]->platform_id; in populate_glyph_to_unicode() local433 if (platformId != 0 && platformId != 3) { in populate_glyph_to_unicode()436 if (platformId == 3 && encodingId != 1 && encodingId != 10) { in populate_glyph_to_unicode()439 bool preferredMap = ((platformId == 3 && encodingId == 10) || in populate_glyph_to_unicode()440 (platformId == 0 && encodingId == 3)); in populate_glyph_to_unicode()