Searched refs:FontTableCache (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/icu/source/test/letest/
H A DFontTableCache.h18 class FontTableCache class
21 FontTableCache();
23 virtual ~FontTableCache();
H A DFontTableCache.cpp11 #include "FontTableCache.h"
22 FontTableCache::FontTableCache() function in class:FontTableCache
38 FontTableCache::~FontTableCache()
52 void FontTableCache::freeFontTable(const void *table) const
57 const void *FontTableCache::find(LETag tableTag) const
67 ((FontTableCache *) this)->add(tableTag, table);
72 void FontTableCache::add(LETag tableTag, const void *table)
H A DPortableFontInstance.h23 #include "FontTableCache.h"
28 class PortableFontInstance : public LEFontInstance, protected FontTableCache
H A DMakefile.in42 COMMONOBJECTS = letsutil.o cmaps.o FontTableCache.o SimpleFontInstance.o PortableFontInstance.o
H A DPortableFontInstance.cpp235 return FontTableCache::find(tableTag);
/external/icu4c/samples/layout/
H A DFontTableCache.h16 class FontTableCache class
19 FontTableCache();
21 virtual ~FontTableCache();
H A DFontTableCache.cpp10 #include "FontTableCache.h"
21 FontTableCache::FontTableCache() function in class:FontTableCache
37 FontTableCache::~FontTableCache()
52 void FontTableCache::freeFontTable(const void *table) const
57 const void *FontTableCache::find(LETag tableTag) const
67 ((FontTableCache *) this)->add(tableTag, table);
72 void FontTableCache::add(LETag tableTag, const void *table)
H A DGnomeFontInstance.cpp50 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
119 return FontTableCache::find(tableTag);
H A DGDIFontInstance.h23 #include "FontTableCache.h"
51 class GDIFontInstance : public LEFontInstance, protected FontTableCache
H A DGnomeFontInstance.h28 #include "FontTableCache.h"
48 class GnomeFontInstance : public LEFontInstance, protected FontTableCache
H A DMakefile.in30 COMMON=cmaps.o UnicodeReader.o GnomeGUISupport.o FontMap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o FontTableCache.o paragraph.o
H A DGDIFontInstance.cpp105 : FontTableCache(), fSurface(surface), fFont(NULL),
190 : FontTableCache(), fSurface(surface), fFont(NULL),
337 return FontTableCache::find(tableTag);
/external/icu4c/test/letest/
H A DFontTableCache.h18 class FontTableCache class
21 FontTableCache();
23 virtual ~FontTableCache();
H A DFontTableCache.cpp11 #include "FontTableCache.h"
22 FontTableCache::FontTableCache() function in class:FontTableCache
38 FontTableCache::~FontTableCache()
52 void FontTableCache::freeFontTable(const void *table) const
57 const void *FontTableCache::find(LETag tableTag) const
67 ((FontTableCache *) this)->add(tableTag, table);
72 void FontTableCache::add(LETag tableTag, const void *table)
H A DPortableFontInstance.h23 #include "FontTableCache.h"
28 class PortableFontInstance : public LEFontInstance, protected FontTableCache
H A DMakefile.in38 COMMONOBJECTS = letsutil.o cmaps.o FontTableCache.o SimpleFontInstance.o PortableFontInstance.o
H A DPortableFontInstance.cpp235 return FontTableCache::find(tableTag);
/external/harfbuzz_ng/src/hb-icu-le/
H A DFontTableCache.h24 class FontTableCache class
27 FontTableCache();
29 virtual ~FontTableCache();
H A DFontTableCache.cpp11 #include "FontTableCache.h"
22 FontTableCache::FontTableCache() function in class:FontTableCache
38 FontTableCache::~FontTableCache()
52 void FontTableCache::freeFontTable(hb_blob_t *blob) const
57 const void *FontTableCache::find(LETag tableTag) const
67 ((FontTableCache *) this)->add(tableTag, blob);
72 void FontTableCache::add(LETag tableTag, hb_blob_t *blob)
H A DMakefile.am7 FontTableCache.cpp \
8 FontTableCache.h \
H A DPortableFontInstance.h26 #include "FontTableCache.h"
32 class PortableFontInstance : public LEFontInstance, protected FontTableCache
H A DPortableFontInstance.cpp70 return FontTableCache::find(tableTag);

Completed in 183 milliseconds