HomeSort by relevance Sort by last modified time
    Searched refs:HEIGHT (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 42 private static final String HEIGHT = "height";
77 int height = Math.min(displayBounds.height, Math.max(oldBounds.height, defaultSize.y)); local
78 return new Point(width, height);
110 int maxY = windowBounds.y + windowBounds.height - initialSize.y;
127 int y = windowBounds.y + (windowBounds.height - initialSize.y) / 2;
145 settings.getInt(HEIGHT));
159 settings.put(HEIGHT, bounds.height)
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
quad-tex.c 8 static const int HEIGHT = 300;
180 if (!graw_util_create_window(&info, WIDTH, HEIGHT, 1, FALSE))
196 graw_util_viewport(&info, 0, 0, WIDTH, HEIGHT, 30, 1000);
tex-srgb.c 8 static const int HEIGHT = 300;
204 if (!graw_util_create_window(&info, WIDTH, HEIGHT, 1, FALSE))
209 graw_util_viewport(&info, 0, 0, WIDTH, HEIGHT, 30, 10000);
tex-swizzle.c 15 static const int HEIGHT = 300;
162 if (!graw_util_create_window(&info, WIDTH, HEIGHT, 1, FALSE))
167 graw_util_viewport(&info, 0, 0, WIDTH, HEIGHT, 30, 10000);
tri.c 11 static const int HEIGHT = 300;
117 if (!graw_util_create_window(&info, WIDTH, HEIGHT, 1, FALSE))
135 graw_util_viewport(&info, 0, 0, WIDTH, HEIGHT, 30, 1000);
shader-leak.c 27 static const int HEIGHT = 300;
52 float width, float height,
57 float half_height = (float)height / 2.0f;
199 templat.height0 = HEIGHT;
226 fb.height = HEIGHT;
259 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
tri-gs.c 23 static const int HEIGHT = 300;
53 float width, float height,
58 float half_height = (float)height / 2.0f;
206 templat.height0 = HEIGHT;
231 fb.height = HEIGHT;
264 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
tri-instanced.c 26 static const int HEIGHT = 300;
82 float width, float height,
87 float half_height = (float)height / 2.0f;
257 templat.height0 = HEIGHT;
282 fb.height = HEIGHT;
315 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
quad-sample.c 27 static const int HEIGHT = 300;
62 float width, float height,
67 float half_height = (float)height / 2.0f;
248 0, 0, SIZE, SIZE); /* x, y, width, height */
328 templat.height0 = HEIGHT;
353 fb.height = HEIGHT;
386 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
  /external/skia/gm/
