HomeSort by relevance Sort by last modified time
    Searched refs:realHeight (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/util/
EntropyComputeUtil.java 53 float realHeight = pos.y;
63 float delta = Math.abs(realHeight - contactPoint.y);
  /external/libvncserver/client_examples/
SDLvncviewer.c 25 static int realWidth, realHeight, bytesPerPixel, rowStride;
204 int j0 = y * realHeight / cl->height;
205 int j1 = ((y + h) * realHeight - 1) / cl->height + 1;
212 int y0 = j * cl->height / realHeight;
213 int y1 = ((j + 1) * cl->height - 1) / realHeight + 1;
242 h = ((y + h) * realHeight - 1) / cl->height + 1;
244 y = y * realHeight / cl->height;
261 if (w == realWidth && h == realHeight)
290 realHeight = h;
412 y = y * cl->height / realHeight;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 133 int16 realHeight; /* Non-padded height, not a multiple of 16. */
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 268 * @param realHeight the currently applied height of the view
273 private void updateChildClippingAndBackground(StackViewState state, float realHeight,
275 if (realHeight > clipHeight) {
277 state.topOverLap = (int) Math.floor((realHeight - clipHeight) / state.scale);
281 if (realHeight > backgroundHeight) {
283 state.clipTopAmount = (int) Math.floor((realHeight - backgroundHeight) / state.scale);
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderDef.h 282 uint32_t realHeight;
VideoEncoderBase.cpp     [all...]

Completed in 665 milliseconds