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

  /external/opencv/cv/src/
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...]
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;
  /external/skia/gm/
poly2poly.cpp 190 const int idst[], int count) {
196 dst[i].set(SkIntToScalar(idst[2*i+0]), SkIntToScalar(idst[2*i+1]));
  /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/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 63 SkIRect idst; local
64 dst.round(&idst);
65 return idst.width() == bitmap.width() && idst.height() == bitmap.height();
    [all...]
SkCanvas.cpp 1444 SkIRect idst; local
    [all...]
SkMatrix.cpp 1969 SkIRect idst; local
    [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 63 SkIRect idst; local
64 dst.round(&idst);
65 return idst.width() == bitmap.width() && idst.height() == bitmap.height();
    [all...]
SkCanvas.cpp 1444 SkIRect idst; local
    [all...]
SkMatrix.cpp 1969 SkIRect idst; local
    [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp 958 int* idst = (int*)dst;
961 int t0 = idst[i*2+1] ^ 0x80000000;
962 int t1 = idst[i*2+3] ^ 0x80000000;
963 idst[i*2+1] = t0; idst[i*2+3] = t1;
967 idst[2*i+1] ^= 0x80000000;
    [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 1586 HReg idst = newVRegI(env); local
1616 HReg idst = newVRegI(env); local
    [all...]

Completed in 254 milliseconds