/external/icu/icu4c/source/samples/layout/ |
D | FontTableCache.cpp | 21 FontTableCache::FontTableCache() in FontTableCache() function in FontTableCache 37 FontTableCache::~FontTableCache() in ~FontTableCache() 52 void FontTableCache::freeFontTable(const void *table) const in freeFontTable() 57 const void *FontTableCache::find(LETag tableTag) const in find() 67 ((FontTableCache *) this)->add(tableTag, table); in find() 72 void FontTableCache::add(LETag tableTag, const void *table) in add()
|
D | FontTableCache.h | 16 class FontTableCache 19 FontTableCache(); 21 virtual ~FontTableCache();
|
D | GnomeFontInstance.cpp | 50 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GnomeFontInstance() 119 return FontTableCache::find(tableTag); in getFontTable()
|
D | GDIFontInstance.cpp | 105 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance() 190 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance() 337 return FontTableCache::find(tableTag); in getFontTable()
|
D | GDIFontInstance.h | 51 class GDIFontInstance : public LEFontInstance, protected FontTableCache
|
D | Makefile.in | 30 …ap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o FontTableCache.o paragraph.o
|
D | GnomeFontInstance.h | 48 class GnomeFontInstance : public LEFontInstance, protected FontTableCache
|
/external/chromium_org/third_party/icu/source/samples/layout/ |
D | FontTableCache.cpp | 21 FontTableCache::FontTableCache() in FontTableCache() function in FontTableCache 37 FontTableCache::~FontTableCache() in ~FontTableCache() 52 void FontTableCache::freeFontTable(const void *table) const in freeFontTable() 57 const void *FontTableCache::find(LETag tableTag) const in find() 67 ((FontTableCache *) this)->add(tableTag, table); in find() 72 void FontTableCache::add(LETag tableTag, const void *table) in add()
|
D | FontTableCache.h | 16 class FontTableCache 19 FontTableCache(); 21 virtual ~FontTableCache();
|
D | GnomeFontInstance.cpp | 50 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GnomeFontInstance() 119 return FontTableCache::find(tableTag); in getFontTable()
|
D | GDIFontInstance.cpp | 105 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance() 190 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance() 337 return FontTableCache::find(tableTag); in getFontTable()
|
D | Makefile.in | 30 …ap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o FontTableCache.o paragraph.o
|
D | GnomeFontInstance.h | 48 class GnomeFontInstance : public LEFontInstance, protected FontTableCache
|
D | GDIFontInstance.h | 51 class GDIFontInstance : public LEFontInstance, protected FontTableCache
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | FontTableCache.cpp | 23 FontTableCache::FontTableCache() in FontTableCache() function in FontTableCache 40 FontTableCache::~FontTableCache() in ~FontTableCache() 55 void FontTableCache::freeFontTable(const void *table) const in freeFontTable() 60 const void *FontTableCache::find(LETag tableTag, size_t &length) const in find() 71 ((FontTableCache *) this)->add(tableTag, table, length); in find() 76 void FontTableCache::add(LETag tableTag, const void *table, size_t length) in add()
|
D | FontTableCache.h | 18 class FontTableCache 21 FontTableCache(); 23 virtual ~FontTableCache();
|
/external/chromium_org/third_party/icu/source/test/perf/leperf/ |
D | FontTableCache.cpp | 23 FontTableCache::FontTableCache() in FontTableCache() function in FontTableCache 40 FontTableCache::~FontTableCache() in ~FontTableCache() 55 void FontTableCache::freeFontTable(const void *table) const in freeFontTable() 60 const void *FontTableCache::find(LETag tableTag, size_t &length) const in find() 71 ((FontTableCache *) this)->add(tableTag, table, length); in find() 76 void FontTableCache::add(LETag tableTag, const void *table, size_t length) in add()
|
D | FontTableCache.h | 18 class FontTableCache 21 FontTableCache(); 23 virtual ~FontTableCache();
|
D | PortableFontInstance.h | 28 class PortableFontInstance : public LEFontInstance, protected FontTableCache
|
/external/chromium_org/third_party/icu/source/test/letest/ |
D | FontTableCache.cpp | 23 FontTableCache::FontTableCache() in FontTableCache() function in FontTableCache 40 FontTableCache::~FontTableCache() in ~FontTableCache() 55 void FontTableCache::freeFontTable(const void *table) const in freeFontTable() 60 const void *FontTableCache::find(LETag tableTag, size_t &length) const in find() 71 ((FontTableCache *) this)->add(tableTag, table, length); in find() 76 void FontTableCache::add(LETag tableTag, const void *table, size_t length) in add()
|
D | FontTableCache.h | 18 class FontTableCache 21 FontTableCache(); 23 virtual ~FontTableCache();
|
D | PortableFontInstance.h | 28 class PortableFontInstance : public LEFontInstance, protected FontTableCache
|
/external/icu/icu4c/source/test/letest/ |
D | FontTableCache.cpp | 23 FontTableCache::FontTableCache() in FontTableCache() function in FontTableCache 40 FontTableCache::~FontTableCache() in ~FontTableCache() 55 void FontTableCache::freeFontTable(const void *table) const in freeFontTable() 60 const void *FontTableCache::find(LETag tableTag, size_t &length) const in find() 71 ((FontTableCache *) this)->add(tableTag, table, length); in find() 76 void FontTableCache::add(LETag tableTag, const void *table, size_t length) in add()
|
D | FontTableCache.h | 18 class FontTableCache 21 FontTableCache(); 23 virtual ~FontTableCache();
|
D | PortableFontInstance.h | 28 class PortableFontInstance : public LEFontInstance, protected FontTableCache
|