/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/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...] |
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/ |
VideoChatTestActivity.java | 189 final int heights[] = new int[] {240, 480}; local 235 heights[whichResolution], framerates[whichFramerate],
|
/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];
|
/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...] |
/frameworks/base/media/java/android/media/ |
MediaCodecInfo.java | 1730 Range<Integer> counts = null, widths = null, heights = null; local [all...] |
/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 | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/ |
clover-3.1.12.jar | |