Searched refs:WIDTH (Results 1 - 24 of 24) sorted by relevance

/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
H A DCaptureActivity.java124 if (intent.hasExtra(Intents.Scan.WIDTH) && intent.hasExtra(Intents.Scan.HEIGHT)) {
125 int width = intent.getIntExtra(Intents.Scan.WIDTH, 0);
/external/skia/gm/
H A Dimageblur.cpp11 #define WIDTH 500 macro
28 return make_isize(WIDTH, HEIGHT);
39 int x = rand() % WIDTH;
H A Dmorphology.cpp11 #define WIDTH 640 macro
45 return make_isize(WIDTH, HEIGHT);
H A Dcolormatrix.cpp11 #define WIDTH 500 macro
29 return make_isize(WIDTH, HEIGHT);
/external/webrtc/src/modules/audio_processing/ns/
H A Ddefines.h28 #define WIDTH (float)0.01 macro
H A Dns_core.c275 if (fabs(lmagn[i] - inst->lquantile[offset + i]) < WIDTH) {
277 + i] + (float)1.0 / ((float)2.0 * WIDTH)) / (float)(inst->counter[s] + 1);
/external/skia/src/gpu/
H A Dgr_hello_world.cpp26 bm.setConfig(SkBitmap::kARGB_8888_Config, WIDTH, HEIGHT);
/external/skia/samplecode/
H A DSamplePageFlip.cpp18 #define WIDTH 160 macro
79 bounce(&x, &dx, WIDTH-OVALW);
109 fBitmaps[i].setConfig(gConfigs[i], WIDTH, HEIGHT);
110 SkFlipPixelRef* pr = new SkFlipPixelRef(gConfigs[i], WIDTH, HEIGHT);
H A DSampleHairline.cpp89 #define WIDTH 620 macro
98 generate_pts(pts, N, WIDTH, HEIGHT);
114 generate_pts(pts, N, WIDTH, HEIGHT);
137 generate_pts(pts, N, WIDTH, HEIGHT);
161 generate_pts(pts, N, WIDTH, HEIGHT);
231 WIDTH + MARGIN*2,
237 bm2.setConfig(SkBitmap::kARGB_8888_Config, WIDTH, HEIGHT,
H A DSampleDrawLooper.cpp16 #define WIDTH 200 macro
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
H A DResizableDialog.java41 private static final String WIDTH = "width"; field in class:ResizableDialog
144 settings.getInt(WIDTH),
158 settings.put(WIDTH, bounds.width);
/external/srec/portable/src/
H A Dpcrc.c31 #define WIDTH 32 macro
75 #define WIDTH 16 macro
76 #define TOPBIT (1 << (WIDTH - 1))
136 byte = (unsigned char)((remainder >> (WIDTH - 8)) ^ *p++);
139 byte = (unsigned char)(((remainder >> (WIDTH - 8)) ^(*p >> 8)) & 0xFF);
141 byte = (unsigned char)(((remainder >> (WIDTH - 8)) ^(*p++ & 0xFF)) & 0xFF);
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
H A DWTauNafMultiplier.java64 BigInteger tw = Tnaf.getTw(mu, Tnaf.WIDTH);
66 byte[]u = Tnaf.tauAdicWNaf(mu, lambda, Tnaf.WIDTH,
H A DTnaf.java28 public static final byte WIDTH = 4; field in class:Tnaf
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttribute.java32 public static final Attribute WIDTH = new AttributeImpl ("WIDTH"); field in class:Attribute
H A DHTMLTable.java38 if (width != null) attrs.set (Attribute.WIDTH, width);
/external/skia/src/utils/unix/
H A DSkOSWindow_Unix.cpp28 const int WIDTH = 500; variable
51 0, 0, WIDTH, HEIGHT, 0, fVi->depth,
58 0, 0, WIDTH, HEIGHT, 0, 0, 0);
63 this->resize(WIDTH, HEIGHT);
/external/opencv/cv/src/
H A Dcvlkpyramid.cpp1139 const int WIDTH = 160, HEIGHT = 120; local
1184 sz1 = cvSize(WIDTH, HEIGHT);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/bison/tests/
H A Dtestsuite[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 478 milliseconds