/external/pixman/test/ |
D | scaling-helpers-test.c | 59 int32_t left_pad2, left_tz2, width2, right_tz2, right_pad2; in main() local 64 width1 = width2 = width; in main() 80 &width2, in main() 86 assert (width1 == width2); in main()
|
/external/chromium_org/native_client_sdk/src/examples/api/gamepad/ |
D | gamepad.cc | 137 int width2 = width() / gamepad_data.length / 2; in Paint() local 139 int offset = width2 * 2 * p; in Paint() 147 int x = static_cast<int>(pad.axes[i + 0] * width2 + width2) + offset; in Paint()
|
/external/chromium_org/chrome/renderer/ |
D | web_apps_unittest.cc | 19 const int width2; in TEST() member 57 ASSERT_EQ(data[i].width2, sizes[1].width()); in TEST()
|
/external/chromium_org/ppapi/examples/gamepad/ |
D | gamepad.cc | 96 int width2 = size.width() / 2; in PaintImage() local 101 gamepad_data.items[0].axes[i + 0] * width2 + width2); in PaintImage()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
D | TwoColumnOutput.java | 65 String s2, int width2) { in toString() argument 71 new TwoColumnOutput(sw, width1, width2, spacer); in toString()
|
D | ByteArrayAnnotatedOutput.java | 507 int width2 = getAnnotationWidth(); in writeAnnotationsTo() local 508 int width1 = annotationWidth - width2 - 1; in writeAnnotationsTo() 515 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|"); in writeAnnotationsTo()
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | TwoColumnOutput.java | 61 String s2, int width2) { in toString() argument 67 new TwoColumnOutput(sw, width1, width2, spacer); in toString()
|
D | ByteArrayAnnotatedOutput.java | 473 int width2 = getAnnotationWidth(); in writeAnnotationsTo() local 474 int width1 = annotationWidth - width2 - 1; in writeAnnotationsTo() 476 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|"); in writeAnnotationsTo()
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
D | AffineTransform.cpp | 255 double width2 = size.width() * xScale(); in mapSize() local 258 return IntSize(lround(width2), lround(height2)); in mapSize() 263 double width2 = size.width() * xScale(); in mapSize() local 266 return FloatSize(narrowPrecisionToFloat(width2), narrowPrecisionToFloat(height2)); in mapSize()
|
/external/chromium/chrome/common/ |
D | web_apps_unittest.cc | 148 const int width2; in TEST() member 186 ASSERT_EQ(data[i].width2, sizes[1].width()); in TEST()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
D | xmesaP.h | 163 GLint width2; member 315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
|
D | xm_buffer.c | 295 xrb->width2 = xrb->ximage->bytes_per_line / 2; in xmesa_alloc_back_storage() 296 xrb->origin2 = (GLushort *) xrb->ximage->data + xrb->width2 * (height - 1); in xmesa_alloc_back_storage() 308 xrb->width2 = xrb->width3 = xrb->width4 = 0; in xmesa_alloc_back_storage()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesaP.h | 163 GLint width2; member 315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
|
D | xm_buffer.c | 295 xrb->width2 = xrb->ximage->bytes_per_line / 2; in xmesa_alloc_back_storage() 296 xrb->origin2 = (GLushort *) xrb->ximage->data + xrb->width2 * (height - 1); in xmesa_alloc_back_storage() 308 xrb->width2 = xrb->width3 = xrb->width4 = 0; in xmesa_alloc_back_storage()
|
/external/skia/tests/ |
D | FontHostTest.cpp | 298 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); in test_advances() local 303 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
|
/external/pixman/pixman/ |
D | pixman-inlines.h | 770 int width2 = *width, left_pad2, right_pad2; in bilinear_pad_repeat_get_scanline_bounds() local 775 unit_x, &width2, &left_pad2, &right_pad2); in bilinear_pad_repeat_get_scanline_bounds()
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 1383 double width1,width2; in icvGetQuadsTransform() local 1439 icvGetPieceLength(point11,point21,&width2); in icvGetQuadsTransform() 1653 warpWidth = MAX(width1,width2); in icvGetQuadsTransform()
|