Home
last modified time | relevance | path

Searched refs:GlyphPositionAdjustments (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/layout/
DGlyphPositionAdjustments.h23 class GlyphPositionAdjustments : public UMemory
99 GlyphPositionAdjustments();
102 GlyphPositionAdjustments(le_int32 glyphCount);
103 ~GlyphPositionAdjustments();
140 inline GlyphPositionAdjustments::Adjustment::Adjustment() in Adjustment()
146 inline GlyphPositionAdjustments::Adjustment::Adjustment(float xPlace, float yPlace, float xAdv, flo… in Adjustment()
152 inline GlyphPositionAdjustments::Adjustment::~Adjustment() in ~Adjustment()
157 inline float GlyphPositionAdjustments::Adjustment::getXPlacement() const in getXPlacement()
162 inline float GlyphPositionAdjustments::Adjustment::getYPlacement() const in getYPlacement()
167 inline float GlyphPositionAdjustments::Adjustment::getXAdvance() const in getXAdvance()
[all …]
DGlyphPositionAdjustments.cpp19 GlyphPositionAdjustments::GlyphPositionAdjustments(le_int32 glyphCount) in GlyphPositionAdjustments() function in GlyphPositionAdjustments
25 GlyphPositionAdjustments::~GlyphPositionAdjustments() in ~GlyphPositionAdjustments()
31 const LEPoint *GlyphPositionAdjustments::getEntryPoint(le_int32 index, LEPoint &entryPoint) const in getEntryPoint()
40 const LEPoint *GlyphPositionAdjustments::getExitPoint(le_int32 index, LEPoint &exitPoint)const in getExitPoint()
49 void GlyphPositionAdjustments::clearEntryPoint(le_int32 index) in clearEntryPoint()
56 void GlyphPositionAdjustments::clearExitPoint(le_int32 index) in clearExitPoint()
63 void GlyphPositionAdjustments::setEntryPoint(le_int32 index, LEPoint &newEntryPoint, le_bool baseli… in setEntryPoint()
70 void GlyphPositionAdjustments::setExitPoint(le_int32 index, LEPoint &newExitPoint, le_bool baseline… in setExitPoint()
77 void GlyphPositionAdjustments::setCursiveGlyph(le_int32 index, le_bool baselineIsLogicalEnd) in setCursiveGlyph()
84 void GlyphPositionAdjustments::applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightT… in applyCursiveAdjustments()
[all …]
DGlyphIterator.h22 class GlyphPositionAdjustments; variable
26 …GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustmen…
87 GlyphPositionAdjustments *glyphPositionAdjustments;
DGlyphPositioningTables.h25 class GlyphPositionAdjustments; variable
30 …yphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPos…
DLookupProcessor.h28 class GlyphPositionAdjustments; variable
37 … le_int32 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
DGlyphPositioningTables.cpp19 …yphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPos… in process()
DOpenTypeLayoutEngine.cpp463 GlyphPositionAdjustments *adjustments = new GlyphPositionAdjustments(glyphCount); in adjustGlyphPositions()
DMakefile.in100 GlyphPositionAdjustments.o \
DLookupProcessor.cpp49 le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPosi… in process()
DGlyphIterator.cpp18 GlyphIterator::GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPos… in GlyphIterator()