HomeSort by relevance Sort by last modified time
    Searched refs:setXPlacement (Results 1 - 3 of 3) sorted by null

  /external/icu4c/layout/
GlyphPositionAdjustments.h 40 inline void setXPlacement(float newXPlacement);
119 inline void setXPlacement(le_int32 index, float newXPlacement);
182 inline void GlyphPositionAdjustments::Adjustment::setXPlacement(float newXPlacement)
325 inline void GlyphPositionAdjustments::setXPlacement(le_int32 index, float newXPlacement)
327 fAdjustments[index].setXPlacement(newXPlacement);
GlyphIterator.cpp 275 glyphPositionAdjustments->setXPlacement(position, xPlacementAdjust);
OpenTypeLayoutEngine.cpp 371 adjustments->setXPlacement(i, 0);

Completed in 99 milliseconds