OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontTableCache
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/third_party/icu/source/test/letest/
FontTableCache.h
18
class
FontTableCache
21
FontTableCache
();
23
virtual ~
FontTableCache
();
FontTableCache.cpp
11
#include "
FontTableCache
.h"
22
FontTableCache
::
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)
PortableFontInstance.h
23
#include "
FontTableCache
.h"
28
class PortableFontInstance : public LEFontInstance, protected
FontTableCache
Makefile.in
42
COMMONOBJECTS = letsutil.o cmaps.o
FontTableCache
.o SimpleFontInstance.o PortableFontInstance.o
PortableFontInstance.cpp
235
return
FontTableCache
::find(tableTag);
/external/icu4c/samples/layout/
FontTableCache.h
16
class
FontTableCache
19
FontTableCache
();
21
virtual ~
FontTableCache
();
FontTableCache.cpp
10
#include "
FontTableCache
.h"
21
FontTableCache
::
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)
GnomeFontInstance.cpp
50
:
FontTableCache
(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
119
return
FontTableCache
::find(tableTag);
GDIFontInstance.h
23
#include "
FontTableCache
.h"
51
class GDIFontInstance : public LEFontInstance, protected
FontTableCache
GnomeFontInstance.h
28
#include "
FontTableCache
.h"
48
class GnomeFontInstance : public LEFontInstance, protected
FontTableCache
Makefile.in
30
COMMON=cmaps.o UnicodeReader.o GnomeGUISupport.o FontMap.o GnomeFontMap.o ScriptCompositeFontInstance.o GnomeFontInstance.o
FontTableCache
.o paragraph.o
GDIFontInstance.cpp
105
:
FontTableCache
(), fSurface(surface), fFont(NULL),
190
:
FontTableCache
(), fSurface(surface), fFont(NULL),
337
return
FontTableCache
::find(tableTag);
/external/icu4c/test/letest/
FontTableCache.h
18
class
FontTableCache
21
FontTableCache
();
23
virtual ~
FontTableCache
();
FontTableCache.cpp
11
#include "
FontTableCache
.h"
22
FontTableCache
::
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)
PortableFontInstance.h
23
#include "
FontTableCache
.h"
28
class PortableFontInstance : public LEFontInstance, protected
FontTableCache
Makefile.in
38
COMMONOBJECTS = letsutil.o cmaps.o
FontTableCache
.o SimpleFontInstance.o PortableFontInstance.o
PortableFontInstance.cpp
235
return
FontTableCache
::find(tableTag);
/external/harfbuzz_ng/src/hb-icu-le/
FontTableCache.h
24
class
FontTableCache
27
FontTableCache
();
29
virtual ~
FontTableCache
();
FontTableCache.cpp
11
#include "
FontTableCache
.h"
22
FontTableCache
::
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)
Makefile.am
7
FontTableCache
.cpp \
8
FontTableCache
.h \
PortableFontInstance.h
26
#include "
FontTableCache
.h"
32
class PortableFontInstance : public LEFontInstance, protected
FontTableCache
PortableFontInstance.cpp
70
return
FontTableCache
::find(tableTag);
Completed in 67 milliseconds