HomeSort by relevance Sort by last modified time
    Searched refs:width1 (Results 1 - 16 of 16) sorted by null

  /external/pixman/test/
scaling-helpers-test.c 58 int32_t left_pad1, left_tz1, width1, right_tz1, right_pad1; local
64 width1 = width2 = width;
71 &width1,
86 assert (width1 == width2);
  /external/chromium_org/chrome/renderer/
web_apps_unittest.cc 17 const int width1; member in struct:TestData
53 ASSERT_EQ(data[i].width1, sizes[0].width());
  /dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java 54 * @param width1 {@code > 0;} width of the first column
60 public static String toString(String s1, int width1, String spacer,
67 new TwoColumnOutput(sw, width1, width2, spacer);
ByteArrayAnnotatedOutput.java 481 int width1 = annotationWidth - width2 - 1; local
483 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 54 * @param width1 {@code > 0;} width of the first column
60 public static String toString(String s1, int width1, String spacer,
67 new TwoColumnOutput(sw, width1, width2, spacer);
ByteArrayAnnotatedOutput.java 477 int width1 = annotationWidth - width2 - 1; local
479 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
  /external/dexmaker/src/dx/java/com/android/dx/util/
TwoColumnOutput.java 54 * @param width1 {@code > 0;} width of the first column
60 public static String toString(String s1, int width1, String spacer,
67 new TwoColumnOutput(sw, width1, width2, spacer);
ByteArrayAnnotatedOutput.java 474 int width1 = annotationWidth - width2 - 1; local
476 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
TwoColumnOutput.java 58 * @param width1 > 0; width of the first column
64 public static String toString(String s1, int width1, String spacer,
71 new TwoColumnOutput(sw, width1, width2, spacer);
ByteArrayAnnotatedOutput.java 508 int width1 = annotationWidth - width2 - 1; local
515 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
  /external/chromium/chrome/common/
web_apps_unittest.cc 146 const int width1; member in struct:TestData
182 ASSERT_EQ(data[i].width1, sizes[0].width());
  /external/opencv/cv/src/
cvstereobm.cpp 189 int width1 = width - rofs - ndisp + 1; local
245 for( x = lofs + width1; x < width; x++ )
250 for( x = 0; x < width1; x++, dptr++ )
397 int width1 = width - rofs - ndisp + 1; local
451 for( x = lofs + width1; x < width; x++ )
456 for( x = 0; x < width1; x++, dptr++ )
559 int bufSize0, bufSize1, bufSize, width, width1, height; local
616 width1 = width - rofs - ndisp + 1;
617 if( lofs >= width || rofs >= width || width1 < 1 )
  /external/skia/tests/
FontHostTest.cpp 243 SkScalar width1 = paint.measureText(txt, strlen(txt)); local
249 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2));
251 REPORTER_ASSERT(reporter, width1 == width2);
  /external/pixman/pixman/
pixman-inlines.h 769 int width1 = *width, left_pad1, right_pad1; local
773 &width1, &left_pad1, &right_pad1);
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 1383 double width1,width2; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 506 milliseconds