/external/icu/icu4c/source/layout/ |
D | LEGlyphStorage.h | 149 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const; 163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const; 175 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const; 188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const; 201 void getGlyphPositions(float positions[], LEErrorCode &success) const; 217 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const; 231 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success); 243 le_int32 allocatePositions(LEErrorCode &success); 254 le_int32 allocateAuxData(LEErrorCode &success); 264 void getAuxData(le_uint32 auxData[], LEErrorCode &success) const; [all …]
|
D | LayoutEngine.h | 151 LEErrorCode &success); 188 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success); 216 …nt32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success); 231 … virtual void positionGlyphs(LEGlyphStorage &glyphStorage, float x, float y, LEErrorCode &success); 253 …int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success); 300 …_int32 count, le_bool reverse, le_bool mirror, LEGlyphStorage &glyphStorage, LEErrorCode &success); 315 …id adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success); 336 …t, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success); 375 …offset, le_int32 count, le_int32 max, le_bool rightToLeft, float x, float y, LEErrorCode &success); 398 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const; [all …]
|
D | loengine.h | 57 LEErrorCode *success); 103 LEErrorCode *success); 119 LEErrorCode *success); 135 LEErrorCode *success); 151 LEErrorCode *success); 169 LEErrorCode *success); 186 LEErrorCode *success); 208 LEErrorCode *success); 222 LEErrorCode *success);
|
D | Lookups.h | 36 …Coverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LEErrorCode &success) const; 38 …erenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const; 41 …inline le_int32 getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &su… 43 …e(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const; 53 …table(const LEReferenceTo<LookupTable> &base, le_uint16 subtableIndex, LEErrorCode &success) const; 62 …onst LEReferenceTo<LookupListTable> &base, le_uint16 lookupTableIndex, LEErrorCode &success) const; 66 …hCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LEErrorCode &success) const in LE_VAR_ARRAY() 71 …ble::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const… in getGlyphCoverage() 76 …e(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const… in getGlyphCoverage()
|
D | ClassDefinitionTables.h | 24 …le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) con… 25 …le_bool hasGlyphClass(const LETableReference &base, le_int32 glyphClass, LEErrorCode &success) c… 29 LEErrorCode ignored = LE_NO_ERROR; in getGlyphClass() 35 LEErrorCode ignored = LE_NO_ERROR; in hasGlyphClass() 46 …le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) cons… 47 …le_bool hasGlyphClass(const LETableReference &base, le_int32 glyphClass, LEErrorCode &success) co… 64 …le_int32 getGlyphClass(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) cons… 65 …le_bool hasGlyphClass(const LETableReference &base, le_int32 glyphClass, LEErrorCode &success) con…
|
D | ArabicLayoutEngine.h | 53 …t32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success); 70 le_int32 typoFlags, LEErrorCode &success); 117 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success); 136 …int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success); 172 le_int32 typoFlags, LEErrorCode &success); 201 …stProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success); 220 LEGlyphStorage &glyphStorage, LEErrorCode &success); 236 …int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
D | LETableReference.h | 55 LETableReference(const LEFontInstance* font, LETag tableTag, LEErrorCode &success) : in LETableReference() 61 …LETableReference(const LETableReference &parent, LEErrorCode &success) : fFont(parent.fFont), fTag… in LETableReference() 88 LEErrorCode &err) : in LETableReference() 129 void addOffset(size_t offset, LEErrorCode &success) { in addOffset() 142 size_t ptrToOffset(const void *atPtr, LEErrorCode &success) const { in ptrToOffset() 168 size_t verifyLength(size_t offset, size_t length, LEErrorCode &success) { in verifyLength() 204 void loadTable(LEErrorCode &success) { in loadTable() 265 …LEReferenceToArrayOf(const LETableReference &parent, LEErrorCode &success, size_t offset, le_uint3… in LEReferenceToArrayOf() 280 …LEReferenceToArrayOf(const LETableReference &parent, LEErrorCode &success, const T* array, le_uint… in LEReferenceToArrayOf() 291 …LEReferenceToArrayOf(const LETableReference &parent, LEErrorCode &success, const T* array, size_t … in LEReferenceToArrayOf() [all …]
|
D | LEGlyphStorage.cpp | 65 …hStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success) in allocateGlyphArray() 126 le_int32 LEGlyphStorage::allocatePositions(LEErrorCode &success) in allocatePositions() 148 le_int32 LEGlyphStorage::allocateAuxData(LEErrorCode &success) in allocateAuxData() 169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &succes… in getCharIndices() 192 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const in getCharIndices() 212 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const in getGlyphs() 235 void LEGlyphStorage::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const in getGlyphs() 254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const in getGlyphID() 273 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success) in setGlyphID() 292 le_int32 LEGlyphStorage::getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const in getCharIndex() [all …]
|
D | loengine.cpp | 23 LEErrorCode *success) in le_create() 47 LEErrorCode *success) in le_layoutChars() 61 LEErrorCode *success) in le_getGlyphCount() 76 LEErrorCode *success) in le_getGlyphs() 91 LEErrorCode *success) in le_getCharIndices() 107 LEErrorCode *success) in le_getCharIndicesWithBase() 122 LEErrorCode *success) in le_getGlyphPositions() 139 LEErrorCode *success) in le_getGlyphPosition() 153 LEErrorCode *success) in le_reset()
|
D | OpenTypeLayoutEngine.h | 67 …t32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success); 81 le_int32 typoFlags, LEErrorCode &success); 280 LEUnicode *&/*outChars*/, LEGlyphStorage &glyphStorage, LEErrorCode &success); 312 LEGlyphStorage &glyphStorage, LEErrorCode &success); 314 …nt32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success); 341 …stProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success); 365 …nt32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success); 382 …int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
D | ContextualSubstSubtables.h | 52 LEErrorCode& success); 57 …sor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const; 65 …sor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const; 94 …sor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const; 130 …sor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const; 136 …sor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const; 144 …sor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const; 179 …sor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const; 221 …sor, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
|
D | LookupProcessor.h | 38 …ader> &glyphDefinitionTableHeader, const LEFontInstance *fontInstance, LEErrorCode& success) const; 40 …ble, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const; 42 …dex, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const; 45 … GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const = 0; 61 LEErrorCode& success); 65 …enceTo<FeatureTable> &featureTable, FeatureMask featureMask, le_int32 order, LEErrorCode &success);
|
D | LayoutEngine.cpp | 104 … CanonMarkFilter(const LEReferenceTo<GlyphDefinitionTableHeader> &gdefTable, LEErrorCode &success); 110 …::CanonMarkFilter(const LEReferenceTo<GlyphDefinitionTableHeader> &gdefTable, LEErrorCode &success) in CanonMarkFilter() 122 LEErrorCode success = LE_NO_ERROR; in accept() 147 LEErrorCode &success) in LayoutEngine() 166 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success)… in getCharIndices() 171 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const in getCharIndices() 177 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const in getGlyphs() 182 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const in getGlyphs() 188 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const in getGlyphPositions() 193 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) … in getGlyphPosition() [all …]
|
D | ArabicLayoutEngine.cpp | 39 LEErrorCode &success) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 48 le_int32 typoFlags, LEErrorCode &success) in ArabicOpenTypeLayoutEngine() 71 … LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing() 108 … LEGlyphStorage &glyphStorage, LEErrorCode &success) in adjustGlyphPositions() 132 …fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success) in UnicodeArabicOpenTypeLayoutEngine() 146 …ostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) in glyphPostProcessing() 176 …t32 count, le_bool reverse, le_bool /*mirror*/, LEGlyphStorage &glyphStorage, LEErrorCode &success) in mapCharsToGlyphs() 202 … LEGlyphStorage &glyphStorage, LEErrorCode &success) in adjustGlyphPositions()
|
D | GlyphDefinitionTables.cpp | 16 LEErrorCode &success) const in getGlyphClassDefinitionTable() 24 LEErrorCode &success) const in getAttachmentListTable() 32 LEErrorCode &success) const in getLigatureCaretListTable() 40 LEErrorCode &success) const in getMarkAttachClassDefinitionTable()
|
D | ClassDefinitionTables.cpp | 15 …onTable::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const in getGlyphClass() 41 …Table::hasGlyphClass(const LETableReference &base, le_int32 glyphClass, LEErrorCode &success) const in hasGlyphClass() 67 …t1Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const in getGlyphClass() 84 …Table::hasGlyphClass(const LETableReference &base, le_int32 glyphClass, LEErrorCode &success) const in hasGlyphClass() 100 …t2Table::getGlyphClass(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const in getGlyphClass() 116 …Table::hasGlyphClass(const LETableReference &base, le_int32 glyphClass, LEErrorCode &success) const in hasGlyphClass()
|
D | IndicLayoutEngine.h | 59 …bool version2, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success); 76 le_int32 typoFlags, LEErrorCode &success); 124 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success); 155 LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
D | GlyphDefinitionTables.h | 95 LEErrorCode &success) const; 98 LEErrorCode &success)const ; 101 LEErrorCode &success) const; 104 LEErrorCode &success) const;
|
D | NonContextualGlyphSubstProc.h | 27 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0; 29 …reateInstance(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success); 33 …utionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &status);
|
D | NonContextualGlyphSubstProc2.h | 27 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0; 29 …eateInstance(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success); 33 …onProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
|
D | SingleSubstitutionSubtables.h | 25 …nceTo<SingleSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const… 32 …ingleSubstitutionFormat1Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const… 40 …ingleSubstitutionFormat2Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const…
|
D | SinglePositioningSubtables.h | 26 …ase, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const; 34 …ase, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const; 43 …ase, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
|
D | KhmerLayoutEngine.h | 61 …t32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success); 78 le_int32 typoFlags, LEErrorCode &success); 125 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
D | TibetanLayoutEngine.h | 61 …t32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success); 78 le_int32 typoFlags, LEErrorCode &success); 125 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
/external/icu/icu4c/source/samples/layout/ |
D | ScriptCompositeFontInstance.cpp | 38 LEErrorCode status = LE_NO_ERROR; in getGlyphAdvance() 52 LEErrorCode status = LE_NO_ERROR; in getGlyphPoint() 63 …t LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const in getSubFont() 90 LEErrorCode status = LE_NO_ERROR; in mapCharToGlyph()
|