OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readFontTable
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/icu/source/test/letest/
FontTableCache.h
28
virtual const void *
readFontTable
(LETag tableTag) const = 0;
SimpleFontInstance.h
30
const void *
readFontTable
(LETag tableTag) const;
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);
FontTableCache.cpp
65
const void *table =
readFontTable
(tableTag);
PortableFontInstance.h
66
const void *
readFontTable
(LETag tableTag) const;
/external/icu4c/samples/layout/
FontTableCache.h
26
virtual const void *
readFontTable
(LETag tableTag) const = 0;
FontTableCache.cpp
65
const void *table =
readFontTable
(tableTag);
GnomeFontInstance.cpp
102
const CMAPTable *cmap = (const CMAPTable *)
readFontTable
(cmapTag);
122
const void *GnomeFontInstance::
readFontTable
(LETag tableTag) const
GDIFontInstance.h
68
virtual const void *
readFontTable
(LETag tableTag) const;
GnomeFontInstance.h
67
virtual const void *
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/
FontTableCache.h
28
virtual const void *
readFontTable
(LETag tableTag) const = 0;
SimpleFontInstance.h
30
const void *
readFontTable
(LETag tableTag) const;
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);
FontTableCache.cpp
65
const void *table =
readFontTable
(tableTag);
PortableFontInstance.h
66
const void *
readFontTable
(LETag tableTag) const;
/external/harfbuzz_ng/src/hb-icu-le/
FontTableCache.h
34
virtual hb_blob_t *
readFontTable
(LETag tableTag) const = 0;
FontTableCache.cpp
65
hb_blob_t *blob =
readFontTable
(tableTag);
PortableFontInstance.h
59
hb_blob_t *
readFontTable
(LETag tableTag) const;
PortableFontInstance.cpp
73
hb_blob_t *PortableFontInstance::
readFontTable
(LETag tableTag) const
Completed in 95 milliseconds