Searched refs:aTextArea (Results 1 – 3 of 3) sorted by relevance
141 Rectangle aTextArea( aPlayground ); in Resize() local142 aTextArea.Top() = aSeparatorArea.Bottom() + a3AppFont.Height(); in Resize()143 m_aHelpText.SetPosSizePixel( aTextArea.TopLeft(), aTextArea.GetSize() ); in Resize()
154 Rectangle aTextArea( i_contentArea ); in lcl_getTextRenderingArea() local155 aTextArea.Left() += 2; aTextArea.Right() -= 2; in lcl_getTextRenderingArea()156 ++aTextArea.Top(); --aTextArea.Bottom(); in lcl_getTextRenderingArea()157 return aTextArea; in lcl_getTextRenderingArea()
124 FWTextArea aTextArea; in InitializeFontWorkData() local133 aTextArea.vParagraphs.push_back( aParagraphData ); in InitializeFontWorkData()135 rFWData.vTextAreas.push_back( aTextArea ); in InitializeFontWorkData()
Completed in 28 milliseconds