OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSubFont
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/samples/layout/
ScriptCompositeFontInstance.h
75
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
173
* <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
801
const LEFontInstance *subFont = runFont->
getSubFont
(fChars, &offset, styleRunLimits[run], script, status);
[
all
...]
Completed in 32 milliseconds