Searched refs:getSubFont (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/samples/layout/ |
D | ScriptCompositeFontInstance.h | 77 …virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit…
|
D | ScriptCompositeFontInstance.cpp | 63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *of… in getSubFont() function in ScriptCompositeFontInstance
|
/external/icu4c/layout/ |
D | LEFontInstance.h | 144 …virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit…
|
D | LEFontInstance.cpp | 33 const LEFontInstance *LEFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int3… in getSubFont() function in LEFontInstance
|
/external/icu4c/layoutex/ |
D | ParagraphLayout.cpp | 697 …const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, … in computeSubFonts()
|