Searched refs:mnFontID (Results 1 – 7 of 7) sorted by relevance
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 145 mnFontID = nFontID; in SetFont() 178 if ( ((*aIter).GetFontID() == mnFontID) in drawGlyphs() 342 fontID nRestoreFont = mnFontID; in DrawText() 479 rMgr.getFontInfo( mnFontID, aInfo ); in drawVerticalizedText() 494 SetFont( mnFontID, in drawVerticalizedText() 508 SetFont( mnFontID, in drawVerticalizedText() 542 SetFont( mnFontID, in drawVerticalizedText() 574 mrFontMgr.getPSName(mnFontID), in LicenseWarning() 602 PSUploadPS1Font (mnFontID); in drawText() 702 mpFontSubstitutes->find( mnFontID ); in getFontSubstitute() [all …]
|
H A D | glyphset.cxx | 52 : mnFontID (-1), in GlyphSet() 58 : mnFontID (nFontID), in GlyphSet() 62 meBaseType = rMgr.getFontType (mnFontID); in GlyphSet() 65 mnBaseEncoding = rMgr.getFontEncoding(mnFontID); in GlyphSet() 77 return mnFontID; in GetFontID() 95 if (mnFontID != -1) in SetFont() 98 mnFontID = nFontID; in SetFont() 102 meBaseType = rMgr.getFontType (mnFontID); in SetFont() 105 mnBaseEncoding = rMgr.getFontEncoding(mnFontID); in SetFont() 366 aSetName.append( mnFontID ); in GetCharSetName() [all …]
|
H A D | glyphset.hxx | 47 sal_Int32 mnFontID; member in psp::GlyphSet
|
H A D | common_gfx.cxx | 120 mnFontID (0), in PrinterGfx() 158 mnFontID = 0; in Clear()
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 577 sal_IntPtr mnFontID; member in PspFontLayout 590 mnFontID = mrPrinterGfx.GetFontID(); in PspFontLayout() 610 rtl_TextEncoding aFontEnc = mrPrinterGfx.GetFontMgr().getFontEncoding( mnFontID ); in LayoutText() 628 mrPrinterGfx.GetFontMgr().getMetrics( mnFontID, cChar, cChar, &aMetric, mbVertical ); in LayoutText() 688 sal_IntPtr mnFontID; member in PspServerFontLayout 702 mnFontID = mrPrinterGfx.GetFontID(); in PspServerFontLayout() 714 mrPrinterGfx.SetFont( mnFontID, mnFontHeight, mnFontWidth, in InitFont() 787 mrPrinterGfx.SetFont( mnFontID, mnFontHeight, mnFontWidth, in InitFont()
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 518 sal_IntPtr mnFontID; member in PspFontLayout 531 mnFontID = mrPrinterGfx.GetFontID(); in PspFontLayout() 551 rtl_TextEncoding aFontEnc = mrPrinterGfx.GetFontMgr().getFontEncoding( mnFontID ); in LayoutText() 569 mrPrinterGfx.GetFontMgr().getMetrics( mnFontID, cChar, cChar, &aMetric, mbVertical ); in LayoutText() 629 sal_IntPtr mnFontID; member in PspServerFontLayout 643 mnFontID = mrPrinterGfx.GetFontID(); in PspServerFontLayout() 655 mrPrinterGfx.SetFont( mnFontID, mnFontHeight, mnFontWidth, in InitFont() 702 mrPrinterGfx.SetFont( mnFontID, mnFontHeight, mnFontWidth, in InitFont()
|
/trunk/main/vcl/inc/ |
H A D | printergfx.hxx | 215 sal_Int32 mnFontID; member in psp::PrinterGfx 398 { return mnFontID; } in GetFontID()
|
Completed in 84 milliseconds