Searched defs:LEFontInstance (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/layout/
H A DLEFontInstance.h20 * Instances of this class are used by <code>LEFontInstance::mapCharsToGlyphs</code> and
21 * <code>LEFontInstance::mapCharToGlyph</code> to adjust character codes before the character
64 * An instance of an <code>LEFontInstance</code> represents a font at a particular point
70 * make sense for a physical font. If you have an <code>LEFontInstance</code> which
81 class U_LAYOUT_API LEFontInstance : public UObject class in inherits:UObject
91 virtual ~LEFontInstance();
106 * <code>LEFontInstance</code> which represent a physical font. It returns
109 * This method will return a valid <code>LEFontInstance</code> unless you
137 * @return an <code>LEFontInstance</code> for the sub font which can render the characters, or
144 virtual const LEFontInstance *getSubFon
[all...]
H A DLEFontInstance.cpp8 * file name: LEFontInstance.cpp
16 #include "LEFontInstance.h"
21 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LEFontInstance)
28 LEFontInstance::~LEFontInstance()
33 const LEFontInstance *LEFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit,
49 void LEFontInstance::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count,
80 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
85 LEGlyphID LEFontInstance
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1294 #define LEFontInstance LEFontInstance_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1294 #define LEFontInstance LEFontInstance_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1294 #define LEFontInstance LEFontInstance_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1294 #define LEFontInstance LEFontInstance_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2009 #define LEFontInstance U_ICU_ENTRY_POINT_RENAME(LEFontInstance) macro

Completed in 84 milliseconds