Lines Matching refs:psp
34 namespace psp { struct JobData; class PrinterGfx; } namespace
42 psp::JobData* m_pJobData;
43 psp::PrinterGfx* m_pPrinterGfx;
53 …PspGraphics( psp::JobData* pJob, psp::PrinterGfx* pGfx, String* pPhone, bool bSwallow, SalInfoPrin… in PspGraphics()
65 …static const void* DoGetEmbedFontData( psp::fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWi…
67 …static const Ucs2SIntMap* DoGetFontEncodingVector( psp::fontID aFont, const Ucs2OStrMap** pNonEnco…
68 static void DoGetGlyphWidths( psp::fontID aFont,
73 static ImplDevFontAttributes Info2DevFontAttributes( const psp::FastPrintFontInfo& );
74 static void AnnounceFonts( ImplDevFontList*, const psp::FastPrintFontInfo& );
75 static FontWidth ToFontWidth (psp::width::type eWidth);
76 static FontWeight ToFontWeight (psp::weight::type eWeight);
77 static FontPitch ToFontPitch (psp::pitch::type ePitch);
78 static FontItalic ToFontItalic (psp::italic::type eItalic);
79 static FontFamily ToFontFamily (psp::family::type eFamily);