HomeSort by relevance Sort by last modified time
    Searched defs:width1 (Results 1 - 25 of 38) 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);
  /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...]
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 481 int width1 = annotationWidth - width2 - 1; local
483 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
  /dalvik/dx/src/com/android/dx/util/
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/
ByteArrayAnnotatedOutput.java 474 int width1 = annotationWidth - width2 - 1; local
476 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
  /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);
  /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/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/opencv/cvaux/src/
cvepilines.cpp 1383 double width1,width2; local
    [all...]
  /external/opencv3/modules/imgproc/src/
filter.cpp 309 int width1 = roi.width + kwidth - 1; local
338 memcpy( row + _dx1*esz, src, (width1 - _dx2 - _dx1)*esz );
350 irow[i + (width1 - _dx2)*btab_esz] = isrc[btab[i+_dx1*btab_esz]];
357 row[i + (width1 - _dx2)*esz] = src[btab[i+_dx1*esz]];
    [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/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
builder-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.3/
builder-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0/
builder-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha1/
builder-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha3/
builder-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha4/
builder-2.2.0-alpha4.jar 

Completed in 470 milliseconds

1 2