/external/pixman/test/ |
D | scaling-helpers-test.c | 58 int32_t left_pad1, left_tz1, width1, right_tz1, right_pad1; in main() local 64 width1 = width2 = width; in main() 71 &width1, in main() 86 assert (width1 == width2); in main()
|
/external/chromium_org/chrome/renderer/ |
D | web_apps_unittest.cc | 17 const int width1; in TEST() member 53 ASSERT_EQ(data[i].width1, sizes[0].width()); in TEST()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/ |
D | WEBPImageDecoder.cpp | 77 …::IntRect& src, const blink::IntRect& dst, int canvasY, int& left1, int& width1, int& left2, int& … in findBlendRangeAtRow() argument 81 width1 = 0; in findBlendRangeAtRow() 87 width1 = src.width(); in findBlendRangeAtRow() 93 width1 = dst.x() - src.x(); in findBlendRangeAtRow() 525 int left1, width1, left2, width2; in applyPostProcessing() local 526 findBlendRangeAtRow(frameRect, prevRect, canvasY, left1, width1, left2, width2); in applyPostProcessing() 527 if (width1 > 0) in applyPostProcessing() 528 m_blendFunction(buffer, prevBuffer, canvasY, left1, width1); in applyPostProcessing()
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | TwoColumnOutput.java | 60 public static String toString(String s1, int width1, String spacer, in toString() argument 67 new TwoColumnOutput(sw, width1, width2, spacer); in toString()
|
D | ByteArrayAnnotatedOutput.java | 474 int width1 = annotationWidth - width2 - 1; in writeAnnotationsTo() local 476 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|"); in writeAnnotationsTo()
|
/external/skia/tests/ |
D | FontObjTest.cpp | 99 SkScalar width1 = paint.measureText(txt, strlen(txt)); in test_cachedfont() local 104 REPORTER_ASSERT(reporter, width1 == width2); in test_cachedfont()
|
D | FontHostTest.cpp | 289 SkScalar width1 = paint.measureText(txt, strlen(txt)); in test_advances() local 297 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
|
/external/chromium_org/third_party/skia/tests/ |
D | FontObjTest.cpp | 99 SkScalar width1 = paint.measureText(txt, strlen(txt)); in test_cachedfont() local 104 REPORTER_ASSERT(reporter, width1 == width2); in test_cachedfont()
|
D | FontHostTest.cpp | 292 SkScalar width1 = paint.measureText(txt, strlen(txt)); in test_advances() local 300 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
|
/external/opencv/cv/src/ |
D | cvstereobm.cpp | 189 int width1 = width - rofs - ndisp + 1; in icvFindStereoCorrespondenceBM_SSE2() local 245 for( x = lofs + width1; x < width; x++ ) in icvFindStereoCorrespondenceBM_SSE2() 250 for( x = 0; x < width1; x++, dptr++ ) in icvFindStereoCorrespondenceBM_SSE2() 397 int width1 = width - rofs - ndisp + 1; in icvFindStereoCorrespondenceBM() local 451 for( x = lofs + width1; x < width; x++ ) in icvFindStereoCorrespondenceBM() 456 for( x = 0; x < width1; x++, dptr++ ) in icvFindStereoCorrespondenceBM() 559 int bufSize0, bufSize1, bufSize, width, width1, height; in cvFindStereoCorrespondenceBM() local 616 width1 = width - rofs - ndisp + 1; in cvFindStereoCorrespondenceBM() 617 if( lofs >= width || rofs >= width || width1 < 1 ) in cvFindStereoCorrespondenceBM()
|
/external/chromium_org/third_party/webrtc/common_video/ |
D | i420_video_frame_unittest.cc | 186 int width1 = 15; in TEST() local 203 EXPECT_EQ(0, frame1.CreateEmptyFrame(width1, height1, in TEST() 218 width1, height1, stride_y1, stride_u1, stride_v1); in TEST()
|
/external/pixman/pixman/ |
D | pixman-android.c | 154 int width1 = *width, left_pad1, right_pad1; in bilinear_pad_repeat_get_scanline_bounds() local 157 pad_repeat_get_scanline_bounds(source_image_width, vx, unit_x, &width1, in bilinear_pad_repeat_get_scanline_bounds()
|
D | pixman-inlines.h | 769 int width1 = *width, left_pad1, right_pad1; in bilinear_pad_repeat_get_scanline_bounds() local 773 &width1, &left_pad1, &right_pad1); in bilinear_pad_repeat_get_scanline_bounds()
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 1383 double width1,width2; in icvGetQuadsTransform() local 1406 icvGetPieceLength(point11,point21,&width1); in icvGetQuadsTransform() 1653 warpWidth = MAX(width1,width2); in icvGetQuadsTransform()
|