/trunk/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 112 PrinterGfx::GetBitCount () in GetBitCount() 117 PrinterGfx::PrinterGfx() : in PrinterGfx() function in PrinterGfx 139 PrinterGfx::~PrinterGfx() in ~PrinterGfx() 154 PrinterGfx::Clear() in Clear() 184 PrinterGfx::ResetClipRegion() in ResetClipRegion() 313 PrinterGfx::EndSetClipRegion() in EndSetClipRegion() 702 PrinterGfx::PSGSave () in PSGSave() 712 PrinterGfx::PSGRestore () in PSGRestore() 737 PrinterGfx::PSSetColor () in PSSetColor() 773 PrinterGfx::PSSetFont () in PSSetFont() [all …]
|
H A D | text_gfx.cxx | 67 Font3 (const PrinterGfx &rGfx); 71 Font3::Font3(const PrinterGfx &rGfx) in Font3() 133 PrinterGfx::SetFont( in SetFont() 165 void PrinterGfx::drawGlyphs( in drawGlyphs() 193 void PrinterGfx::DrawGlyphs( in DrawGlyphs() 335 PrinterGfx::DrawText ( in DrawText() 461 void PrinterGfx::drawVerticalizedText( in drawVerticalizedText() 589 PrinterGfx::drawText( in drawText() 697 PrinterGfx::getFontSubstitute () const in getFontSubstitute() 778 PrinterGfx::OnEndPage () in OnEndPage() [all …]
|
H A D | glyphset.hxx | 40 class PrinterGfx; 90 void ImplDrawText (PrinterGfx &rGfx, const Point& rPoint, 92 void ImplDrawText (PrinterGfx &rGfx, const Point& rPoint, 114 void DrawText (PrinterGfx &rGfx, const Point& rPoint, 117 void DrawGlyphs (PrinterGfx& rGfx, 123 sal_Bool PSUploadEncoding(osl::File* pOutFile, PrinterGfx &rGfx); 124 …sal_Bool PSUploadFont (osl::File& rOutFile, PrinterGfx &rGfx, bool bAsType42, std::list< rtl::OSt…
|
H A D | bitmap_gfx.cxx | 420 PrinterGfx::DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc, in DrawBitmap() 469 PrinterGfx::DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc, in DrawBitmap() 483 PrinterGfx::DrawMask (const Rectangle& rDest, const Rectangle& rSrc, in DrawMask() 502 PrinterGfx::DrawPS1GrayImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS1GrayImage() 549 PrinterGfx::writePS2ImageHeader (const Rectangle& rArea, psp::ImageType nType) in writePS2ImageHeader() 578 PrinterGfx::writePS2Colorspace(const PrinterBmp& rBitmap, psp::ImageType nType) in writePS2Colorspace() 629 PrinterGfx::DrawPS2GrayImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS2GrayImage() 650 PrinterGfx::DrawPS2MonoImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS2MonoImage() 685 PrinterGfx::DrawPS2PaletteImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS2PaletteImage() 706 PrinterGfx::DrawPS2TrueColorImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS2TrueColorImage()
|
H A D | glyphset.cxx | 495 PrinterGfx& rGfx, in DrawGlyphs() 565 GlyphSet::DrawText (PrinterGfx &rGfx, const Point& rPoint, in DrawText() 576 GlyphSet::ImplDrawText (PrinterGfx &rGfx, const Point& rPoint, in ImplDrawText() 622 GlyphSet::ImplDrawText (PrinterGfx &rGfx, const Point& rPoint, in ImplDrawText() 698 GlyphSet::PSUploadEncoding(osl::File* pOutFile, PrinterGfx &rGfx) in PSUploadEncoding() 833 GlyphSet::PSUploadFont (osl::File& rOutFile, PrinterGfx &rGfx, bool bAllowType42, std::list< OStrin… in PSUploadFont()
|
H A D | printerjob.cxx | 379 PrinterGfx* pGraphics, in StartJob()
|
/trunk/main/vcl/inc/ |
H A D | printerjob.hxx | 36 class PrinterGfx; 56 PrinterGfx* m_pGraphics; 129 PrinterGfx* pGraphics,
|
H A D | printergfx.hxx | 180 class PrinterGfx class 327 PrinterGfx(); 328 ~PrinterGfx();
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 571 PspFontLayout( ::psp::PrinterGfx& ); 576 ::psp::PrinterGfx& mrPrinterGfx; 587 PspFontLayout::PspFontLayout( ::psp::PrinterGfx& rGfx ) in PspFontLayout() 680 PspServerFontLayout( psp::PrinterGfx&, ServerFont& rFont, const ImplLayoutArgs& rArgs ); 687 ::psp::PrinterGfx& mrPrinterGfx; 698 PspServerFontLayout::PspServerFontLayout( ::psp::PrinterGfx& rGfx, ServerFont& rFont, const ImplLay… in PspServerFontLayout() 720 static void DrawPrinterLayout( const SalLayout& rLayout, ::psp::PrinterGfx& rGfx, bool bIsPspServer… in DrawPrinterLayout()
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 512 PspFontLayout( ::psp::PrinterGfx& ); 517 ::psp::PrinterGfx& mrPrinterGfx; 528 PspFontLayout::PspFontLayout( ::psp::PrinterGfx& rGfx ) in PspFontLayout() 621 PspServerFontLayout( psp::PrinterGfx&, ServerFont& rFont, const ImplLayoutArgs& rArgs ); 628 ::psp::PrinterGfx& mrPrinterGfx; 639 PspServerFontLayout::PspServerFontLayout( ::psp::PrinterGfx& rGfx, ServerFont& rFont, const ImplLay… in PspServerFontLayout() 661 static void DrawPrinterLayout( const SalLayout& rLayout, ::psp::PrinterGfx& rGfx, bool bIsPspServer… in DrawPrinterLayout()
|
H A D | svppspgraphics.hxx | 33 namespace psp { struct JobData; class PrinterGfx; } 42 psp::PrinterGfx* m_pPrinterGfx; 63 …PspGraphics( psp::JobData* pJob, psp::PrinterGfx* pGfx, String* pPhone, bool bSwallow, SalInfoPrin… in PspGraphics()
|
H A D | svpprn.hxx | 42 psp::PrinterGfx m_aPrinterGfx; 76 psp::PrinterGfx m_aPrinterGfx;
|
/trunk/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 34 namespace psp { struct JobData; class PrinterGfx; } 43 psp::PrinterGfx* m_pPrinterGfx; 53 …PspGraphics( psp::JobData* pJob, psp::PrinterGfx* pGfx, String* pPhone, bool bSwallow, SalInfoPrin… in PspGraphics()
|
H A D | salprn.h | 40 psp::PrinterGfx m_aPrinterGfx; 75 psp::PrinterGfx m_aPrinterGfx;
|