Lines Matching defs:pad
640 int pad;
668 pad = UP4(usedbytes) - usedbytes; // DIB rows must be aligned on 4 byte boundaries, they are padded at the end to accomplish this.;
669 *cbPx = h * (usedbytes + pad); // Rows must start on a 4 byte boundary!
790 if(pad){
791 memset(pxptr,0,pad); // not strictly necessary, but set all bytes so that we can find important unset ones with valgrind
792 pxptr += pad;
938 int pad;
963 pad = UP4(usedbytes) - usedbytes; // DIB rows must be aligned on 4 byte boundaries, they are padded at the end to accomplish this.;
1051 for(j=0; j<pad; j++){ pxptr++; } // DIB rows are all 4 byte aligned
1986 wchar16strncpypad(lf.lfFaceName, lfFaceName, U_LF_FACESIZE); // pad this one as the intial structure was not set to zero