HomeSort by relevance Sort by last modified time
    Searched full:width1 (Results 1 - 25 of 32) sorted by null

1 2

  /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 296 SkScalar width1 = paint.measureText(txt, strlen(txt)); local
302 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2));
304 REPORTER_ASSERT(reporter, width1 == width2);
  /prebuilts/go/darwin-x86/src/regexp/
exec.go 132 width, width1 := 0, 0
135 r1, width1 = i.step(pos + width)
161 r1, width1 = i.step(pos + width)
181 r, width = r1, width1
183 r1, width1 = i.step(pos + width)
334 width, width1 := 0, 0
337 r1, width1 = i.step(pos + width)
354 r1, width1 = i.step(pos + width)
412 r, width = r1, width1
414 r1, width1 = i.step(pos + width
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
exec.go 132 width, width1 := 0, 0
135 r1, width1 = i.step(pos + width)
161 r1, width1 = i.step(pos + width)
181 r, width = r1, width1
183 r1, width1 = i.step(pos + width)
334 width, width1 := 0, 0
337 r1, width1 = i.step(pos + width)
354 r1, width1 = i.step(pos + width)
412 r, width = r1, width1
414 r1, width1 = i.step(pos + width
    [all...]
  /cts/tests/camera/src/android/hardware/cts/
Camera_SizeTest.java 37 private final int WIDTH1 = 240;
55 checkSize(parameters, WIDTH1, HEIGHT1);
  /external/webp/src/demux/
anim_decode.c 276 int* const left1, int* const width1,
283 *width1 = 0;
290 *width1 = src->width;
296 *width1 = dst->x_offset - src->x_offset;
377 int left1, width1, left2, width2; local
378 FindBlendRangeAtRow(&iter, &dec->prev_iter_, canvas_y, &left1, &width1,
380 if (width1 > 0) {
383 (uint32_t*)dec->prev_frame_disposed_ + offset1, width1);
  /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/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/opencv3/modules/calib3d/src/
stereosgbm.cpp 130 int D = maxD - minD, width1 = maxX1 - minX1, width2 = maxX2 - minX2; local
178 memset( cost, 0, width1*D*sizeof(cost[0]) );
344 int D = maxD - minD, width1 = maxX1 - minX1;
376 size_t costBufSize = width1*D;
378 size_t minLrSize = (width1 + LrBorder*2)*NR2, LrSize = minLrSize*D2;
401 for( k = 0; k < width1*D; k++ )
411 x1 = 0; x2 = width1; dx = 1;
416 x1 = width1-1; x2 = -1; dx = -1;
466 for( x = D; x < width1*D; x += D )
468 const CostType* pixAdd = pixDiff + std::min(x + SW2*D, (width1-1)*D)
    [all...]
stereobm.cpp 332 int width1 = width - rofs - ndisp + 1;
397 for( x = lofs + width1; x < width; x++ )
402 for( x = 0; x < width1; x++, dptr++ )
582 int width1 = width - rofs - ndisp + 1;
663 for( x = lofs + width1; x < width; x++ )
668 for( x = 0; x < width1; x++, dptr++ )
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
screen_finder_unittest.py 60 height1, width1 = screen.shape[:2]
61 self.assertEqual(width, width1)
  /external/opencv3/samples/cpp/
detect_mser.cpp 340 int width1[] = { 390, 380, 300, 290, 280, 270, 260, 250, 210, 190, 150, 100, 80, 70 }; local
345 width = width1;
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp 873 int width = src.cols*esz, width1 = dst.cols*esz;
899 for( j = 0; j < width1; j++ )
906 for( j = 0; j < width1; j++ )
952 for( k = 0; k < width1; k++ )
962 for( k = 0; k < width1; k++ )
    [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp_strict.cpp 889 int cn = _src.channels(), width1 = std::max(ssize.width - ksize + 1, 0),
914 if (isx >= 0 && isx < width1 && isy >= 0 && isy < height1)
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 557 * {@code /sdcard/CameraLegacy/durations_<time>_<width1>x<height1>_...txt}
  /external/opencv3/modules/imgproc/src/
imgwarp.cpp     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG4.c     [all...]
  /hardware/intel/img/psb_video/src/
pnw_MPEG4.c     [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 1383 double width1,width2; local
    [all...]

Completed in 1718 milliseconds

1 2