OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gapY
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/font/
Letters.java
156
float
gapY
= 0;
161
gapY
= 0;
164
gapY
= (height-totalHeight)*0.5f;
167
gapY
= height-totalHeight;
182
cursor.setAlignment(gapX,
gapY
);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp
164
const float
gapY
= sweetSpotCenterY - mCenterYsG[i];
165
mSweetSpotCenterYsG[i] = static_cast<int>(mCenterYsG[i] +
gapY
* verticalScale);
Completed in 1184 milliseconds