OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getXAdvance
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
GlyphPositionAdjustments.h
35
inline float
getXAdvance
() const;
114
inline float
getXAdvance
(le_int32 index) const;
167
inline float GlyphPositionAdjustments::Adjustment::
getXAdvance
() const
309
inline float GlyphPositionAdjustments::
getXAdvance
(le_int32 index) const
311
return fAdjustments[index].
getXAdvance
();
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/
Glyph.java
160
public int
getXAdvance
() {
Completed in 483 milliseconds