HomeSort by relevance Sort by last modified time
    Searched full:dimensions (Results 301 - 325 of 1745) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/java/res/values-h720dp-land/
setup-dimens-large-tablet-land.xml 18 <!-- Setup wizard dimensions for large-tablet/landscape. -->
  /packages/inputmethods/LatinIME/java/res/values-h800dp-port/
setup-dimens-small-tablet-port.xml 18 <!-- Setup wizard dimensions for small-tablet/portrait. -->
  /packages/inputmethods/LatinIME/java/res/values-land/
setup-dimens-small-phone-land.xml 18 <!-- Setup wizard dimensions for small-phone/landscape. -->
  /packages/inputmethods/LatinIME/java/res/values-port/
setup-dimens-small-phone-port.xml 18 <!-- Setup wizard dimensions for small-phone/portrait. -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion16.txt 11 supports-screens : The "supports-screens" specifies the screen dimensions an application supports.
  /external/chromium_org/chrome_frame/cfinstall/src/implementation/
dialoginteractiondelegate.js 114 // contents' dimensions is incorrect on IE, yet the following line also
137 // So we set its dimensions here. We need to specifically add some space for
147 // Ask the dialog to re-center itself based on the new dimensions.
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 189 const gfx::Size& dimensions,
192 picture_buffer_dimensions_ = dimensions;
195 num_requested_buffers, dimensions, texture_target);
  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.cc 245 const gfx::Size& dimensions,
250 PP_Size out_dim = PP_MakeSize(dimensions.width(), dimensions.height());
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
VideoRenderer.java 49 * Construct a frame of the given dimensions with the specified planar
69 * this with mismatched frame dimensions is a programming error and will
75 throw new RuntimeException("Mismatched dimensions! Source: " +
  /external/chromium_org/tools/site_compare/drivers/win32/
mouse.py 23 Mouse coordinates are specified as a percentage of screen dimensions,
35 # Initialize the screen dimensions on first execution. Note that this
36 # function assumes that the screen dimensions do not change during run.
  /external/chromium_org/ui/gfx/
skbitmap_operations.h 37 // and be of equal dimensions.
43 // use have the kARGB_8888_Config config and be of equal dimensions.
50 // be of equal dimensions.
  /external/chromium_org/ui/resources/resource_check/
resource_scale_factors.py 23 """Verifier of image dimensions for Chromium resources.
25 This class verifies the image dimensions of resources in the various
46 having the correct dimensions.
  /external/eigen/test/
umeyama.cpp 101 // odd dimensions!
133 // odd dimensions!
164 // works also for dimensions bigger than 3...
  /external/qemu/android/camera/
camera-capture.h 47 * width, height - Frame dimensions for the captured video frame. Must match
48 * dimensions supported by the camera for the pixel format defined by the
105 * pick any format that is supported by the device, and collect frame dimensions
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdllistmodes.html 83 >SDL_ListModes&nbsp;--&nbsp;Returns a pointer to an array of available screen dimensions for
124 >Return a pointer to an array of available screen dimensions for the given
129 > if there are no dimensions available for a particular
  /frameworks/base/core/java/android/view/
HardwareLayer.java 45 * Creates a new hardware layer with undefined dimensions.
53 * dimensions.
134 * as the supplied dimensions.
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.h 92 // the dimensions of the frame.
129 // Sets the frame and viewport dimensions.
189 // The viewport dimensions
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
OutputPort.java 67 * @param dimensions the size of the Frame you wish to obtain.
70 public Frame fetchAvailableFrame(int[] dimensions) {
71 Frame frame = getQueue().fetchAvailableFrame(dimensions);
  /libcore/luni/src/main/java/libcore/reflect/
Types.java 100 int dimensions = 0; local
103 dimensions++;
106 for (int d = 0; d < dimensions; d++) {
  /packages/services/Telephony/res/values/
dimens.xml 18 <!-- Dimensions for CallCard elements (the normal in-call UI) -->
62 <!-- Dimensions for OTA Call Card -->
68 <!-- Dimensions for Emergency Dialer and dialpad inside the in-call screen -->
  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api.h 64 * width and height are the framebuffer dimensions that will be reported to the
104 * width, height Dimensions of the image, in pixels. Rows are tightly
125 * x,y,width,height are the dimensions of the rendering subwindow.
  /sdk/files/
devices.xml 15 <d:dimensions>
18 </d:dimensions>
90 <d:dimensions>
93 </d:dimensions>
203 <d:dimensions>
206 </d:dimensions>
334 <d:dimensions>
337 </d:dimensions>
413 <d:dimensions>
416 </d:dimensions>
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.h 120 // frame to the aspect ratio of the given dimensions before stretching.
145 // frame to the aspect ratio of the given dimensions before stretching.
156 // the aspect ratio of the given dimensions before stretching.
170 // this frame to the aspect ratio of the given dimensions before stretching.
181 // Size of an I420 image of given dimensions when stored as a frame buffer.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_mlaa.c 57 static unsigned int dimensions[2] = { 0, 0 }; variable
92 if (dimensions[0] != p->framebuffer.width ||
93 dimensions[1] != p->framebuffer.height) {
98 dimensions[0] = p->framebuffer.width;
99 dimensions[1] = p->framebuffer.height;
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 57 static unsigned int dimensions[2] = { 0, 0 }; variable
92 if (dimensions[0] != p->framebuffer.width ||
93 dimensions[1] != p->framebuffer.height) {
98 dimensions[0] = p->framebuffer.width;
99 dimensions[1] = p->framebuffer.height;

Completed in 630 milliseconds

<<11121314151617181920>>