HomeSort by relevance Sort by last modified time
    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 1248 milliseconds