OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontTableCache
(Results
1 - 21
of
21
) 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/icu/icu4c/source/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/icu/icu4c/source/test/letest/
FontTableCache.h
18
class
FontTableCache
21
FontTableCache
();
23
virtual ~
FontTableCache
();
FontTableCache.cpp
11
#include "
FontTableCache
.h"
23
FontTableCache
::
FontTableCache
()
40
FontTableCache
::~
FontTableCache
()
55
void
FontTableCache
::freeFontTable(const void *table) const
60
const void *
FontTableCache
::find(LETag tableTag, size_t &length) const
71
((
FontTableCache
*) this)->add(tableTag, table, length);
76
void
FontTableCache
::add(LETag tableTag, const void *table, size_t length)
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
259
return
FontTableCache
::find(tableTag, length);
/external/icu/icu4c/source/test/perf/leperf/
FontTableCache.h
18
class
FontTableCache
21
FontTableCache
();
23
virtual ~
FontTableCache
();
FontTableCache.cpp
11
#include "
FontTableCache
.h"
23
FontTableCache
::
FontTableCache
()
40
FontTableCache
::~
FontTableCache
()
55
void
FontTableCache
::freeFontTable(const void *table) const
60
const void *
FontTableCache
::find(LETag tableTag, size_t &length) const
71
((
FontTableCache
*) this)->add(tableTag, table, length);
76
void
FontTableCache
::add(LETag tableTag, const void *table, size_t length)
PortableFontInstance.h
23
#include "
FontTableCache
.h"
28
class PortableFontInstance : public LEFontInstance, protected
FontTableCache
PortableFontInstance.cpp
259
return
FontTableCache
::find(tableTag, length);
Completed in 1554 milliseconds