Searched refs:padx (Results 1 – 1 of 1) sorted by relevance
1768 sal_uInt16 padx = ((maxx + 7) / 8) * 8; in GuessPicSize() local1770 return 120L + (sal_uLong)padx * maxy; in GuessPicSize()1783 sal_uInt16 padx = ((maxx + 7) / 8) * 8; in WriteBmp() local1816 DBG_ASSERT(16*3+padx*maxy/2==nSize, "Ww1Picture"); in WriteBmp()1831 wLong(54 + 4 * 16 + padx * maxy); in WriteBmp()1859 DBG_ASSERT(padx*maxy/2==nSize, "Ww1Picture"); in WriteBmp()1863 sal_uInt8* pBuf = new sal_uInt8[padx]; in WriteBmp()1874 for (;i<padx;i+=2) in WriteBmp()1880 if(rOut.Write(pBuf, padx) != padx){ in WriteBmp()1897 for (;i<padx;i+=2) in WriteBmp()
Completed in 9 milliseconds