Lines Matching refs:mpGraphics

207 	     mpGraphics->ReleaseFonts();  in ImplUpdateFontData()
238 mpGraphics->GetDevFontList( mpFontList ); in ImplUpdateFontData()
239 mpGraphics->GetDevFontSubstList( this ); in ImplUpdateFontData()
305 …((OutputDevice*)pFrame)->mpGraphics->GetDevFontList( pFrame->mpWindowImpl->mpFrameData->mpFontList… in ImplUpdateAllFontData()
2923 if( mpGraphics || ImplGetGraphics() ) in ImplInitFontList()
2926 mpGraphics->GetDevFontList( mpFontList ); in ImplInitFontList()
2964 mpFontEntry->mnSetFontFlags = mpGraphics->SetFont( &(mpFontEntry->maFontSelData), 0 ); in ImplInitFont()
2978 mpGraphics->SetTextColor( ImplColorToSal( GetTextColor() ) ); in ImplInitTextColor()
3002 if ( !mpGraphics && !ImplGetGraphics() ) in ImplNewFont()
3004 SalGraphics* pGraphics = mpGraphics; in ImplNewFont()
3216 mpGraphics->DrawRect( nX, nY, nWidth, nHeight, this ); in ImplDrawTextRect()
3230 mpGraphics->SetLineColor(); in ImplDrawTextBackground()
3233 mpGraphics->SetFillColor( ImplColorToSal( GetTextFillColor() ) ); in ImplDrawTextBackground()
3535 mpGraphics->SetLineColor( ImplColorToSal( rColor ) ); in ImplDrawWaveLine()
3545 mpGraphics->DrawLine( nStartX, nStartY, nEndX, nEndY, this ); in ImplDrawWaveLine()
3565 mpGraphics->SetLineColor(); in ImplDrawWaveLine()
3568 mpGraphics->SetFillColor( ImplColorToSal( rColor ) ); in ImplDrawWaveLine()
3576 mpGraphics->SetLineColor( ImplColorToSal( rColor ) ); in ImplDrawWaveLine()
3588 mpGraphics, this, in ImplDrawWaveLine()
3603 mpGraphics, this, in ImplDrawWaveLine()
3611 mpGraphics, this, in ImplDrawWaveLine()
3623 mpGraphics, this, in ImplDrawWaveLine()
3632 mpGraphics, this, in ImplDrawWaveLine()
3782 mpGraphics->SetLineColor(); in ImplDrawStraightTextLine()
3785 mpGraphics->SetFillColor( ImplColorToSal( aColor ) ); in ImplDrawStraightTextLine()
3978 mpGraphics->SetLineColor(); in ImplDrawStrikeoutLine()
3981 mpGraphics->SetFillColor( ImplColorToSal( aColor ) ); in ImplDrawStrikeoutLine()
4078 pLayout->DrawText( *mpGraphics ); in ImplDrawStrikeoutChar()
4497 if( !mpGraphics->GetGlyphBoundRect( aGlyphId, aRectangle ) ) in ImplDrawEmphasisMarks()
4530 if( !rSalLayout.GetBoundRect( *mpGraphics, aBoundRect ) ) in ImplDrawRotateText()
4562 rSalLayout.DrawText( *((OutputDevice*)pVDev)->mpGraphics ); in ImplDrawRotateText()
4608 long w = meOutDevType == OUTDEV_VIRDEV ? mnOutWidth : mpGraphics->GetGraphicsWidth(); in ImplDrawTextDirect()
4629 rSalLayout.DrawText( *mpGraphics ); in ImplDrawTextDirect()
5010 if(mpGraphics) in SetAntialiasing()
5012 mpGraphics->setAntiAliasB2DDraw(mnAntialiasing & ANTIALIASING_ENABLE_B2DDRAW); in SetAntialiasing()
5459 if( !mpGraphics && !ImplGetGraphics() ) in DrawTextLine()
5502 if( !mpGraphics ) in DrawWaveLine()
5693 if( !mpGraphics && !ImplGetGraphics() ) in DrawTextArray()
5976 if( !mpGraphics ) in ImplLayout()
6002 … bool bFiltered = mpGraphics->filterText( rOrigStr, aStr, nMinIndex, nLen, nCutStart, nCutStop ); in ImplLayout()
6052 pSalLayout = mpGraphics->GetTextLayout( aLayoutArgs, 0 ); in ImplLayout()
6123 mpGraphics->GetFontMetric( &aOrigMetric ); in ImplGlyphFallbackLayout()
6171 pFallbackFont->mnSetFontFlags = mpGraphics->SetFont( &aFontSelData, nFallbackLevel ); in ImplGlyphFallbackLayout()
6172 mpGraphics->GetFontMetric( &aSubstituteMetric, nFallbackLevel ); in ImplGlyphFallbackLayout()
6186 pFallbackFont->mnSetFontFlags = mpGraphics->SetFont( &aFontSelData, nFallbackLevel ); in ImplGlyphFallbackLayout()
6193 SalLayout* pFallback = mpGraphics->GetTextLayout( rLayoutArgs, nFallbackLevel ); in ImplGlyphFallbackLayout()
6626 if( !mpGraphics && !ImplGetGraphics() ) in AddTextRectActions()
6672 if( !mpGraphics && !ImplGetGraphics() ) in DrawText()
6983 if( !mpGraphics && !ImplGetGraphics() ) in DrawCtrlText()
7216 if( !mpGraphics && !ImplGetGraphics() ) in AddTempDevFont()
7219 bool bRC = mpGraphics->AddTempDevFont( mpFontList, rFileURL, rFontName ); in AddTempDevFont()
7374 if (!mpGraphics) ImplGetGraphics(); in GetSysFontData()
7375 if (mpGraphics) aSysFontData = mpGraphics->GetSysFontData(nFallbacklevel); in GetSysFontData()
7556 bRet = pSalLayout->GetBoundRect( *mpGraphics, aPixelRect ); in GetTextBoundRect()
7749 bRet = pSalLayout->GetOutline( *mpGraphics, rVector ); in GetTextOutlines()
7875 pSalLayout->DrawText( *((OutputDevice*)&aVDev)->mpGraphics ); in GetTextOutlines()
7980 if( !mpGraphics && !ImplGetGraphics() ) in GetFontCharMap()
8010 const ImplFontCharMap* pNewMap = mpGraphics->GetImplFontCharMap(); in GetFontCharMap()