Searched refs:maxx (Results 1 – 2 of 2) sorted by relevance
231 int minx = 0x7fffffff, miny = 0x7fffffff, maxx = 0, maxy = 0;240 if ( vclRect.Width + vclRect.X > maxx ) {241 maxx = vclRect.Width + vclRect.X;251 Point size ( maxx - minx, maxy - miny );
1767 sal_uInt16 maxx = pPic->mfp.xExtGet(); in GuessPicSize() local1768 sal_uInt16 padx = ((maxx + 7) / 8) * 8; in GuessPicSize()1782 sal_uInt16 maxx = pPic->mfp.xExtGet(); in WriteBmp() local1783 sal_uInt16 padx = ((maxx + 7) / 8) * 8; in WriteBmp()1810 DBG_ASSERT(x==maxx, "Ww1Picture"); in WriteBmp()1835 wLong(maxx); in WriteBmp()1867 for (i=0;nSize>0&&i<maxx;i+=2) in WriteBmp()1890 for (i=0;nSize>0&&i<maxx;i+=2) in WriteBmp()
Completed in 25 milliseconds