Searched refs:mnFontID (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/vcl/unx/generic/printergfx/ |
| H A D | text_gfx.cxx | 145 mnFontID = nFontID; in SetFont() 178 if ( ((*aIter).GetFontID() == mnFontID) in drawGlyphs() 188 maPS3Font.push_back (GlyphSet(mnFontID, mbTextVertical)); in drawGlyphs() 204 if ( !mrFontMgr.isFontDownloadingAllowed( mnFontID ) ) in DrawGlyphs() 210 if( mrFontMgr.getFontType( mnFontID ) != fonttype::TrueType ) in DrawGlyphs() 244 sal_Int32 nAscend = mrFontMgr.getFontAscend( mnFontID ); in DrawGlyphs() 245 sal_Int32 nDescend = mrFontMgr.getFontDescend( mnFontID ); in DrawGlyphs() 342 fontID nRestoreFont = mnFontID; in DrawText() 479 rMgr.getFontInfo( mnFontID, aInfo ); in drawVerticalizedText() 482 rMgr.hasVerticalSubstitutions( mnFontID, pStr, nLen, pGsubFlags ); in drawVerticalizedText() [all …]
|
| H A D | glyphset.cxx | 52 : mnFontID (-1), in GlyphSet() 58 : mnFontID (nFontID), in GlyphSet() 62 meBaseType = rMgr.getFontType (mnFontID); in GlyphSet() 63 maBaseName = OUStringToOString (rMgr.getPSName(mnFontID), in GlyphSet() 65 mnBaseEncoding = rMgr.getFontEncoding(mnFontID); in GlyphSet() 66 mbUseFontEncoding = rMgr.getUseOnlyFontEncoding(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() [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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/vcl/inc/ |
| H A D | printergfx.hxx | 215 sal_Int32 mnFontID; member in psp::PrinterGfx 398 { return mnFontID; } in GetFontID()
|