Home | History | Annotate | Download | only in imgproc

Lines Matching full:dstwidth

1177 "__global uchar * DstY, int DstYPitch, int DstYOffset, int dstHeight, int dstWidth,\n"
1187 "if( x >= dstWidth || y >=dstHeight ) return;\n"
1206 "__global uchar * DstY, int DstYPitch, int DstYOffset, int dstHeight, int dstWidth,\n"
1216 "if( x >= dstWidth || y >=dstHeight ) return;\n"
1264 "__global uchar * DstY, int DstYPitch, int DstYOffset, int dstHeight, int dstWidth,\n"
1274 "if( x >= dstWidth || y >=dstHeight ) return;\n"