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

  /external/opencv/cv/src/
cvthresh.cpp 118 int* idst = (int*)dst; local
131 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
136 idst[j] = ((CV_TOGGLE_FLT(temp) <= iThresh) - 1) & iMax;
142 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
147 idst[j] = ((CV_TOGGLE_FLT(temp) > iThresh) - 1) & iMax;
167 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
172 idst[j] = ((CV_TOGGLE_FLT( temp ) <= iThresh) - 1) & temp;
178 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
183 idst[j] = ((CV_TOGGLE_FLT( temp ) > iThresh) - 1) & temp;
cvutils.cpp 153 int* idst = (int*)dst; local
163 for( i = 0; i < dstroi.height; i++, idst += dststep )
165 if( idst + left != isrc )
167 idst[j + left] = isrc[j];
169 idst[j] = idst[j + cn];
171 idst[j] = idst[j - cn];
208 int* idst = (int*)dst, *tab; local
256 idst += top*dststep
343 int* idst = (int*)dst; local
    [all...]
  /frameworks/base/core/jni/android/graphics/
NinePatchImpl.cpp 298 SkIRect idst; local
299 dst.round(&idst);
301 // idst.fLeft, idst.fTop, idst.fRight, idst.fBottom);
302 (*outRegion)->op(idst, SkRegion::kUnion_Op);
  /external/skia/src/core/
SkCanvas.cpp 1070 SkIRect idst; local
    [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 1465 HReg idst = newVRegI(env); local
1492 HReg idst = newVRegI(env); local
    [all...]

Completed in 532 milliseconds