HomeSort by relevance Sort by last modified time
    Searched refs:WIDTH (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /external/skia/gm/
colormatrix.cpp 12 #define WIDTH 500
61 return make_isize(WIDTH, HEIGHT);
64 SkBitmap createSolidBitmap(int width, int height) {
66 bm.setConfig(SkBitmap::kARGB_8888_Config, width, height);
71 for (int x = 0; x < width; ++x) {
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 13 #define WIDTH 512
69 return make_isize(WIDTH, HEIGHT);
drawlooper.cpp 15 #define WIDTH 200
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
quad-sample.c 26 static const int WIDTH = 300;
62 float width, float height,
66 float half_width = (float)width / 2.0f;
248 0, 0, SIZE, SIZE); /* x, y, width, height */
327 templat.width0 = WIDTH;
352 fb.width = WIDTH;
386 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
fs-test.c 39 static const int WIDTH = 250;
176 float width, float height,
180 float half_width = (float)width / 2.0f;
375 0, 0, SIZE, SIZE); /* x, y, width, height */
454 templat.width0 = WIDTH;
479 fb.width = WIDTH;
513 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
gs-test.c 41 static const int WIDTH = 250;
209 float width, float height,
213 float half_width = (float)width / 2.0f;
439 0, 0, SIZE, SIZE); /* x, y, width, height */
518 templat.width0 = WIDTH;
543 fb.width = WIDTH;
577 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
vs-test.c 40 static const int WIDTH = 250;
120 float width, float height,
124 float half_width = (float)width / 2.0f;
326 0, 0, SIZE, SIZE); /* x, y, width, height */
405 templat.width0 = WIDTH;
430 fb.width = WIDTH;
465 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
quad-tex.c 28 #define WIDTH 300
144 tmplt.width0 = WIDTH;
175 box.width = 2;
224 p->framebuffer.width = WIDTH;
234 float half_width = (float)WIDTH / 2.0f;
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java 32 public HTMLTable (final String width, final String border, final String cellpadding, final String cellspacing)
38 if (width != null) attrs.set (Attribute.WIDTH, width);
  /external/mesa3d/src/gallium/tests/graw/
quad-sample.c 26 static const int WIDTH = 300;
62 float width, float height,
66 float half_width = (float)width / 2.0f;
248 0, 0, SIZE, SIZE); /* x, y, width, height */
327 templat.width0 = WIDTH;
352 fb.width = WIDTH;
386 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
fs-test.c 39 static const int WIDTH = 250;
176 float width, float height,
180 float half_width = (float)width / 2.0f;
375 0, 0, SIZE, SIZE); /* x, y, width, height */
454 templat.width0 = WIDTH;
479 fb.width = WIDTH;
513 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
gs-test.c 41 static const int WIDTH = 250;
209 float width, float height,
213 float half_width = (float)width / 2.0f;
439 0, 0, SIZE, SIZE); /* x, y, width, height */
518 templat.width0 = WIDTH;
543 fb.width = WIDTH;
577 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
vs-test.c 40 static const int WIDTH = 250;
120 float width, float height,
124 float half_width = (float)width / 2.0f;
326 0, 0, SIZE, SIZE); /* x, y, width, height */
405 templat.width0 = WIDTH;
430 fb.width = WIDTH;
465 set_viewport(0, 0, WIDTH, HEIGHT, 30, 1000);
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 28 #define WIDTH 300
144 tmplt.width0 = WIDTH;
175 box.width = 2;
224 p->framebuffer.width = WIDTH;
234 float half_width = (float)WIDTH / 2.0f;
  /packages/apps/Contacts/src/com/android/contacts/util/
StreamItemPhotoEntry.java 38 int height, int width, int fileSize) {
44 mWidth = width;
56 mWidth = getInt(cursor, PhotoFiles.WIDTH, -1);
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 37 private static final int WIDTH = 100;
76 float width = getCharWidth(chars[index + i]); local
77 advances[advancesIndex + i] = width;
78 res += width;
93 case 'C': return 100.0f; // equals to WIDTH
95 case '_': return 0.0f; // 0-width character
102 private static StaticLayout getStaticLayout(CharSequence source, int width) {
103 return new StaticLayout(source, mTextPaint, width, ALIGN, SPACE_MULTI, SPACE_ADD, false);
107 return getBreaks(source, WIDTH);
110 private static int[] getBreaks(CharSequence source, int width) {
    [all...]
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DesktopView.java 56 UNDEFINED, WIDTH, HEIGHT
143 (double)mScreenWidth/mScreenHeight ? Constraint.WIDTH : Constraint.HEIGHT;
147 if (mConstraint == Constraint.WIDTH &&
239 SurfaceHolder holder, int format, int width, int height) {
243 mScreenWidth = width;
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 28 const int WIDTH = 500;
41 this->resize(WIDTH, HEIGHT);
127 WIDTH, HEIGHT,
128 0, // border width
143 WIDTH, HEIGHT,
144 0, // border width
211 this->resize(evt.xconfigure.width, evt.xconfigure.height);
333 SkScalarRound(this->width()), SkScalarRound(this->height()));
371 image.width = bitmap.width();
395 int width = bitmap.width(); local
    [all...]
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 28 const int WIDTH = 500;
41 this->resize(WIDTH, HEIGHT);
127 WIDTH, HEIGHT,
128 0, // border width
143 WIDTH, HEIGHT,
144 0, // border width
211 this->resize(evt.xconfigure.width, evt.xconfigure.height);
333 SkScalarRound(this->width()), SkScalarRound(this->height()));
371 image.width = bitmap.width();
395 int width = bitmap.width(); local
    [all...]
  /libcore/luni/src/main/java/java/awt/font/
TextAttribute.java 82 /** The Constant JUSTIFICATION_indicates the full requested width. */
273 /** The WIDTH text attribute. */
274 public static final TextAttribute WIDTH = new TextAttribute("width");
278 * predefined width.
284 * a semi condensed width.
289 * The Constant WIDTH_REGULAR indicates the standard width.
294 * The Constant WIDTH_SEMI_EXTENDED indicates semi extended width.
299 * The Constant WIDTH_EXTENDED indicates extended width.
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoSetLoader.java 42 FileColumns.WIDTH,
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 167 private static final int WIDTH = 1280;
173 eglSetup(2, WIDTH, HEIGHT);
229 private void eglSetup(int api, int width, int height) {
282 EGL14.EGL_WIDTH, width,
  /external/chromium_org/third_party/lcov/bin/
genpng 73 my $width = 80;
83 "width=i" => \$width,
121 genpng_process_file($filename, $out_filename, $width, $tab_size);
145 -w, --width WIDTH Set width of output image to WIDTH pixel
170 # genpng_process_file(filename, out_filename, width, tab_size)
177 my $width = $_[2]
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
genpng 76 my $width = 80;
86 "width=i" => \$width,
124 genpng_process_file($filename, $out_filename, $width, $tab_size);
148 -w, --width WIDTH Set width of output image to WIDTH pixel
173 # genpng_process_file(filename, out_filename, width, tab_size)
180 my $width = $_[2]
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 143 new String[]{PhotoFiles.WIDTH, PhotoFiles.HEIGHT, PhotoFiles.FILESIZE},
164 new String[]{PhotoFiles.HEIGHT, PhotoFiles.WIDTH, PhotoFiles.FILESIZE},

Completed in 2101 milliseconds

1 2 34 5 6 7