OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readFontTable
(Results
26 - 32
of
32
) sorted by null
1
2
/external/chromium_org/third_party/icu/source/test/perf/leperf/
FontTableCache.cpp
69
const void *table =
readFontTable
(tableTag, length);
/external/icu/icu4c/source/samples/layout/
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/icu/icu4c/source/test/letest/
FontTableCache.cpp
69
const void *table =
readFontTable
(tableTag, length);
/external/icu/icu4c/source/test/perf/leperf/
FontTableCache.cpp
69
const void *table =
readFontTable
(tableTag, length);
/external/chromium_org/third_party/icu/source/samples/layout/
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
Completed in 612 milliseconds
1
2