Home
last modified time | relevance | path

Searched refs:setEntryPoint (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/layout/
DGlyphPositionAdjustments.h77 inline void setEntryPoint(LEPoint &newEntryPoint, le_bool baselineIsLogicalEnd);
133 void setEntryPoint(le_int32 index, LEPoint &newEntryPoint, le_bool baselineIsLogicalEnd);
258 inline void GlyphPositionAdjustments::EntryExitPoint::setEntryPoint(LEPoint &newEntryPoint, le_bool… in setEntryPoint() function
DGlyphPositionAdjustments.cpp63 void GlyphPositionAdjustments::setEntryPoint(le_int32 index, LEPoint &newEntryPoint, le_bool baseli… in setEntryPoint() function in GlyphPositionAdjustments
67 fEntryExitPoints[index].setEntryPoint(newEntryPoint, baselineIsLogicalEnd); in setEntryPoint()
DGlyphIterator.cpp331 glyphPositionAdjustments->setEntryPoint(position, entryPoint, baselineIsLogicalEnd()); in setCursiveEntryPoint()