OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustYAdvance
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
GlyphPositionAdjustments.h
50
inline void
adjustYAdvance
(float yAdjustment);
129
inline void
adjustYAdvance
(le_int32 index, float yAdjustment);
222
inline void GlyphPositionAdjustments::Adjustment::
adjustYAdvance
(float yAdjustment)
365
inline void GlyphPositionAdjustments::
adjustYAdvance
(le_int32 index, float yAdjustment)
367
fAdjustments[index].
adjustYAdvance
(yAdjustment);
GlyphIterator.cpp
267
glyphPositionAdjustments->
adjustYAdvance
(position, yAdvanceAdjust);
Completed in 188 milliseconds