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

  /external/icu/icu4c/source/layout/
GlyphPositionAdjustments.h 48 inline void adjustYPlacement(float yAdjustment);
127 inline void adjustYPlacement(le_int32 index, float yAdjustment);
212 inline void GlyphPositionAdjustments::Adjustment::adjustYPlacement(float yAdjustment)
355 inline void GlyphPositionAdjustments::adjustYPlacement(le_int32 index, float yAdjustment)
357 fAdjustments[index].adjustYPlacement(yAdjustment);
GlyphPositionAdjustments.cpp 115 adjustYPlacement(i, baselineAdjustment);
153 adjustYPlacement(j, -baselineAdjustment);
GlyphIterator.cpp 265 glyphPositionAdjustments->adjustYPlacement(position, yPlacementAdjust);

Completed in 167 milliseconds