Searched refs:theMaxStrSize (Results 1 – 2 of 2) sorted by relevance
689 Size theMaxStrSize; in DrawString() local693 theMaxStrSize = cellRect.GetSize(); in DrawString()694 theMaxStrSize.Width() -= FRAME_OFFSET; in DrawString()695 theMaxStrSize.Height() -= FRAME_OFFSET; in DrawString()701 if ( theMaxStrSize.Height() < aStrSize.Height() ) in DrawString()709 while ( ( theMaxStrSize.Width() <= aStrSize.Width() ) in DrawString()
767 Size theMaxStrSize( cellRect.GetWidth() - FRAME_OFFSET, in DrawString() local782 theMaxStrSize.Height() < aStrSize.Height() ) in DrawString()791 while( theMaxStrSize.Width() <= aStrSize.Width() && in DrawString()
Completed in 185 milliseconds