Home | History | Annotate | Download | only in src

Lines Matching refs:dstWidth

817                                       Ncv32u dstWidth,
824 ncvAssertReturn(dstWidth > 0 && dstHeight > 0, NCV_DIMENSIONS_INVALID);
825 ncvAssertReturn(dstStride >= dstWidth, NCV_INVALID_STEP);
827 ncvAssertReturn(numRects <= dstWidth * dstHeight, NCV_DIMENSIONS_INVALID);
833 if (rect.x < dstWidth)
840 if (rect.x+rect.width-1 < dstWidth)
849 for (Ncv32u j=rect.x; j<rect.x+rect.width && j<dstWidth; j++)
856 for (Ncv32u j=rect.x; j<rect.x+rect.width && j<dstWidth; j++)
869 Ncv32u dstWidth,
875 return drawRectsWrapperHost(h_dst, dstStride, dstWidth, dstHeight, h_rects, numRects, color);
881 Ncv32u dstWidth,
887 return drawRectsWrapperHost(h_dst, dstStride, dstWidth, dstHeight, h_rects, numRects, color);