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/icu/icu4c/source/samples/layout/
GnomeFontInstance.cpp
107
LETag
cmapTag
= LE_CMAP_TABLE_TAG;
108
const CMAPTable *cmap = (const CMAPTable *) readFontTable(
cmapTag
);
GDIFontInstance.cpp
325
LETag
cmapTag
= LE_CMAP_TABLE_TAG;
326
const CMAPTable *cmap = (const CMAPTable *) readFontTable(
cmapTag
);
/external/icu/icu4c/source/test/letest/
FontObject.cpp
107
LETag
cmapTag
= 0x636D6170; // 'cmap'
112
cmapTable = (CMAPTable *) readTable(
cmapTag
, &length);
PortableFontInstance.cpp
273
LETag
cmapTag
= LE_CMAP_TABLE_TAG;
274
const CMAPTable *cmap = (CMAPTable *) readFontTable(
cmapTag
);
/external/icu/icu4c/source/test/perf/leperf/
FontObject.cpp
111
LETag
cmapTag
= 0x636D6170; // 'cmap'
116
cmapTable = (CMAPTable *) readTable(
cmapTag
, &length);
PortableFontInstance.cpp
281
LETag
cmapTag
= LE_CMAP_TABLE_TAG;
282
const CMAPTable *cmap = (CMAPTable *) readFontTable(
cmapTag
);
/frameworks/minikin/libs/minikin/
FontFamily.cpp
172
const uint32_t
cmapTag
= MinikinFont::MakeTag('c', 'm', 'a', 'p');
173
HbBlob cmapTable(getFontTable(typeface,
cmapTag
));
Completed in 91 milliseconds