Home
last modified time | relevance | path

Searched refs:rGfx (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx495 PrinterGfx& rGfx, in DrawGlyphs() argument
559 rGfx.PSMoveTo (aPoint); in DrawGlyphs()
565 GlyphSet::DrawText (PrinterGfx &rGfx, const Point& rPoint, in DrawText() argument
570 ImplDrawText (rGfx, rPoint, pStr, nLen); in DrawText()
572 ImplDrawText (rGfx, rPoint, pStr, nLen, pDeltaArray); in DrawText()
579 rGfx.PSMoveTo (rPoint); in ImplDrawText()
585 rGfx.PSSetFont( aPSName, mnBaseEncoding ); in ImplDrawText()
629 rGfx.PSMoveTo( rPoint ); in ImplDrawText()
630 rGfx.PSSetFont( aPSName, mnBaseEncoding ); in ImplDrawText()
692 rGfx.PSMoveTo (aPoint); in ImplDrawText()
[all …]
H A Dglyphset.hxx90 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 Dtext_gfx.cxx67 Font3 (const PrinterGfx &rGfx);
71 Font3::Font3(const PrinterGfx &rGfx) in Font3() argument
73 mpFont[0] = rGfx.getFontSubstitute(); in Font3()
74 mpFont[1] = rGfx.GetFontID(); in Font3()
75 mpFont[2] = rGfx.getFallbackID(); in Font3()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx587 PspFontLayout::PspFontLayout( ::psp::PrinterGfx& rGfx ) in PspFontLayout() argument
588 : mrPrinterGfx( rGfx ) in PspFontLayout()
698 PspServerFontLayout::PspServerFontLayout( ::psp::PrinterGfx& rGfx, ServerFont& rFont, const ImplLay… in PspServerFontLayout() argument
700 mrPrinterGfx( rGfx ) in PspServerFontLayout()
720 static void DrawPrinterLayout( const SalLayout& rLayout, ::psp::PrinterGfx& rGfx, bool bIsPspServer… in DrawPrinterLayout() argument
779 rGfx.DrawGlyphs( aPos, aGlyphAry, aUnicodes, nGlyphCount, aIdxAry ); in DrawPrinterLayout()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx528 PspFontLayout::PspFontLayout( ::psp::PrinterGfx& rGfx ) in PspFontLayout() argument
529 : mrPrinterGfx( rGfx ) in PspFontLayout()
639 PspServerFontLayout::PspServerFontLayout( ::psp::PrinterGfx& rGfx, ServerFont& rFont, const ImplLay… in PspServerFontLayout() argument
641 mrPrinterGfx( rGfx ) in PspServerFontLayout()
661 static void DrawPrinterLayout( const SalLayout& rLayout, ::psp::PrinterGfx& rGfx, bool bIsPspServer… in DrawPrinterLayout() argument
694 rGfx.DrawGlyphs( aPos, aGlyphAry, aUnicodes, nGlyphCount, aIdxAry ); in DrawPrinterLayout()

Completed in 40 milliseconds