Home
last modified time | relevance | path

Searched refs:FontTableCache (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/samples/layout/
DFontTableCache.cpp25 FontTableCache::FontTableCache() in FontTableCache() function in FontTableCache
41 FontTableCache::~FontTableCache() in ~FontTableCache()
56 void FontTableCache::freeFontTable(const void *table) const in freeFontTable()
61 const void *FontTableCache::find(LETag tableTag) const in find()
71 ((FontTableCache *) this)->add(tableTag, table); in find()
76 void FontTableCache::add(LETag tableTag, const void *table) in add()
DFontTableCache.h20 class FontTableCache
23 FontTableCache();
25 virtual ~FontTableCache();
DGnomeFontInstance.cpp56 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GnomeFontInstance()
125 return FontTableCache::find(tableTag); in getFontTable()
DGDIFontInstance.cpp111 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance()
196 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance()
343 return FontTableCache::find(tableTag); in getFontTable()
DGnomeFontInstance.h54 class GnomeFontInstance : public LEFontInstance, protected FontTableCache
DGDIFontInstance.h57 class GDIFontInstance : public LEFontInstance, protected FontTableCache
DMakefile.in33 …ap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o FontTableCache.o paragraph.o
/external/icu/icu4c/source/test/perf/leperf/
DFontTableCache.cpp27 FontTableCache::FontTableCache() in FontTableCache() function in FontTableCache
44 FontTableCache::~FontTableCache() in ~FontTableCache()
59 void FontTableCache::freeFontTable(const void *table) const in freeFontTable()
64 const void *FontTableCache::find(LETag tableTag, size_t &length) const in find()
75 ((FontTableCache *) this)->add(tableTag, table, length); in find()
80 void FontTableCache::add(LETag tableTag, const void *table, size_t length) in add()
DFontTableCache.h22 class FontTableCache
25 FontTableCache();
27 virtual ~FontTableCache();
DPortableFontInstance.h34 class PortableFontInstance : public LEFontInstance, protected FontTableCache
DPortableFontInstance.cpp265 return FontTableCache::find(tableTag, length); in getFontTable()
/external/icu/icu4c/source/test/letest/
DFontTableCache.cpp25 FontTableCache::FontTableCache() in FontTableCache() function in FontTableCache
42 FontTableCache::~FontTableCache() in ~FontTableCache()
57 void FontTableCache::freeFontTable(const void *table) const in freeFontTable()
62 const void *FontTableCache::find(LETag tableTag, size_t &length) const in find()
73 ((FontTableCache *) this)->add(tableTag, table, length); in find()
78 void FontTableCache::add(LETag tableTag, const void *table, size_t length) in add()
DFontTableCache.h20 class FontTableCache
23 FontTableCache();
25 virtual ~FontTableCache();
DPortableFontInstance.h30 class PortableFontInstance : public LEFontInstance, protected FontTableCache
DMakefile.in37 COMMONOBJECTS = letsutil.o cmaps.o FontTableCache.o SimpleFontInstance.o PortableFontInstance.o
DPortableFontInstance.cpp257 return FontTableCache::find(tableTag, length); in getFontTable()