lighting.cpp 12 #define HEIGHT 440
42 return make_isize(WIDTH, HEIGHT);
48 SkIntToScalar(fBitmap.width()), SkIntToScalar(fBitmap.height())));
61 for (int y = 0; y < HEIGHT; y += 16) {
colormatrix.cpp 13 #define HEIGHT 500
61 return make_isize(WIDTH, HEIGHT);
64 SkBitmap createSolidBitmap(int width, int height) {
66 bm.setConfig(SkBitmap::kARGB_8888_Config, width, height);
70 for (int y = 0; y < height; ++y) {
73 paint.setColor(SkColorSetARGB(255, x * 255 / width, y * 255 / height, 0));
82 SkBitmap createTransparentBitmap(int width, int height) {
84 bm.setConfig(SkBitmap::kARGB_8888_Config, width, height);
89 SkPoint pts[] = {{0, 0}, {SkIntToScalar(width), SkIntToScalar(height)}};
94 canvas.drawRect(SkRect::MakeWH(SkIntToScalar(width), SkIntToScalar(height)), paint)
    [all...]
modecolorfilters.cpp 14 #define HEIGHT 1024
69 return make_isize(WIDTH, HEIGHT);
drawlooper.cpp 16 #define HEIGHT 200
  /external/pixman/demos/
radial-test.c 9 #define HEIGHT (SIZE * NUM_REPEAT)
147 WIDTH, HEIGHT,
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
shader-leak.c 27 static const int HEIGHT = 300;
52 float width, float height,
57 float half_height = (float)height / 2.0f;
199 templat.height0 = HEIGHT;
226 fb.height = HEIGHT;
259 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
tri-gs.c 23 static const int HEIGHT = 300;
53 float width, float height,
58 float half_height = (float)height / 2.0f;
206 templat.height0 = HEIGHT;
231 fb.height = HEIGHT;
264 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
tri-instanced.c 26 static const int HEIGHT = 300;
82 float width, float height,
87 float half_height = (float)height / 2.0f;
257 templat.height0 = HEIGHT;
282 fb.height = HEIGHT;
315 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
quad-sample.c 27 static const int HEIGHT = 300;
62 float width, float height,
67 float half_height = (float)height / 2.0f;
248 0, 0, SIZE, SIZE); /* x, y, width, height */
328 templat.height0 = HEIGHT;
353 fb.height = HEIGHT;
386 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 71 private static final int HEIGHT = 720;
76 // Encoder parameters. We use the same width/height as the virtual display.
164 MediaFormat encoderFormat = MediaFormat.createVideoFormat(MIME_TYPE, WIDTH, HEIGHT);
178 WIDTH, HEIGHT, DENSITY, inputSurface, 0);
182 MediaFormat decoderFormat = MediaFormat.createVideoFormat(MIME_TYPE, WIDTH, HEIGHT);
183 outputSurface = new OutputSurface(WIDTH, HEIGHT);
231 String fileName = DEBUG_FILE_NAME_BASE + WIDTH + "x" + HEIGHT + ".mp4";
426 int y = HEIGHT / 2;
  /frameworks/base/core/tests/coretests/src/android/hardware/display/
VirtualDisplayTest.java 57 private static final int HEIGHT = 480;
86 mImageReader = ImageReader.newInstance(WIDTH, HEIGHT, PixelFormat.RGBA_8888, 2);
114 WIDTH, HEIGHT, DENSITY, mSurface, 0);
137 WIDTH, HEIGHT, DENSITY, mSurface,
165 WIDTH, HEIGHT, DENSITY, mSurface,
218 WIDTH, HEIGHT, DENSITY, mSurface,
259 assertEquals("display height must match supplied height", HEIGHT, size.y);
438 final int height = image.getHeight() local
    [all...]
  /cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java 57 private static final int HEIGHT = 480;
86 mImageReader = ImageReader.newInstance(WIDTH, HEIGHT, PixelFormat.RGBA_8888, 2);
114 WIDTH, HEIGHT, DENSITY, mSurface, 0);
137 WIDTH, HEIGHT, DENSITY, mSurface,
165 assertEquals("display height must match supplied height", HEIGHT, size.y);
343 final int height = image.getHeight(); local
348 Log.d(TAG, "- Scanning image: width=" + width + ", height=" + height
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
quad-tex.c 29 #define HEIGHT 300
145 tmplt.height0 = HEIGHT;
176 box.height = 2;
225 p->framebuffer.height = HEIGHT;
235 float half_height = (float)HEIGHT / 2.0f;
241 bias = (float)HEIGHT;
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 29 #define HEIGHT 300
145 tmplt.height0 = HEIGHT;
176 box.height = 2;
225 p->framebuffer.height = HEIGHT;
235 float half_height = (float)HEIGHT / 2.0f;
241 bias = (float)HEIGHT;
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 141 String[] sizeProjection = new String[] { Thumbnails.WIDTH, Thumbnails.HEIGHT };
147 assertTrue(c.getLong(c.getColumnIndex(Thumbnails.HEIGHT)) >= Math.min(src.getHeight(), 240));
154 assertEquals(50, c.getLong(c.getColumnIndex(Thumbnails.HEIGHT)));
243 values.put(Thumbnails.HEIGHT, 480);
259 assertEquals(480, c.getInt(c.getColumnIndex(Thumbnails.HEIGHT)));
268 values.put(Thumbnails.HEIGHT, 50);
  /development/apps/NinePatchLab/src/com/android/ninepatch/
NinePatchLab.java 130 final int HEIGHT = getHeight() - 2*MARGIN_Y;
133 final int drHeight = (HEIGHT - (N - 1) * gapSize) / N;

Completed in 277 milliseconds

1 23 4 5 6