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

  /external/opencv/cv/src/
cvlkpyramid.cpp 451 CvSize isz, jsz; local
487 isz = jsz = cvSize(maxI.x - minI.x + 2, maxI.y - minI.y + 2);
517 jsz = cvSize(maxJ.x - minJ.x, maxJ.y - minJ.y);
522 if( jsz.width < 1 || jsz.height < 1 ||
524 jsz.width*sizeof(patchJ[0]), jsz, _v ) < 0 )
534 for( y = 0; y < jsz.height; y++ )
538 const float* pj = patchJ + y*jsz.width;
543 for( x = 0; x < jsz.width; x++
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 363 for (int j=0,jsz=pPDFForm->CountFields(); j<jsz; j++)
376 for (int j=0, jsz=pPDFForm->CountFields(swName); j<jsz; j++)
779 for (int j=0,jsz=pPDFForm->CountFields(swVal); j<jsz; j++)
893 for (int j=0, jsz=pPDFForm->CountFields(sName); j<jsz; j++)
    [all...]
Field.cpp 530 for (int j=0,jsz = pFormField->CountControls(); j<jsz; j++)
    [all...]
PublicMethods.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 104 milliseconds