Searched refs:aLineSiz (Results 1 – 1 of 1) sorted by relevance
90 Size aLineSiz( aWinSize.Width() - DEF_MARGIN, nH ), in DrawParagraph() local91 aSiz = aLineSiz; in DrawParagraph()101 long nTop = nUpper * aLineSiz.Height() / aSize.Height(); in DrawParagraph()110 long nLeft = nLeftMargin * aLineSiz.Width() / aSize.Width(); in DrawParagraph()111 long nFirst = nFirstLineOfst * aLineSiz.Width() / aSize.Width(); in DrawParagraph()124 long nRight = nRightMargin * aLineSiz.Width() / aSize.Width(); in DrawParagraph()150 case 3: nLW = aLineSiz.Width() * 8 / 10; break; in DrawParagraph()151 case 4: nLW = aLineSiz.Width() * 9 / 10; break; in DrawParagraph()152 case 5: nLW = aLineSiz.Width() / 2; break; in DrawParagraph()213 long nBottom = nLower * aLineSiz.Height() / aSize.Height(); in DrawParagraph()[all …]
Completed in 16 milliseconds