OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmapTag
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/samples/layout/
GnomeFontInstance.cpp
101
LETag
cmapTag
= LE_CMAP_TABLE_TAG;
102
const CMAPTable *cmap = (const CMAPTable *) readFontTable(
cmapTag
);
GDIFontInstance.cpp
319
LETag
cmapTag
= LE_CMAP_TABLE_TAG;
320
const CMAPTable *cmap = (const CMAPTable *) readFontTable(
cmapTag
);
/external/chromium_org/third_party/icu/source/test/letest/
FontObject.cpp
105
LETag
cmapTag
= 0x636D6170; // 'cmap'
110
cmapTable = (CMAPTable *) readTable(
cmapTag
, &length);
PortableFontInstance.cpp
247
LETag
cmapTag
= LE_CMAP_TABLE_TAG;
248
const CMAPTable *cmap = (CMAPTable *) readFontTable(
cmapTag
);
/external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.cpp
80
LETag
cmapTag
= LE_CMAP_TABLE_TAG;
81
const CMAPTable *cmap = (CMAPTable *) getFontTable(
cmapTag
);
/external/icu4c/test/letest/
FontObject.cpp
105
LETag
cmapTag
= 0x636D6170; // 'cmap'
110
cmapTable = (CMAPTable *) readTable(
cmapTag
, &length);
PortableFontInstance.cpp
247
LETag
cmapTag
= LE_CMAP_TABLE_TAG;
248
const CMAPTable *cmap = (CMAPTable *) readFontTable(
cmapTag
);
Completed in 80 milliseconds