OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setXAdvance
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
GlyphPositionAdjustments.h
42
inline void
setXAdvance
(float newXAdvance);
121
inline void
setXAdvance
(le_int32 index, float newXAdvance);
192
inline void GlyphPositionAdjustments::Adjustment::
setXAdvance
(float newXAdvance)
335
inline void GlyphPositionAdjustments::
setXAdvance
(le_int32 index, float newXAdvance)
337
fAdjustments[index].
setXAdvance
(newXAdvance);
/external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacter.java
124
public void
setXAdvance
(int advance) {
Completed in 25 milliseconds