HomeSort by relevance Sort by last modified time
    Searched defs:LEFontInstance (Results 1 - 7 of 7) sorted by null

  /external/icu4c/layout/
LEFontInstance.h 20 * 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
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 *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCod (…)
    [all...]
LEFontInstance.cpp 8 * 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::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) cons
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 336 milliseconds