/external/pixman/test/ |
scaling-helpers-test.c | 59 int32_t left_pad2, left_tz2, width2, right_tz2, right_pad2; local 64 width1 = width2 = width; 80 &width2, 86 assert (width1 == width2);
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
Camera_SizeTest.java | 32 private final int WIDTH2 = 320; 45 checkSize(parameters, WIDTH2, HEIGHT2);
|
/external/chromium_org/chrome/renderer/ |
web_apps_unittest.cc | 19 const int width2; member in struct:TestData 57 ASSERT_EQ(data[i].width2, sizes[1].width());
|
/external/chromium_org/native_client_sdk/src/examples/api/gamepad/ |
gamepad.cc | 137 int width2 = width() / gamepad_data.length / 2; local 139 int offset = width2 * 2 * p; 147 int x = static_cast<int>(pad.axes[i + 0] * width2 + width2) + offset;
|
/external/chromium_org/ppapi/examples/gamepad/ |
gamepad.cc | 96 int width2 = size.width() / 2; local 101 gamepad_data.items[0].axes[i + 0] * width2 + width2);
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
TwoColumnOutput.java | 57 * @param width2 {@code > 0;} width of the second column 61 String s2, int width2) { 67 new TwoColumnOutput(sw, width1, width2, spacer);
|
ByteArrayAnnotatedOutput.java | 480 int width2 = getAnnotationWidth(); local 481 int width1 = annotationWidth - width2 - 1; 483 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
|
/dalvik/dx/src/com/android/dx/util/ |
TwoColumnOutput.java | 57 * @param width2 {@code > 0;} width of the second column 61 String s2, int width2) { 67 new TwoColumnOutput(sw, width1, width2, spacer);
|
ByteArrayAnnotatedOutput.java | 476 int width2 = getAnnotationWidth(); local 477 int width1 = annotationWidth - width2 - 1; 479 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
TwoColumnOutput.java | 57 * @param width2 {@code > 0;} width of the second column 61 String s2, int width2) { 67 new TwoColumnOutput(sw, width1, width2, spacer);
|
ByteArrayAnnotatedOutput.java | 473 int width2 = getAnnotationWidth(); local 474 int width1 = annotationWidth - width2 - 1; 476 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
TwoColumnOutput.java | 61 * @param width2 > 0; width of the second column 65 String s2, int width2) { 71 new TwoColumnOutput(sw, width1, width2, spacer);
|
ByteArrayAnnotatedOutput.java | 507 int width2 = getAnnotationWidth(); local 508 int width1 = annotationWidth - width2 - 1; 515 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
|
/external/chromium/chrome/common/ |
web_apps_unittest.cc | 148 const int width2; member in struct:TestData 186 ASSERT_EQ(data[i].width2, sizes[1].width());
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
post_filter.cpp | 190 int d, offset, nMBPerRow, nMBPerCol, width2 = (width << 1); local 223 A = *(rec_y - width2); 274 *(rec_y - width2) = A - d2; 320 A = *(rec_y - width2); 371 *(rec_y - width2) = A - d2;
|
/external/skia/tests/ |
FontHostTest.cpp | 298 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); local 301 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2)); 303 REPORTER_ASSERT(reporter, width1 == width2);
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
AffineTransform.cpp | 255 double width2 = size.width() * xScale(); local 258 return IntSize(lround(width2), lround(height2)); 263 double width2 = size.width() * xScale(); local 266 return FloatSize(narrowPrecisionToFloat(width2), narrowPrecisionToFloat(height2));
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texobj.c | 557 assert(baseImage->Width2 == baseImage->Height); 560 t->Image[face][baseLevel]->Width2 == 563 t->Image[face][baseLevel]->Width2 != baseImage->Width2) { 589 width = baseImage->Width2; 623 if (img->Width2 != width) { 624 incomplete(t, MIPMAP, "TexImage[%d] bad width %u", i, img->Width2); 639 if (img->Width2 != t->Image[0][i]->Width2 || [all...] |
/external/mesa3d/src/mesa/main/ |
texobj.c | 557 assert(baseImage->Width2 == baseImage->Height); 560 t->Image[face][baseLevel]->Width2 == 563 t->Image[face][baseLevel]->Width2 != baseImage->Width2) { 589 width = baseImage->Width2; 623 if (img->Width2 != width) { 624 incomplete(t, MIPMAP, "TexImage[%d] bad width %u", i, img->Width2); 639 if (img->Width2 != t->Image[0][i]->Width2 || [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_buffer.c | 295 xrb->width2 = xrb->ximage->bytes_per_line / 2; 296 xrb->origin2 = (GLushort *) xrb->ximage->data + xrb->width2 * (height - 1); 308 xrb->width2 = xrb->width3 = xrb->width4 = 0;
|
xmesaP.h | 163 GLint width2; member in struct:xmesa_renderbuffer 315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
|
/external/mesa3d/src/mesa/drivers/x11/ |
xm_buffer.c | 295 xrb->width2 = xrb->ximage->bytes_per_line / 2; 296 xrb->origin2 = (GLushort *) xrb->ximage->data + xrb->width2 * (height - 1); 308 xrb->width2 = xrb->width3 = xrb->width4 = 0;
|
xmesaP.h | 163 GLint width2; member in struct:xmesa_renderbuffer 315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texfilter.c | 853 const GLint width = img->Width2; /* without border, power of two */ 878 const GLint width = img->Width2; 1120 const GLint width = img->Width2; /* without border, power of two * [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 853 const GLint width = img->Width2; /* without border, power of two */ 878 const GLint width = img->Width2; 1120 const GLint width = img->Width2; /* without border, power of two * [all...] |