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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDisplay.java 51 private Integer realHeight;
96 outMetrics.heightPixels = realHeight;
160 outSize.set(realWidth, realHeight);
332 this.realHeight = height;
408 realHeight = heightPx;
  /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. */
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderDef.h 280 uint32_t realHeight;
VideoEncoderBase.cpp     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 

Completed in 833 milliseconds