OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readFontTable
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/samples/layout/
GnomeFontInstance.cpp
102
const CMAPTable *cmap = (const CMAPTable *)
readFontTable
(cmapTag);
122
const void *GnomeFontInstance::
readFontTable
(LETag tableTag) const
GDIFontInstance.cpp
263
headTable = (const HEADTable *)
readFontTable
(LE_HEAD_TABLE_TAG);
273
hheaTable = (HHEATable *)
readFontTable
(LE_HHEA_TABLE_TAG);
320
const CMAPTable *cmap = (const CMAPTable *)
readFontTable
(cmapTag);
340
const void *GDIFontInstance::
readFontTable
(LETag tableTag) const
/external/icu4c/test/letest/
PortableFontInstance.cpp
115
headTable = (const HEADTable *)
readFontTable
(headTag);
126
//nameTable = (NAMETable *)
readFontTable
(nameTag);
142
hheaTable = (HHEATable *)
readFontTable
(hheaTag);
238
const void *PortableFontInstance::
readFontTable
(LETag tableTag) const
248
const CMAPTable *cmap = (CMAPTable *)
readFontTable
(cmapTag);
263
realThis->fNAMETable = (const NAMETable *)
readFontTable
(nameTag);
296
realThis->fNAMETable = (const NAMETable *)
readFontTable
(nameTag);
343
const MAXPTable *maxpTable = (MAXPTable *)
readFontTable
(maxpTag);
351
realThis->fHMTXTable = (const HMTXTable *)
readFontTable
(hmtxTag);
Completed in 551 milliseconds