Searched refs:FontTableCache (Results 1 – 16 of 16) sorted by relevance
/external/icu/icu4c/source/samples/layout/ |
D | FontTableCache.cpp | 25 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()
|
D | FontTableCache.h | 20 class FontTableCache 23 FontTableCache(); 25 virtual ~FontTableCache();
|
D | GnomeFontInstance.cpp | 56 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GnomeFontInstance() 125 return FontTableCache::find(tableTag); in getFontTable()
|
D | GDIFontInstance.cpp | 111 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance() 196 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance() 343 return FontTableCache::find(tableTag); in getFontTable()
|
D | GnomeFontInstance.h | 54 class GnomeFontInstance : public LEFontInstance, protected FontTableCache
|
D | GDIFontInstance.h | 57 class GDIFontInstance : public LEFontInstance, protected FontTableCache
|
D | Makefile.in | 33 …ap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o FontTableCache.o paragraph.o
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | FontTableCache.cpp | 27 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()
|
D | FontTableCache.h | 22 class FontTableCache 25 FontTableCache(); 27 virtual ~FontTableCache();
|
D | PortableFontInstance.h | 34 class PortableFontInstance : public LEFontInstance, protected FontTableCache
|
D | PortableFontInstance.cpp | 265 return FontTableCache::find(tableTag, length); in getFontTable()
|
/external/icu/icu4c/source/test/letest/ |
D | FontTableCache.cpp | 25 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()
|
D | FontTableCache.h | 20 class FontTableCache 23 FontTableCache(); 25 virtual ~FontTableCache();
|
D | PortableFontInstance.h | 30 class PortableFontInstance : public LEFontInstance, protected FontTableCache
|
D | Makefile.in | 37 COMMONOBJECTS = letsutil.o cmaps.o FontTableCache.o SimpleFontInstance.o PortableFontInstance.o
|
D | PortableFontInstance.cpp | 257 return FontTableCache::find(tableTag, length); in getFontTable()
|