HomeSort by relevance Sort by last modified time
    Searched refs:heights (Results 1 - 25 of 26) sorted by null

1 2

  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Interpolation.java 246 public Bounce (float[] widths, float[] heights) {
247 super(widths, heights);
267 final float[] widths, heights; field in class:Interpolation.BounceOut
269 public BounceOut (float[] widths, float[] heights) {
270 if (widths.length != heights.length)
271 throw new IllegalArgumentException("Must be the same number of widths and heights.");
273 this.heights = heights;
279 heights = new float[bounces];
280 heights[0] = 1;
    [all...]
  /external/skia/tests/
SwizzlerTest.cpp 79 // Test on the smallest possible height and representative heights
80 const uint32_t heights[] = { 1, 5, 10 }; local
87 for (uint32_t height : heights) {
  /external/skia/gm/
blurrect.cpp 178 const int heights[] = {100, 100, 5, 25, 150, 25}; local
191 int height = heights[i];
  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeTypeFontGenerator.java 397 int[] heights = new int[charactersLength]; local
400 heights[i] = height;
402 int heightsCount = heights.length;
404 int best = 0, maxHeight = heights[0];
406 int height = heights[i];
421 heights[best] = heights[heightsCount];
  /cts/apps/CameraITS/pymodules/its/
device.py 703 heights = None
720 heights = [out['height'] for out in outputs]
730 obj["height"] = heights[j]
734 buf_size = widths[j] * heights[j] * 3 / 2
    [all...]
  /external/ImageMagick/www/api/
image-view.php 103 <p>DuplexTransferImageViewIterator() iterates over three image views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
275 <p>GetImageViewIterator() iterates over the image view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
473 <p>SetImageViewIterator() iterates over the image view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
519 <p>TransferImageViewIterator() iterates over two image views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination image view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
570 <p>UpdateImageViewIterator() iterates over the image view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
wand-view.php 103 <p>DuplexTransferWandViewIterator() iterates over three wand views in parallel and calls your transfer method for each scanline of the view. The source and duplex pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
208 <p>GetWandViewIterator() iterates over the wand view in parallel and calls your get method for each scanline of the view. The pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. Any updates to the pixels in your callback are ignored.</p>
395 <p>SetWandViewIterator() iterates over the wand view in parallel and calls your set method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension. The pixels are initiallly undefined and any settings you make in the callback method are automagically synced back to your image.</p>
441 <p>TransferWandViewIterator() iterates over two wand views in parallel and calls your transfer method for each scanline of the view. The source pixel extent is not confined to the image canvas-- that is you can include negative offsets or widths or heights that exceed the image dimension. However, the destination wand view is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted.</p>
492 <p>UpdateWandViewIterator() iterates over the wand view in parallel and calls your update method for each scanline of the view. The pixel extent is confined to the image canvas-- that is no negative offsets or widths or heights that exceed the image dimension are permitted. Updates to pixels in your callback are automagically synced back to the image.</p>
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 189 final int heights[] = new int[] {240, 480}; local
235 heights[whichResolution], framerates[whichFramerate],
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 1730 Range<Integer> counts = null, widths = null, heights = null; local
    [all...]
  /prebuilts/go/darwin-x86/src/image/png/
writer.go 481 // Obviously, negative widths and heights are invalid. Furthermore, the PNG
  /prebuilts/go/linux-x86/src/image/png/
writer.go 481 // Obviously, negative widths and heights are invalid. Furthermore, the PNG
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 2276 const int heights[3] = local
2328 const int heights[3] = { local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 1698 const int heights[3] = {a->y_height, a->uv_height, a->uv_height}; local
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 562 // Check if there's a user preference for the panel heights
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
docs.js 529 // Check if there's a user preference for the panel heights
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/netperf/doc/
texinfo.tex     [all...]
  /ndk/sources/host-tools/make-3.81/config/
texinfo.tex     [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]

Completed in 1406 milliseconds

1 2