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

1 23 4 5 6 7 8

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ScaleToFit.java 60 private static final int HEIGHT = 52;
61 private final RectF mDstR = new RectF(0, 0, WIDTH, HEIGHT);
115 canvas.drawText(sFitLabels[j], 0, HEIGHT*2/3, mLabelPaint);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
clear.c 19 static const int HEIGHT = 300;
71 templat.height0 = HEIGHT;
96 fb.height = HEIGHT;
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);
  /external/mesa3d/src/gallium/tests/graw/
clear.c 19 static const int HEIGHT = 300;
71 templat.height0 = HEIGHT;
96 fb.height = HEIGHT;
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);
  /external/chromium_org/third_party/skia/gm/
morphology.cpp 12 #define HEIGHT 560
44 return SkISize::Make(WIDTH, HEIGHT);
51 SkIntToScalar(fBitmap.width()), SkIntToScalar(fBitmap.height())));
gammatext.cpp 47 CGContextRef cg = CGBitmapContextCreate((void*)addr, info.width(), info.height(),
109 #define HEIGHT 480
123 return SkISize::Make(1024, HEIGHT);
127 SkPoint pts[] = { { 0, 0 }, { 0, SkIntToScalar(HEIGHT) } };
138 SkRect r = { 0, 0, SkIntToScalar(1024), SkIntToScalar(HEIGHT) };
178 SkScalar stopy = SkIntToScalar(HEIGHT);
186 static_cast<float>(HEIGHT) - SkScalarToFloat(y),
lighting.cpp 12 #define HEIGHT 440
45 return SkISize::Make(WIDTH, HEIGHT);
52 SkIntToScalar(fBitmap.width()), SkIntToScalar(fBitmap.height())));
65 for (int y = 0; y < HEIGHT; y += 16) {
  /external/pixman/demos/
conical-test.c 8 #define HEIGHT (SIZE * NUM_ROWS)
59 WIDTH, HEIGHT,
radial-test.c 9 #define HEIGHT (SIZE * NUM_REPEAT)
147 WIDTH, HEIGHT,
  /external/skia/gm/
morphology.cpp 12 #define HEIGHT 560
43 return SkISize::Make(WIDTH, HEIGHT);
50 SkIntToScalar(fBitmap.width()), SkIntToScalar(fBitmap.height())));
gammatext.cpp 47 CGContextRef cg = CGBitmapContextCreate((void*)addr, info.width(), info.height(),
111 #define HEIGHT 480
125 return SkISize::Make(1024, HEIGHT);
129 SkPoint pts[] = { { 0, 0 }, { 0, SkIntToScalar(HEIGHT) } };
140 SkRect r = { 0, 0, SkIntToScalar(1024), SkIntToScalar(HEIGHT) };
180 SkScalar stopy = SkIntToScalar(HEIGHT);
188 static_cast<float>(HEIGHT) - SkScalarToFloat(y),
lighting.cpp 12 #define HEIGHT 440
44 return SkISize::Make(WIDTH, HEIGHT);
51 SkIntToScalar(fBitmap.width()), SkIntToScalar(fBitmap.height())));
64 for (int y = 0; y < HEIGHT; y += 16) {
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 56 final int HEIGHT = 480;
77 surface1 = new OffscreenSurface(eglCore, WIDTH, HEIGHT);
78 surface2 = new OffscreenSurface(eglCore, WIDTH, HEIGHT);
87 GLES30.glBlitFramebuffer(0, 0, WIDTH, HEIGHT, 0, 0, WIDTH, HEIGHT,
91 ByteBuffer pixelBuf = ByteBuffer.allocateDirect(WIDTH * HEIGHT * BYTES_PER_PIXEL);
98 GLES30.glReadPixels(0, 0, WIDTH, HEIGHT, GLES30.GL_RGBA, GLES30.GL_UNSIGNED_BYTE,
101 pixelBuf.position((WIDTH * (HEIGHT / 2) + (WIDTH / 2)) * BYTES_PER_PIXEL);
109 GLES30.glReadPixels(0, 0, WIDTH, HEIGHT, GLES30.GL_RGBA, GLES30.GL_UNSIGNED_BYTE,
112 pixelBuf.position((WIDTH * (HEIGHT / 2) + (WIDTH / 2)) * BYTES_PER_PIXEL)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java 47 private static final int HEIGHT = 240;
94 HEIGHT,
137 HEIGHT,
161 HEIGHT,
204 HEIGHT,
254 HEIGHT,
316 MediaFormat format = MediaFormat.createVideoFormat(VP8_MIME, WIDTH, HEIGHT);
332 HEIGHT,
428 HEIGHT,
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
tri.c 29 #define HEIGHT 300
136 tmplt.height0 = HEIGHT;
166 p->framebuffer.height = HEIGHT;
176 float half_height = (float)HEIGHT / 2.0f;
182 bias = (float)HEIGHT;
  /external/mesa3d/src/gallium/tests/trivial/
tri.c 29 #define HEIGHT 300
136 tmplt.height0 = HEIGHT;
166 p->framebuffer.height = HEIGHT;
176 float half_height = (float)HEIGHT / 2.0f;
182 bias = (float)HEIGHT;
  /external/pixman/test/
lowlevel-blt-bench.c 45 #define HEIGHT 1080
46 #define BUFSIZE (WIDTH * HEIGHT * 4)
118 info->width, info->height);
148 int32_t height)
163 info.height = height;
225 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 1, 0, WIDTH - 64, HEIGHT);
253 if (y + h > HEIGHT)
283 if (y + h > HEIGHT)
396 WIDTH, HEIGHT,
    [all...]
  /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...]

Completed in 2658 milliseconds

1 23 4 5 6 7 8