Searched defs:glyphPositionAdjustments (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/layout/
H A DGlyphPositioningTables.cpp19 void GlyphPositioningTableHeader::process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft, argument
33 processor.process(glyphStorage, glyphPositionAdjustments, rightToLeft, glyphDefinitionTableHeader, fontInstance, success);
35 glyphPositionAdjustments->applyCursiveAdjustments(glyphStorage, rightToLeft, fontInstance);
H A DGlyphIterator.h87 GlyphPositionAdjustments *glyphPositionAdjustments; member in class:GlyphIterator
H A DLookupProcessor.cpp49 le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, argument
63 GlyphIterator glyphIterator(glyphStorage, glyphPositionAdjustments,

Completed in 254 milliseconds