Searched refs:glyphPositionAdjustments (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/layout/ |
D | GlyphIterator.cpp | 21 glyphStorage(theGlyphStorage), glyphPositionAdjustments(theGlyphPositionAdjustments), in GlyphIterator() 51 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator() 69 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator() 87 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator() 175 glyphPositionAdjustments->getEntryPoint(position, entryPoint); in getCursiveEntryPoint() 190 glyphPositionAdjustments->getExitPoint(position, exitPoint); in getCursiveExitPoint() 240 glyphPositionAdjustments->setBaseOffset(position, baseOffset); in setCurrGlyphBaseOffset() 256 glyphPositionAdjustments->adjustXPlacement(position, xPlacementAdjust); in adjustCurrGlyphPositionAdjustment() 257 glyphPositionAdjustments->adjustYPlacement(position, yPlacementAdjust); in adjustCurrGlyphPositionAdjustment() 258 glyphPositionAdjustments->adjustXAdvance(position, xAdvanceAdjust); in adjustCurrGlyphPositionAdjustment() [all …]
|
D | GlyphPositioningTables.cpp | 19 …process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool … in process() argument 26 …processor.process(glyphStorage, glyphPositionAdjustments, rightToLeft, glyphDefinitionTableHeader,… in process() 28 glyphPositionAdjustments->applyCursiveAdjustments(glyphStorage, rightToLeft, fontInstance); in process()
|
D | GlyphPositioningTables.h | 29 … void process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
|
D | LookupProcessor.cpp | 45 …rocessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, in process() argument 55 GlyphIterator glyphIterator(glyphStorage, glyphPositionAdjustments, in process()
|
D | LookupProcessor.h | 36 … le_int32 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
|
D | GlyphIterator.h | 87 GlyphPositionAdjustments *glyphPositionAdjustments; variable
|