Searched refs:maxy (Results 1 – 2 of 2) sorted by relevance
1769 sal_uInt16 maxy = pPic->mfp.yExtGet(); in GuessPicSize() local1770 return 120L + (sal_uLong)padx * maxy; in GuessPicSize()1784 sal_uInt16 maxy = pPic->mfp.yExtGet(); in WriteBmp() local1811 DBG_ASSERT(y==maxy, "Ww1Picture"); in WriteBmp()1816 DBG_ASSERT(16*3+padx*maxy/2==nSize, "Ww1Picture"); in WriteBmp()1831 wLong(54 + 4 * 16 + padx * maxy); in WriteBmp()1836 wLong(maxy); in WriteBmp()1859 DBG_ASSERT(padx*maxy/2==nSize, "Ww1Picture"); in WriteBmp()1864 for (j=0;nSize>0&&j<maxy;j++) in WriteBmp()1888 for (j=0;nSize>0&&j<maxy;j++) in WriteBmp()
231 int minx = 0x7fffffff, miny = 0x7fffffff, maxx = 0, maxy = 0;243 if ( vclRect.Height + vclRect.Y > maxy ) {244 maxy = vclRect.Height + vclRect.Y;251 Point size ( maxx - minx, maxy - miny );
Completed in 24 milliseconds