Home
last modified time | relevance | path

Searched refs:maxy (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1769 sal_uInt16 maxy = pPic->mfp.yExtGet(); in GuessPicSize() local
1770 return 120L + (sal_uLong)padx * maxy; in GuessPicSize()
1784 sal_uInt16 maxy = pPic->mfp.yExtGet(); in WriteBmp() local
1811 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()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.mm231 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 22 milliseconds