OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getXAdvance
(Results
1 - 4
of
4
) 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
();
OpenTypeLayoutEngine.cpp
504
float xAdvance = adjustments->
getXAdvance
(i);
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/
Glyph.java
160
public int
getXAdvance
() {
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
BMFontUtil.java
206
+ "xadvance=" + String.format("%-5s", glyph.
getXAdvance
()) //
Completed in 223 milliseconds