Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/samples/layout/
DFontTableCache.cpp21 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()
DFontTableCache.h16 class FontTableCache
19 FontTableCache();
21 virtual ~FontTableCache();
DGnomeFontInstance.cpp50 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GnomeFontInstance()
119 return FontTableCache::find(tableTag); in getFontTable()
DGDIFontInstance.cpp105 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance()
190 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance()
337 return FontTableCache::find(tableTag); in getFontTable()
DGDIFontInstance.h51 class GDIFontInstance : public LEFontInstance, protected FontTableCache
DMakefile.in30 …ap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o FontTableCache.o paragraph.o
DGnomeFontInstance.h48 class GnomeFontInstance : public LEFontInstance, protected FontTableCache
/external/chromium_org/third_party/icu/source/samples/layout/
DFontTableCache.cpp21 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()
DFontTableCache.h16 class FontTableCache
19 FontTableCache();
21 virtual ~FontTableCache();
DGnomeFontInstance.cpp50 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GnomeFontInstance()
119 return FontTableCache::find(tableTag); in getFontTable()
DGDIFontInstance.cpp105 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance()
190 : FontTableCache(), fSurface(surface), fFont(NULL), in GDIFontInstance()
337 return FontTableCache::find(tableTag); in getFontTable()
DMakefile.in30 …ap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o FontTableCache.o paragraph.o
DGnomeFontInstance.h48 class GnomeFontInstance : public LEFontInstance, protected FontTableCache
DGDIFontInstance.h51 class GDIFontInstance : public LEFontInstance, protected FontTableCache
/external/icu/icu4c/source/test/perf/leperf/
DFontTableCache.cpp23 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()
DFontTableCache.h18 class FontTableCache
21 FontTableCache();
23 virtual ~FontTableCache();
/external/chromium_org/third_party/icu/source/test/perf/leperf/
DFontTableCache.cpp23 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()
DFontTableCache.h18 class FontTableCache
21 FontTableCache();
23 virtual ~FontTableCache();
DPortableFontInstance.h28 class PortableFontInstance : public LEFontInstance, protected FontTableCache
/external/chromium_org/third_party/icu/source/test/letest/
DFontTableCache.cpp23 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()
DFontTableCache.h18 class FontTableCache
21 FontTableCache();
23 virtual ~FontTableCache();
DPortableFontInstance.h28 class PortableFontInstance : public LEFontInstance, protected FontTableCache
/external/icu/icu4c/source/test/letest/
DFontTableCache.cpp23 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()
DFontTableCache.h18 class FontTableCache
21 FontTableCache();
23 virtual ~FontTableCache();
DPortableFontInstance.h28 class PortableFontInstance : public LEFontInstance, protected FontTableCache

12