Searched defs:WIDTH (Results 1 - 25 of 77) sorted by relevance

1234

/external/skia/bench/
H A DTileImageFilterBench.cpp14 #define WIDTH 512 macro
42 SkRect::MakeWH(WIDTH, HEIGHT),
49 for (int x = 0; x < WIDTH; x += fTileSize) {
53 canvas->drawRect(SkRect::MakeWH(WIDTH, HEIGHT), paint);
58 canvas->drawRect(SkRect::MakeWH(WIDTH, HEIGHT), paint);
/external/skia/gm/
H A Dimagemagnifier.cpp12 #define WIDTH 500 macro
15 DEF_SIMPLE_GM_BG(imagemagnifier, canvas, WIDTH, HEIGHT, SK_ColorBLACK) {
20 SkIntToScalar(WIDTH / 2),
27 int x = rand.nextULessThan(WIDTH);
H A Dcomplexclip_blur_tiled.cpp13 #define WIDTH 512 macro
29 return SkISize::Make(WIDTH, HEIGHT);
53 SkRect rect = SkRect::MakeWH(WIDTH, HEIGHT);
H A Dimagealphathreshold.cpp13 #define WIDTH 500 macro
21 canvas->drawRect(SkRect::MakeXYWH(0, 0, WIDTH / 2, HEIGHT / 2), rectPaint);
23 canvas->drawRect(SkRect::MakeXYWH(WIDTH / 2, 0, WIDTH / 2, HEIGHT / 2), rectPaint);
25 canvas->drawRect(SkRect::MakeXYWH(0, HEIGHT / 2, WIDTH / 2, HEIGHT / 2), rectPaint);
27 canvas->drawRect(SkRect::MakeXYWH(WIDTH / 2, HEIGHT / 2, WIDTH / 2, HEIGHT / 2), rectPaint);
32 rects[0] = SkIRect::MakeXYWH(0, 150, WIDTH, HEIGHT - 300);
33 rects[1] = SkIRect::MakeXYWH(150, 0, WIDTH - 300, HEIGHT);
59 return SkISize::Make(WIDTH, HEIGH
[all...]
H A Dimageblur.cpp12 #define WIDTH 500 macro
27 int x = rand.nextULessThan(WIDTH);
36 DEF_SIMPLE_GM_BG(imageblur, canvas, WIDTH, HEIGHT, SK_ColorBLACK) {
39 DEF_SIMPLE_GM_BG(imageblur_large, canvas, WIDTH, HEIGHT, SK_ColorBLACK) {
H A Dimageresizetiled.cpp12 #define WIDTH 640 macro
17 DEF_SIMPLE_GM(imageresizetiled, canvas, WIDTH, HEIGHT) {
28 for (SkScalar x = 0; x < WIDTH; x += tile_size) {
H A Ddrawlooper.cpp16 #define WIDTH 200 macro
H A Dimageblur2.cpp14 #define WIDTH 500 macro
45 return SkISize::Make(WIDTH, HEIGHT);
51 SkScalar dx = WIDTH / sigmaCount;
H A Dimageblurtiled.cpp12 #define WIDTH 640 macro
29 return SkISize::Make(WIDTH, HEIGHT);
H A Dtileimagefilter.cpp16 #define WIDTH 400 macro
34 return SkISize::Make(WIDTH, HEIGHT);
80 if (x + image->width() > WIDTH) {
H A Dcolormatrix.cpp13 #define WIDTH 500 macro
36 return SkISize::Make(WIDTH, HEIGHT);
H A Dlighting.cpp13 #define WIDTH 330 macro
31 return SkISize::Make(WIDTH, HEIGHT);
52 for (int x = 0; x < WIDTH; x += 16) {
H A Dmorphology.cpp11 #define WIDTH 700 macro
44 return SkISize::Make(WIDTH, HEIGHT);
H A Doffsetimagefilter.cpp15 #define WIDTH 600 macro
31 return SkISize::Make(WIDTH, HEIGHT);
H A Dxfermodeimagefilter.cpp16 #define WIDTH 600 macro
34 return SkISize::Make(WIDTH, HEIGHT);
95 if (x + fBitmap.width() > WIDTH) {
106 if (x + fBitmap.width() > WIDTH) {
115 if (x + fBitmap.width() > WIDTH) {
133 if (x + fBitmap.width() > WIDTH) {
143 if (x + fBitmap.width() > WIDTH) {
167 if (x + fBitmap.width() > WIDTH) {
181 if (x + fBitmap.width() > WIDTH) {
190 if (x + fBitmap.width() > WIDTH) {
[all...]
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DIntents.java46 public static final String WIDTH = "SCAN_WIDTH"; field in class:Intents.Scan
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DTileTest.java33 static final int WIDTH = 15; field in class:TileTest
35 static final int TILES_PER_LAYER = WIDTH * HEIGHT;
47 cam.position.set(WIDTH * 32 / 2, HEIGHT * 32 / 2, 0);
59 for (int x = 0; x < WIDTH; x++) {
H A DIsometricTileTest.java34 static final int WIDTH = 4; field in class:IsometricTileTest
36 static final int TILES_PER_LAYER = WIDTH * HEIGHT;
40 static final int BOUND_X = HEIGHT * TILE_WIDTH / 2 + WIDTH * TILE_WIDTH / 2;
41 static final int BOUND_Y = HEIGHT * TILE_HEIGHT_DIAMOND / 2 + WIDTH * TILE_HEIGHT_DIAMOND / 2;
68 for (int x = 0; x < WIDTH; x++) {
/external/mesa3d/src/gallium/tests/graw/
H A Dclear.c18 static const int WIDTH = 300; variable
70 templat.width0 = WIDTH;
95 fb.width = WIDTH;
H A Dtri.c10 static const int WIDTH = 300; variable
117 if (!graw_util_create_window(&info, WIDTH, HEIGHT, 1, FALSE))
135 graw_util_viewport(&info, 0, 0, WIDTH, HEIGHT, 30, 1000);
/external/opencv3/samples/cpp/tutorial_code/ml/non_linear_svms/
H A Dnon_linear_svms.cpp30 const int WIDTH = 512, HEIGHT = 512; local
31 Mat I = Mat::zeros(HEIGHT, WIDTH, CV_8UC3);
47 rng.fill(c, RNG::UNIFORM, Scalar(1), Scalar(0.4 * WIDTH));
56 rng.fill(c, RNG::UNIFORM, Scalar(0.6*WIDTH), Scalar(WIDTH));
68 rng.fill(c, RNG::UNIFORM, Scalar(0.4*WIDTH), Scalar(0.6*WIDTH));
/external/v8/tools/turbolizer/
H A Dconstants.js7 var WIDTH = 'width'; variable
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.hpp81 WIDTH = 128, enumerator in enum:vkt::DynamicState::DynamicStateBaseClass::__anon3807
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
H A DBarColumn.java36 private static final int WIDTH = 120; field in class:BarColumn
98 final int width = count * WIDTH / max;
/external/libvncserver/examples/
H A Dcamera.c46 #define WIDTH 640 macro
89 for(i=0;i<WIDTH;++i) {
90 buffer[(j*WIDTH+i)*BPP+0]=(i+j)*128/(WIDTH+HEIGHT); /* red */
91 buffer[(j*WIDTH+i)*BPP+1]=i*128/WIDTH; /* green */
92 buffer[(j*WIDTH+i)*BPP+2]=j*256/HEIGHT; /* blue */
94 buffer[j*WIDTH*BPP+0]=0xff;
95 buffer[j*WIDTH*BPP+1]=0xff;
96 buffer[j*WIDTH*BP
[all...]

Completed in 907 milliseconds

1234