Searched refs:getSubFont (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/layout/
H A DScriptCompositeFontInstance.h75 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
H A DScriptCompositeFontInstance.cpp63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const function in class:ScriptCompositeFontInstance
/external/icu/icu4c/source/samples/layout/
H A DScriptCompositeFontInstance.h75 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
H A DScriptCompositeFontInstance.cpp63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const function in class:ScriptCompositeFontInstance
/external/icu/icu4c/source/layout/
H A DLEFontInstance.h69 * Note: with the exception of <code>getSubFont</code>, the methods in this class only
144 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
154 * <code>getSubFont()</code>. This is because each subfont in a composite font
176 * <code>getSubFont()</code>. This is because each subfont in a composite font
H A DLEFontInstance.cpp33 const LEFontInstance *LEFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, function in class:LEFontInstance
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp804 const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, status);

Completed in 3072 milliseconds