OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setYAdvance
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/layout/
GlyphPositionAdjustments.h
43
inline void
setYAdvance
(float newYAdvance);
122
inline void
setYAdvance
(le_int32 index, float newYAdvance);
197
inline void GlyphPositionAdjustments::Adjustment::
setYAdvance
(float newYAdvance)
340
inline void GlyphPositionAdjustments::
setYAdvance
(le_int32 index, float newYAdvance)
342
fAdjustments[index].
setYAdvance
(newYAdvance);
GlyphIterator.cpp
286
glyphPositionAdjustments->
setYAdvance
(position, yAdvanceAdjust);
OpenTypeLayoutEngine.cpp
479
adjustments->
setYAdvance
(i, 0);
Completed in 30 milliseconds