OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PortableFontInstance
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/icu/source/test/letest/
cfonts.cpp
9
#include "
PortableFontInstance
.h"
18
return (le_font *) new
PortableFontInstance
(fileName, pointSize, *status);
36
PortableFontInstance
*pfi = (
PortableFontInstance
*) font;
43
PortableFontInstance
*pfi = (
PortableFontInstance
*) font;
50
PortableFontInstance
*pfi = (
PortableFontInstance
*) font;
57
PortableFontInstance
*pfi = (
PortableFontInstance
*) font
[
all
...]
PortableFontInstance.cpp
8
* file name:
PortableFontInstance
.cpp
20
#include "
PortableFontInstance
.h"
31
le_int8
PortableFontInstance
::highBit(le_int32 value)
67
PortableFontInstance
::
PortableFontInstance
(const char *fileName, float pointSize, LEErrorCode &status)
172
PortableFontInstance
::~
PortableFontInstance
()
186
const DirectoryEntry *
PortableFontInstance
::findTable(LETag tag) const
212
const void *
PortableFontInstance
::readTable(LETag tag, le_uint32 *length) const
233
const void *
PortableFontInstance
::getFontTable(LETag tableTag) cons
[
all
...]
PortableFontInstance.h
9
* file name:
PortableFontInstance
.h
28
class
PortableFontInstance
: public LEFontInstance, protected FontTableCache
69
PortableFontInstance
(const char *fileName, float pointSize, LEErrorCode &status);
71
virtual ~
PortableFontInstance
();
Makefile.in
42
COMMONOBJECTS = letsutil.o cmaps.o FontTableCache.o SimpleFontInstance.o
PortableFontInstance
.o
gendata.cpp
27
#include "
PortableFontInstance
.h"
194
PortableFontInstance
*pfi = new
PortableFontInstance
(fontName, 12, leStatus);
letest.cpp
29
#include "
PortableFontInstance
.h"
380
static void checkFontVersion(
PortableFontInstance
*fontInstance, const char *testVersionString,
541
PortableFontInstance
*font;
545
font = new
PortableFontInstance
(getPath(path, fontName), 12, fontStatus);
[
all
...]
/external/icu4c/test/letest/
cfonts.cpp
9
#include "
PortableFontInstance
.h"
18
return (le_font *) new
PortableFontInstance
(fileName, pointSize, *status);
36
PortableFontInstance
*pfi = (
PortableFontInstance
*) font;
43
PortableFontInstance
*pfi = (
PortableFontInstance
*) font;
50
PortableFontInstance
*pfi = (
PortableFontInstance
*) font;
57
PortableFontInstance
*pfi = (
PortableFontInstance
*) font
[
all
...]
PortableFontInstance.cpp
8
* file name:
PortableFontInstance
.cpp
20
#include "
PortableFontInstance
.h"
31
le_int8
PortableFontInstance
::highBit(le_int32 value)
67
PortableFontInstance
::
PortableFontInstance
(const char *fileName, float pointSize, LEErrorCode &status)
172
PortableFontInstance
::~
PortableFontInstance
()
186
const DirectoryEntry *
PortableFontInstance
::findTable(LETag tag) const
212
const void *
PortableFontInstance
::readTable(LETag tag, le_uint32 *length) const
233
const void *
PortableFontInstance
::getFontTable(LETag tableTag) cons
[
all
...]
PortableFontInstance.h
9
* file name:
PortableFontInstance
.h
28
class
PortableFontInstance
: public LEFontInstance, protected FontTableCache
69
PortableFontInstance
(const char *fileName, float pointSize, LEErrorCode &status);
71
virtual ~
PortableFontInstance
();
Makefile.in
38
COMMONOBJECTS = letsutil.o cmaps.o FontTableCache.o SimpleFontInstance.o
PortableFontInstance
.o
gendata.cpp
27
#include "
PortableFontInstance
.h"
194
PortableFontInstance
*pfi = new
PortableFontInstance
(fontName, 12, leStatus);
letest.cpp
29
#include "
PortableFontInstance
.h"
380
static void checkFontVersion(
PortableFontInstance
*fontInstance, const char *testVersionString,
541
PortableFontInstance
*font;
545
font = new
PortableFontInstance
(getPath(path, fontName), 12, fontStatus);
[
all
...]
/external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.cpp
8
* file name:
PortableFontInstance
.cpp
20
#include "
PortableFontInstance
.h"
28
PortableFontInstance
::
PortableFontInstance
(hb_face_t *face, float xScale, float yScale, LEErrorCode &status)
62
PortableFontInstance
::~
PortableFontInstance
()
68
const void *
PortableFontInstance
::getFontTable(LETag tableTag) const
73
hb_blob_t *
PortableFontInstance
::readFontTable(LETag tableTag) const
78
CMAPMapper *
PortableFontInstance
::findUnicodeMapper()
90
const char *
PortableFontInstance
::getNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) (…)
[
all
...]
Makefile.am
9
PortableFontInstance
.cpp \
10
PortableFontInstance
.h \
PortableFontInstance.h
9
* file name:
PortableFontInstance
.h
32
class
PortableFontInstance
: public LEFontInstance, protected FontTableCache
62
PortableFontInstance
(hb_face_t *face, float xScale, float yScale, LEErrorCode &status);
64
virtual ~
PortableFontInstance
();
/external/harfbuzz_ng/src/
hb-icu-le.cc
28
#define hb_icu_le_shaper_font_data_t
PortableFontInstance
31
#include "hb-icu-le/
PortableFontInstance
.h"
65
hb_icu_le_shaper_font_data_t *data = new
PortableFontInstance
(font->face,
Completed in 161 milliseconds