Home
last modified time | relevance | path

Searched refs:glyphPositionAdjustments (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/layout/
DGlyphIterator.cpp21 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 …]
DGlyphPositioningTables.cpp19 … &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()
DGlyphPositioningTables.h30 …bleHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
DLookupProcessor.h37 … le_int32 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
DLookupProcessor.cpp49 …rocessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, in process() argument
63 GlyphIterator glyphIterator(glyphStorage, glyphPositionAdjustments, in process()
DGlyphIterator.h87 GlyphPositionAdjustments *glyphPositionAdjustments; variable