/external/icu/icu4c/source/layout/ |
MorphTables.cpp | 18 #include "LEGlyphStorage.h" 23 void MorphTableHeader::process(const LETableReference &base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const 55 void MorphSubtableHeader::process(const LEReferenceTo<MorphSubtableHeader> &base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const
|
ThaiLayoutEngine.cpp | 12 #include "LEGlyphStorage.h" 59 le_int32 ThaiLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, LEGlyphStorage &glyphStorage, LEErrorCode &success) 101 LEGlyphStorage &glyphStorage, LEErrorCode &success)
|
CanonShaping.cpp | 8 #include "LEGlyphStorage.h" 35 LEUnicode *outChars, LEGlyphStorage &glyphStorage)
|
ContextualGlyphSubstProc.cpp | 14 #include "LEGlyphStorage.h" 44 ByteOffset ContextualGlyphSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index)
|
HanLayoutEngine.cpp | 15 #include "LEGlyphStorage.h" 55 LEUnicode *&/*outChars*/, LEGlyphStorage &glyphStorage, LEErrorCode &success)
|
KhmerLayoutEngine.cpp | 13 #include "LEGlyphStorage.h" 45 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
|
StateTableProcessor.cpp | 13 #include "LEGlyphStorage.h" 42 void StateTableProcessor::process(LEGlyphStorage &glyphStorage, LEErrorCode &success)
|
ArabicLayoutEngine.h | 117 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success); 136 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success); 138 // static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success); 201 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success); 220 LEGlyphStorage &glyphStorage, LEErrorCode &success); 236 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
MorphTables.h | 21 class LEGlyphStorage; 52 void process(const LETableReference& base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const; 84 void process(const LEReferenceTo<MorphSubtableHeader> &base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const; 102 void process(const LEReferenceTo<MorphSubtableHeader2> &base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const; 121 void process(const LEReferenceTo<MorphTableHeader2> &base, LEGlyphStorage &glyphStorage, le_int32 typoFlags, LEErrorCode &success) const;
|
GXLayoutEngine.h | 19 class LEGlyphStorage; 105 LEGlyphStorage &glyphStorage, LEErrorCode &success); 120 LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
GXLayoutEngine2.h | 18 class LEGlyphStorage; 104 LEGlyphStorage &glyphStorage, LEErrorCode &success); 119 LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
ThaiLayoutEngine.h | 19 class LEGlyphStorage; 116 LEGlyphStorage &glyphStorage, LEErrorCode &success); 138 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
IndicReordering.h | 79 class LEGlyphStorage; 153 LEUnicode *outChars, LEGlyphStorage &glyphStorage, 156 static void adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success); 159 LEUnicode *outChars, LEGlyphStorage &glyphStorage); 165 static void applyPresentationForms(LEGlyphStorage &glyphStorage, le_int32 count); 167 static void finalReordering(LEGlyphStorage &glyphStorage, le_int32 count);
|
MPreFixups.cpp | 8 #include "LEGlyphStorage.h" 43 void MPreFixups::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success)
|
TibetanLayoutEngine.cpp | 19 #include "LEGlyphStorage.h" 51 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
|
LEGlyphStorage.h | 34 class U_LAYOUT_API LEGlyphStorage : public UObject, protected LEInsertionCallback 115 * Allocates an empty <code>LEGlyphStorage</code> object. You must call 121 LEGlyphStorage(); 128 ~LEGlyphStorage(); 445 * @param from the <code>LEGlyphStorage</code> object from which 450 void adoptGlyphArray(LEGlyphStorage &from); 457 * @param from the <code>LEGlyphStorage</code> object from which 462 void adoptCharIndicesArray(LEGlyphStorage &from); 469 * @param from the <code>LEGlyphStorage</code> object from which 474 void adoptPositionArray(LEGlyphStorage &from) [all...] |
LayoutEngine.cpp | 25 #include "LEGlyphStorage.h" 155 fGlyphStorage = new LEGlyphStorage(); 199 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) 224 LEGlyphStorage fakeGlyphStorage; 306 LEGlyphStorage &glyphStorage, LEErrorCode &success) 332 void LayoutEngine::positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success) 360 LEGlyphStorage &glyphStorage, LEErrorCode &success) 387 void LayoutEngine::adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success) 423 void LayoutEngine::adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success) 471 LEGlyphStorage &glyphStorage, LEErrorCode &success [all...] |
OpenTypeLayoutEngine.cpp | 22 #include "LEGlyphStorage.h" 283 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) 332 LEGlyphStorage &glyphStorage, LEErrorCode &success) 365 LEGlyphStorage &glyphStorage, LEErrorCode &success) 389 le_int32 OpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) 403 le_int32 OpenTypeLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) 406 LEGlyphStorage fakeGlyphStorage; 446 LEGlyphStorage &glyphStorage, LEErrorCode &success)
|
ContextualGlyphSubstProc2.cpp | 14 #include "LEGlyphStorage.h" 40 le_uint16 ContextualGlyphSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
|
GlyphPositionAdjustments.cpp | 9 #include "LEGlyphStorage.h" 84 void GlyphPositionAdjustments::applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontInstance *fontInstance)
|
HanLayoutEngine.h | 20 class LEGlyphStorage; 100 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
HangulLayoutEngine.h | 24 class LEGlyphStorage; 122 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
KhmerLayoutEngine.h | 27 // class LEGlyphStorage; 125 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
LEFontInstance.cpp | 17 #include "LEGlyphStorage.h" 50 le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const
|
/external/icu/icu4c/source/tools/memcheck/ |
ICUMemCheck.pl | 25 # layout/LEGlyphStorage.o U operator delete(void*) 33 # LEGlyphStorage.cpp Fails because of LEInsertionCallback::~LEInsertionCallback()
|