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

<<11121314151617181920>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice.h 72 * Constructs a slice with as many dimensions as the length of the @a l
97 /// Return array of sizes of slice dimensions.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
gslice.h 72 * Constructs a slice with as many dimensions as the length of the @a l
97 /// Return array of sizes of slice dimensions.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
gslice.h 72 * Constructs a slice with as many dimensions as the length of the @a l
97 /// Return array of sizes of slice dimensions.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
gslice.h 74 * Constructs a slice with as many dimensions as the length of the @a l
99 /// Return array of sizes of slice dimensions.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
gslice.h 74 * Constructs a slice with as many dimensions as the length of the @a l
100 /// Return array of sizes of slice dimensions.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
gslice.h 74 * Constructs a slice with as many dimensions as the length of the @a l
99 /// Return array of sizes of slice dimensions.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
gslice.h 74 * Constructs a slice with as many dimensions as the length of the @a l
100 /// Return array of sizes of slice dimensions.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
gslice.h 73 * Constructs a slice with as many dimensions as the length of the @a l
99 /// Return array of sizes of slice dimensions.
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 125 * dimensions.
154 * dimensions.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 42 /* max 2 dimensions */
43 uint dimensions : 4; member in struct:__anon12577
80 reg->dimensions = 1;
90 reg->dimensions = 2;
291 if (reg->dimensions == 2) {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 42 /* max 2 dimensions */
43 uint dimensions : 4; member in struct:__anon23044
80 reg->dimensions = 1;
90 reg->dimensions = 2;
291 if (reg->dimensions == 2) {
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_menu.jd 123 <li>Menu icon dimensions for high-density (<code>hdpi</code>) screens:</li>
139 <li>Menu icon dimensions for medium-density (<code>mdpi</code>) screens:</li>
156 <li>Menu icon dimensions for low-density (<code>ldpi</code>) screens:</li>
205 <p><em>Note: all pixel dimensions are for medium density and should be scaled appropriately for other densities.</em></p>
270 <li>All dimensions specified on this page are based on a 48x48 pixel artboard
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScreencastView.js 120 var dimensions = this._viewportDimensions();
121 if (dimensions.width < 0 || dimensions.height < 0) {
125 dimensions.width *= WebInspector.zoomFactor();
126 dimensions.height *= WebInspector.zoomFactor();
127 PageAgent.startScreencast("jpeg", 80, Math.min(maxImageDimension, dimensions.width), Math.min(maxImageDimension, dimensions.height));
234 var dimensions = this._viewportDimensions();
235 this._screenZoom = Math.min(dimensions.width / screenWidthDIP, dimensions.height / screenHeightDIP)
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaItem.java 54 * the dimensions of the output movie. The areas outside the resized video
411 * or if the bitmap is not specified or if the dimensions of the
412 * bitmap do not match the dimensions of the media item
451 * The dimensions of the overlay bitmap must be the same as the
452 * media item dimensions
456 "Bitmap dimensions must match media item dimensions");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 219 // Load background image dimensions, if we haven't saved them yet
221 // Need to load the image to get dimensions
225 // Default to the display size if we can't find the dimensions
231 // Force the wallpaper to cover the screen in both dimensions
235 // If the surface dimensions haven't changed, then just return
343 // Call updateSurfaceSize -- it will only actually do the update if the dimensions
384 Log.d(TAG, "Surface != bitmap dimensions: surface w/h, bitmap w/h: " +
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 74 public BackingStore(FrameType type, int[] dimensions, FrameManager frameManager) {
76 mDimensions = dimensions != null ? Arrays.copyOf(dimensions, dimensions.length) : null;
368 public void setDimensions(int[] dimensions) {
369 mDimensions = dimensions;
923 "Cannot create an allocation with more than 2 dimensions!");
  /frameworks/av/include/camera/
CameraParameters.h 63 // Set the dimensions in pixels to the given width and height
65 // of the supported dimensions returned from
69 // Retrieve the current dimensions (width and height)
71 // supported dimensions returned from getSupportedVideoSizes().
75 // Retrieve a Vector of supported dimensions (width and height)
144 // The dimensions for captured pictures in pixels (width x height).
147 // Supported dimensions for captured pictures in pixels.
439 // The current dimensions in pixels (width x height) for video frames.
444 // A list of the supported dimensions in pixels (width x height)
    [all...]
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 176 int [] dimensions = local
179 mPreviewWidth = dimensions[0];
180 mPreviewHeight = dimensions[1];
  /external/chromium_org/content/test/gpu/gpu_tests/
webgl_conformance_expectations.py 62 self.Fail('conformance/limits/gl-max-texture-dimensions.html',
129 self.Fail('conformance/limits/gl-max-texture-dimensions.html',
155 self.Skip('conformance/limits/gl-max-texture-dimensions.html',
  /external/chromium_org/remoting/client/plugin/
pepper_view.cc 122 // If the view's DIP dimensions don't match the source then let the frame
130 // Create a 2D rendering context at the chosen frame dimensions.
174 // We cannot use the data in the buffer if its dimensions don't match the
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree4.test 65 # Run these tests for all number of dimensions between 1 and 5.
107 # Do a contained-in query on all dimensions
120 # Do an overlaps query on all dimensions
  /external/chromium_org/third_party/sqlite/src/src/
test_rtree.c 56 double xmin, xmax; /* X dimensions of box being tested */
57 double ymin, ymax; /* X dimensions of box being tested */
64 ** Return an error if the table does not have exactly 2 dimensions. */
  /external/llvm/include/llvm/CodeGen/PBQP/
Math.h 115 /// \brief Construct a PBQP Matrix with the given dimensions.
120 /// \brief Construct a PBQP Matrix with the given dimensions and initial
224 "Matrix dimensions mismatch.");
  /external/opencv/cv/include/
cvtypes.h 273 int MP; /* number of measurement vector dimensions */
274 int DP; /* number of state vector dimensions */
275 int CP; /* number of control vector dimensions */
  /frameworks/base/graphics/java/android/renderscript/
Script.java 369 throw new RSIllegalArgumentException("Invalid dimensions");
387 throw new RSIllegalArgumentException("Invalid dimensions");
405 throw new RSIllegalArgumentException("Invalid dimensions");

Completed in 2560 milliseconds

<<11121314151617181920>>