Home
last modified time | relevance | path

Searched refs:width2 (Results 1 – 17 of 17) sorted by relevance

/external/pixman/test/
Dscaling-helpers-test.c59 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/
Dgamepad.cc137 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/
Dweb_apps_unittest.cc19 const int width2; in TEST() member
57 ASSERT_EQ(data[i].width2, sizes[1].width()); in TEST()
/external/chromium_org/ppapi/examples/gamepad/
Dgamepad.cc96 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/
DTwoColumnOutput.java65 String s2, int width2) { in toString() argument
71 new TwoColumnOutput(sw, width1, width2, spacer); in toString()
DByteArrayAnnotatedOutput.java507 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/
DTwoColumnOutput.java61 String s2, int width2) { in toString() argument
67 new TwoColumnOutput(sw, width1, width2, spacer); in toString()
DByteArrayAnnotatedOutput.java473 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/
DAffineTransform.cpp255 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/
Dweb_apps_unittest.cc148 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/
DxmesaP.h163 GLint width2; member
315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
Dxm_buffer.c295 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/
DxmesaP.h163 GLint width2; member
315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
Dxm_buffer.c295 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/
DFontHostTest.cpp298 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); in test_advances() local
303 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
/external/pixman/pixman/
Dpixman-inlines.h770 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/
Dcvepilines.cpp1383 double width1,width2; in icvGetQuadsTransform() local
1439 icvGetPieceLength(point11,point21,&width2); in icvGetQuadsTransform()
1653 warpWidth = MAX(width1,width2); in icvGetQuadsTransform()