OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getYAdvance
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
GlyphPositionAdjustments.h
36
inline float
getYAdvance
() const;
115
inline float
getYAdvance
(le_int32 index) const;
172
inline float GlyphPositionAdjustments::Adjustment::
getYAdvance
() const
314
inline float GlyphPositionAdjustments::
getYAdvance
(le_int32 index) const
316
return fAdjustments[index].
getYAdvance
();
OpenTypeLayoutEngine.cpp
505
float yAdvance = adjustments->
getYAdvance
(i);
Completed in 50 milliseconds