Searched refs:encodingID (Results 1 - 20 of 20) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-name-table.hh50 ret = b->encodingID.cmp (a->encodingID);
66 USHORT encodingID; /* Platform-specific encoding ID. */ member in struct:OT::NameRecord
88 key.encodingID.set (encoding_id);
H A Dhb-ot-cmap-table.hh459 ret = encodingID.cmp (other.encodingID);
471 USHORT encodingID; /* Platform-specific encoding ID. */ member in struct:OT::EncodingRecord
487 key.encodingID.set (encoding_id);
H A Dhb-uniscribe.cc385 record.encodingID.set (1);
/external/freetype/src/base/
H A Dftsnames.c77 aname->encoding_id = entry->encodingID;
/external/pdfium/third_party/freetype/src/base/
H A Dftsnames.c77 aname->encoding_id = entry->encodingID;
/external/icu/icu4c/source/test/letest/
H A DPortableFontInstance.cpp281 const char *PortableFontInstance::getNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const argument
298 if (SWAPW(nameRecord->platformID) == platformID && SWAPW(nameRecord->encodingID) == encodingID &&
314 const LEUnicode16 *PortableFontInstance::getUnicodeNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const argument
331 if (SWAPW(nameRecord->platformID) == platformID && SWAPW(nameRecord->encodingID) == encodingID &&
H A Dsfnt.h425 le_uint16 encodingID; member in struct:NameRecord
/external/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.cpp285 const char *PortableFontInstance::getNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const argument
302 if (SWAPW(nameRecord->platformID) == platformID && SWAPW(nameRecord->encodingID) == encodingID &&
318 const LEUnicode16 *PortableFontInstance::getUnicodeNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const argument
335 if (SWAPW(nameRecord->platformID) == platformID && SWAPW(nameRecord->encodingID) == encodingID &&
H A Dsfnt.h425 le_uint16 encodingID; member in struct:NameRecord
/external/skia/src/sfnt/
H A DSkOTTable_name.cpp467 != nameRecord->encodingID.windows.value
469 != nameRecord->encodingID.windows.value
471 != nameRecord->encodingID.windows.value)
484 != nameRecord->encodingID.macintosh.value)
H A DSkOTUtils.cpp128 nameRecords[i].encodingID.windows.value = SkOTTableName::Record::EncodingID::Windows::UnicodeBMPUCS2;
H A DSkOTTable_name.h136 } encodingID; member in struct:SkOTTableName::Record
/external/freetype/src/sfnt/
H A Dsfdriver.c244 name->encodingID == 1 &&
249 name->encodingID == 0 &&
H A Dsfobjs.c198 else if ( rec->encodingID == TT_MAC_ID_ROMAN )
208 switch ( rec->encodingID )
241 switch ( rec->encodingID )
H A Dttload.c809 FT_FRAME_USHORT( encodingID ),
/external/pdfium/third_party/freetype/src/sfnt/
H A Dsfdriver.c244 name->encodingID == 1 &&
249 name->encodingID == 0 &&
H A Dsfobjs.c198 else if ( rec->encodingID == TT_MAC_ID_ROMAN )
208 switch ( rec->encodingID )
241 switch ( rec->encodingID )
H A Dttload.c772 FT_FRAME_USHORT( encodingID ),
/external/freetype/include/internal/
H A Dtttypes.h257 /* encodingID :: The platform-specific ID for the name's encoding. */
273 FT_UShort encodingID; member in struct:TT_NameEntryRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h257 /* encodingID :: The platform-specific ID for the name's encoding. */
273 FT_UShort encodingID; member in struct:TT_NameEntryRec_

Completed in 335 milliseconds