OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustYPlacement
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/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
257
glyphPositionAdjustments->
adjustYPlacement
(position, yPlacementAdjust);
Completed in 55 milliseconds