Lines Matching refs:dataWidth
538 int dataWidth, dataHeight;
752 dataWidth = 0;
760 dataWidth = listArgc;
762 dataWidth * dataHeight * 3);
765 if (listArgc != dataWidth) {
773 for (x = 0; x < dataWidth; ++x) {
785 if (x < dataWidth)
789 if (y < dataHeight || dataHeight == 0 || dataWidth == 0) {
805 options.toX2 = options.toX + dataWidth;
808 block.width = dataWidth;
810 block.pitch = dataWidth * 3;