/external/icu4c/test/letest/ |
cfonts.cpp | 16 LEErrorCode *status) 22 LEErrorCode *status)
|
SimpleFontInstance.h | 33 SimpleFontInstance(float pointSize, LEErrorCode &status);
|
SimpleFontInstance.cpp | 23 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status)
|
/external/icu4c/layout/ |
LayoutEngine.cpp | 145 LEErrorCode &success) 164 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const 169 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const 175 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const 180 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const 186 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const 191 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const 197 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) 304 LEGlyphStorage &glyphStorage, LEErrorCode &success) 330 void LayoutEngine::positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success [all...] |
IndicLayoutEngine.cpp | 28 le_int32 typoFlags, le_bool version2, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success) 41 IndicOpenTypeLayoutEngine::IndicOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) 57 LEGlyphStorage &glyphStorage, LEErrorCode &success) 88 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
|
GlyphPosnLookupProc.cpp | 41 LEErrorCode& success) 65 LEErrorCode& success) const
|
GlyphSubstLookupProc.cpp | 36 LEErrorCode& success) 52 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const
|
MPreFixups.cpp | 43 void MPreFixups::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success) 66 LEErrorCode success = LE_NO_ERROR;
|
LEInsertionList.cpp | 54 LEGlyphID *LEInsertionList::insert(le_int32 position, le_int32 count, LEErrorCode &success)
|
LookupProcessor.cpp | 23 const LEFontInstance *fontInstance, LEErrorCode& success) const 51 const LEFontInstance *fontInstance, LEErrorCode& success) const 95 const LEFontInstance *fontInstance, LEErrorCode& success) const 134 LEErrorCode& success)
|
MultipleSubstSubtables.cpp | 17 le_uint32 MultipleSubstitutionSubtable::process(GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter) const
|
ContextualSubstSubtables.cpp | 31 LEErrorCode& success) 151 LEErrorCode& success) const 188 LEErrorCode& success) const 237 LEErrorCode& success) const 289 LEErrorCode& success)const 322 LEErrorCode& success) const 365 LEErrorCode& success) const 436 LEErrorCode& success) const 516 LEErrorCode & success) const
|
ArabicShaping.cpp | 114 LEErrorCode success = LE_NO_ERROR; 142 LEErrorCode success = LE_NO_ERROR;
|
OpenTypeLayoutEngine.cpp | 129 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success) 220 le_int32 typoFlags, LEErrorCode &success) 277 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) 326 LEGlyphStorage &glyphStorage, LEErrorCode &success) 359 LEGlyphStorage &glyphStorage, LEErrorCode &success) 383 le_int32 OpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) 397 le_int32 OpenTypeLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) 440 LEGlyphStorage &glyphStorage, LEErrorCode &success)
|
/external/chromium_org/third_party/icu/source/test/letest/ |
SimpleFontInstance.h | 33 SimpleFontInstance(float pointSize, LEErrorCode &status);
|
SimpleFontInstance.cpp | 23 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status)
|
PortableFontInstance.h | 69 PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status);
|
/external/icu4c/samples/layout/ |
gnomeglue.cpp | 52 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status)
|
GnomeFontInstance.h | 69 virtual LEErrorCode initMapper(); 72 GnomeFontInstance(FT_Library engine, const char *fontPathName, le_int16 pointSize, LEErrorCode &status);
|
ScriptCompositeFontInstance.h | 75 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
|
gdiglue.cpp | 56 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status)
|
paragraph.h | 36 Paragraph(const LEUnicode chars[], le_int32 charCount, const FontRuns *fontRuns, LEErrorCode &status);
|
GnomeFontInstance.cpp | 49 GnomeFontInstance::GnomeFontInstance(FT_Library engine, const char *fontPathName, le_int16 pointSize, LEErrorCode &status) 99 LEErrorCode GnomeFontInstance::initMapper()
|
/external/harfbuzz_ng/src/hb-icu-le/ |
PortableFontInstance.h | 62 PortableFontInstance(hb_face_t *face, float xScale, float yScale, LEErrorCode &status);
|
/external/harfbuzz_ng/src/ |
hb-icu-le.cc | 64 LEErrorCode status = LE_NO_ERROR; 119 LEErrorCode status = LE_NO_ERROR;
|