HomeSort by relevance Sort by last modified time
    Searched refs:getSubFont (Results 1 - 5 of 5) sorted by null

  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.h 77 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
ScriptCompositeFontInstance.cpp 63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const
  /external/icu4c/layout/
LEFontInstance.h 69 * 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
LEFontInstance.cpp 33 const LEFontInstance *LEFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit,
  /external/icu4c/layoutex/
ParagraphLayout.cpp 776 const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, status);
    [all...]

Completed in 33 milliseconds