Lines Matching refs:aVDev

7591     VirtualDevice aVDev( 1 );  in GetTextBoundRect()  local
7598 aVDev.SetFont( aFont ); in GetTextBoundRect()
7599 aVDev.SetTextAlign( ALIGN_TOP ); in GetTextBoundRect()
7602 pSalLayout = aVDev.ImplLayout( rStr, nIndex, nLen, aPoint, nLayoutWidth, pDXAry ); in GetTextBoundRect()
7612 if( !nWidth || !aVDev.SetOutputSizePixel( aOutSize ) ) in GetTextBoundRect()
7617 aVDev.SetTextColor( Color( COL_BLACK ) ); in GetTextBoundRect()
7618 aVDev.SetTextFillColor(); in GetTextBoundRect()
7619 aVDev.ImplInitTextColor(); in GetTextBoundRect()
7620 aVDev.ImplDrawText( *pSalLayout ); in GetTextBoundRect()
7624 Bitmap aBmp = aVDev.GetBitmap( Point(), aOutSize ); in GetTextBoundRect()
7805 VirtualDevice aVDev(1); in GetTextOutlines() local
7815 aVDev.SetMapMode( MAP_PIXEL ); in GetTextOutlines()
7817 aVDev.SetFont( aFont ); in GetTextOutlines()
7818 aVDev.SetTextAlign( ALIGN_TOP ); in GetTextOutlines()
7819 aVDev.SetTextColor( Color(COL_BLACK) ); in GetTextOutlines()
7820 aVDev.SetTextFillColor(); in GetTextOutlines()
7822 pSalLayout = aVDev.ImplLayout( rStr, nIndex, nLen, Point(0,0), nTWidth, pDXArray ); in GetTextOutlines()
7826 …long nHeight = ((OutputDevice*)&aVDev)->mpFontEntry->mnLineHeight + ((OutputDevice*)&aVDev)->mnEmp… in GetTextOutlines()
7827 + ((OutputDevice*)&aVDev)->mnEmphasisDescent; in GetTextOutlines()
7842 pSalLayout = aVDev.ImplLayout( rStr, nStart, nLength, Point(0,0), nTWidth, pDXArray ); in GetTextOutlines()
7861 …pSalLayout = aVDev.ImplLayout( rStr, static_cast< xub_StrLen >(nCharPos), 1, Point(0,0), nTWidth, … in GetTextOutlines()
7868 bSuccess = (bool)aVDev.SetOutputSizePixel(aSize); in GetTextOutlines()
7872 aVDev.Erase(); in GetTextOutlines()
7874 …pSalLayout->DrawBase() += Point( ((OutputDevice*)&aVDev)->mnTextOffX, ((OutputDevice*)&aVDev)->mnT… in GetTextOutlines()
7875 pSalLayout->DrawText( *((OutputDevice*)&aVDev)->mpGraphics ); in GetTextOutlines()
7879 Bitmap aBmp( aVDev.GetBitmap(Point(0, 0), aSize)); in GetTextOutlines()
7895 int nPixelX = rPt.X() - ((OutputDevice&)aVDev).mnTextOffX + nXOffset; in GetTextOutlines()
7896 int nPixelY = rPt.Y() - ((OutputDevice&)aVDev).mnTextOffY; in GetTextOutlines()