Searched refs:width2 (Results 1 – 7 of 7) sorted by relevance
/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/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/skia/tests/ |
D | FontHostTest.cpp | 167 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); in test_advances() local 172 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
|
/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()
|