Searched defs:PortableFontInstance (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/hb-icu-le/
H A DPortableFontInstance.h9 * file name: PortableFontInstance.h
32 class PortableFontInstance : public LEFontInstance, protected FontTableCache class in inherits:LEFontInstance,FontTableCache
62 PortableFontInstance(hb_face_t *face, float xScale, float yScale, LEErrorCode &status);
64 virtual ~PortableFontInstance();
H A DPortableFontInstance.cpp8 * file name: PortableFontInstance.cpp
20 #include "PortableFontInstance.h"
28 PortableFontInstance::PortableFontInstance(hb_face_t *face, float xScale, float yScale, LEErrorCode &status) function in class:PortableFontInstance
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
[all...]
/external/icu4c/test/letest/
H A DPortableFontInstance.h9 * file name: PortableFontInstance.h
28 class PortableFontInstance : public LEFontInstance, protected FontTableCache class in inherits:LEFontInstance,FontTableCache
69 PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status);
71 virtual ~PortableFontInstance();
H A DPortableFontInstance.cpp8 * 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) function in class:PortableFontInstance
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
[all...]

Completed in 1657 milliseconds