Home
last modified time | relevance | path

Searched refs:meOutDevType (Results 1 – 10 of 10) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx243 if ( meOutDevType == OUTDEV_PRINTER ) in DrawOutDev()
316 …if ( (meOutDevType == OUTDEV_PRINTER) || (rOutDev.meOutDevType == OUTDEV_PRINTER) || ImplIsRecordL… in DrawOutDev()
385 …DBG_ASSERT( meOutDevType != OUTDEV_PRINTER, "Don't use OutputDevice::CopyArea(...) with printer de… in CopyArea()
387 if ( meOutDevType == OUTDEV_PRINTER || ImplIsRecordLayout() ) in CopyArea()
421 if ( (meOutDevType == OUTDEV_WINDOW) && (nFlags & COPYAREA_WINDOWINVALIDATE) ) in CopyArea()
674 if( meOutDevType == OUTDEV_WINDOW || in ImplDrawBitmap()
675 (meOutDevType == OUTDEV_VIRDEV && mpPDFWriter == 0 ) ) in ImplDrawBitmap()
843 const bool bPrinter(OUTDEV_PRINTER == meOutDevType); in DrawTransformedBitmapEx()
1118 if( OUTDEV_PRINTER == meOutDevType ) in ImplDrawBitmapEx()
1407 if ( OUTDEV_PRINTER == meOutDevType ) in ImplDrawMask()
[all …]
H A Doutdev.cxx372 meOutDevType = OUTDEV_DONTKNOW; in OutputDevice()
494 if( meOutDevType == OUTDEV_VIRDEV ) in EnableRTL()
519 if( meOutDevType == OUTDEV_PRINTER ) in ImplHasMirroredGraphics()
592 if ( meOutDevType == OUTDEV_WINDOW ) in ImplGetGraphics()
639 else if ( meOutDevType == OUTDEV_VIRDEV ) in ImplGetGraphics()
666 else if ( meOutDevType == OUTDEV_PRINTER ) in ImplGetGraphics()
773 if ( meOutDevType == OUTDEV_WINDOW ) in ImplReleaseGraphics()
789 else if ( meOutDevType == OUTDEV_VIRDEV ) in ImplReleaseGraphics()
805 else if ( meOutDevType == OUTDEV_PRINTER ) in ImplReleaseGraphics()
2690 if ( meOutDevType == OUTDEV_VIRDEV ) in GetBitCount()
[all …]
H A Doutdev4.cxx289 if ( meOutDevType != OUTDEV_PRINTER && !bMtf ) in ImplDrawLinearGradient()
421 if( (meRasterOp != ROP_OVERPAINT) || (meOutDevType != OUTDEV_WINDOW) || bMtf ) in ImplDrawComplexGradient()
488 if ( meOutDevType != OUTDEV_PRINTER && !bMtf ) in ImplDrawComplexGradient()
831 if( OUTDEV_PRINTER == meOutDevType ) in DrawGradient()
890 if( OUTDEV_PRINTER == meOutDevType || ImplGetSVData()->maGDIData.mbNoXORClipping ) in DrawGradient()
943 if( OUTDEV_WINDOW == meOutDevType ) in DrawGradient()
H A Doutdev6.cxx348 if( OUTDEV_PRINTER == meOutDevType ) in DrawTransparent()
418 if( OUTDEV_WINDOW == meOutDevType ) in DrawTransparent()
665 if( OUTDEV_WINDOW == meOutDevType ) in DrawTransparent()
1075 if( OUTDEV_WINDOW == meOutDevType && rWallpaper.GetStyle() == WALLPAPER_APPLICATIONGRADIENT ) in ImplDrawGradientWallpaper()
1152 if( meOutDevType == OUTDEV_WINDOW ) in Erase()
H A Dprint2.cxx763 if( meOutDevType == OUTDEV_PRINTER ) in RemoveTransparenciesFromMetaFile()
1156 else if( meOutDevType == OUTDEV_PRINTER ) in RemoveTransparenciesFromMetaFile()
H A Dvirdev.cxx101 meOutDevType = OUTDEV_VIRDEV; in ImplInitVirDev()
H A Doutdev3.cxx2929 if( meOutDevType == OUTDEV_WINDOW && ! mpFontList->Count() ) in ImplInitFontList()
2951 if ( meOutDevType != OUTDEV_PRINTER ) in ImplInitFont()
3063 && (meOutDevType != OUTDEV_PRINTER) ) in ImplNewFont()
4608 long w = meOutDevType == OUTDEV_VIRDEV ? mnOutWidth : mpGraphics->GetGraphicsWidth(); in ImplDrawTextDirect()
5587 if( meOutDevType == OUTDEV_WINDOW ) in DrawText()
7339 if( (meOutDevType == OUTDEV_VIRDEV) in GetFontMetric()
7586 if( bRet || (OUTDEV_PRINTER == meOutDevType) || !mpFontEntry ) in GetTextBoundRect()
7787 if( bRet || (OUTDEV_PRINTER == meOutDevType) || !mpFontEntry ) in GetTextOutlines()
H A Dprint.cxx454 meOutDevType = OUTDEV_PRINTER; in ImplInitData()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx342 OutDevType meOutDevType; member in OutputDevice
582 OutDevType GetOutDevType() const { return meOutDevType; } in GetOutDevType()
/trunk/main/vcl/source/window/
H A Dwindow.cxx722 meOutDevType = OUTDEV_WINDOW; in ImplInitWindowData()

Completed in 138 milliseconds