OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PortableFontInstance
(Results
1 - 6
of
6
) sorted by null
/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
...]
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/chromium_org/third_party/icu/source/test/letest/
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
();
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
...]
/external/icu4c/test/letest/
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
();
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
...]
Completed in 64 milliseconds