Searched refs:glyphPositionAdjustments (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | GlyphIterator.cpp | 21 glyphStorage(theGlyphStorage), glyphPositionAdjustments(theGlyphPositionAdjustments), in GlyphIterator() 55 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator() 74 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator() 93 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator() 183 glyphPositionAdjustments->getEntryPoint(position, entryPoint); in getCursiveEntryPoint() 198 glyphPositionAdjustments->getExitPoint(position, exitPoint); in getCursiveExitPoint() 248 glyphPositionAdjustments->setBaseOffset(position, baseOffset); in setCurrGlyphBaseOffset() 264 glyphPositionAdjustments->adjustXPlacement(position, xPlacementAdjust); in adjustCurrGlyphPositionAdjustment() 265 glyphPositionAdjustments->adjustYPlacement(position, yPlacementAdjust); in adjustCurrGlyphPositionAdjustment() 266 glyphPositionAdjustments->adjustXAdvance(position, xAdvanceAdjust); in adjustCurrGlyphPositionAdjustment() [all …]
|
D | GlyphPositioningTables.cpp | 19 … &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool … in process() argument 33 …processor.process(glyphStorage, glyphPositionAdjustments, rightToLeft, glyphDefinitionTableHeader,… in process() 35 glyphPositionAdjustments->applyCursiveAdjustments(glyphStorage, rightToLeft, fontInstance); in process()
|
D | GlyphPositioningTables.h | 30 …bleHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
|
D | LookupProcessor.h | 37 … le_int32 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
|
D | LookupProcessor.cpp | 49 …rocessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, in process() argument 63 GlyphIterator glyphIterator(glyphStorage, glyphPositionAdjustments, in process()
|
D | GlyphIterator.h | 87 GlyphPositionAdjustments *glyphPositionAdjustments; variable
|