HomeSort by relevance Sort by last modified time
    Searched refs:width1 (Results 1 - 22 of 22) 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/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp 77 inline void findBlendRangeAtRow(const WebCore::IntRect& src, const WebCore::IntRect& dst, int canvasY, int& left1, int& width1, int& left2, int& width2)
81 width1 = 0;
87 width1 = src.width();
93 width1 = dst.x() - src.x();
521 int left1, width1, left2, width2;
522 findBlendRangeAtRow(frameRect, prevRect, canvasY, left1, width1, left2, width2);
523 if (width1 > 0)
524 m_blendFunction(buffer, prevBuffer, canvasY, left1, width1);
  /external/chromium_org/third_party/skia/tests/
FontObjTest.cpp 99 SkScalar width1 = paint.measureText(txt, strlen(txt)); local
104 REPORTER_ASSERT(reporter, width1 == width2);
110 // REPORTER_ASSERT(reporter, width1 == font_width1);
FontHostTest.cpp 289 SkScalar width1 = paint.measureText(txt, strlen(txt)); local
295 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2));
297 REPORTER_ASSERT(reporter, width1 == width2);
  /external/skia/tests/
FontObjTest.cpp 99 SkScalar width1 = paint.measureText(txt, strlen(txt)); local
104 REPORTER_ASSERT(reporter, width1 == width2);
110 // REPORTER_ASSERT(reporter, width1 == font_width1);
FontHostTest.cpp 289 SkScalar width1 = paint.measureText(txt, strlen(txt)); local
295 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2));
297 REPORTER_ASSERT(reporter, width1 == width2);
  /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/chromium_org/third_party/webrtc/common_video/
i420_video_frame_unittest.cc 186 int width1 = 15; local
203 EXPECT_EQ(0, frame1.CreateEmptyFrame(width1, height1,
218 width1, height1, stride_y1, stride_u1, stride_v1);
  /external/pixman/pixman/
pixman-android.c 154 int width1 = *width, left_pad1, right_pad1; local
157 pad_repeat_get_scanline_bounds(source_image_width, vx, unit_x, &width1,
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 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 432 milliseconds