Home
last modified time | relevance | path

Searched refs:GlyphSet (Results 1 – 14 of 14) sorted by relevance

/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx51 GlyphSet::GlyphSet () in GlyphSet() function in GlyphSet
57 GlyphSet::GlyphSet (sal_Int32 nFontID, sal_Bool bVertical) in GlyphSet() function in GlyphSet
69 GlyphSet::~GlyphSet () in ~GlyphSet()
75 GlyphSet::GetFontID () in GetFontID()
81 GlyphSet::GetFontType () in GetFontType()
87 GlyphSet::IsVertical () in IsVertical()
112 GlyphSet::GetCharID ( in GetCharID()
123 GlyphSet::GetGlyphID ( in GetGlyphID()
135 GlyphSet::LookupCharID ( in LookupCharID()
242 GlyphSet::AddCharID ( in AddCharID()
[all …]
H A Dglyphset.hxx43 class GlyphSet class
98 GlyphSet ();
99 GlyphSet (sal_Int32 nFontID, sal_Bool bVertical);
100 ~GlyphSet ();
H A Dtext_gfx.cxx176 std::list< GlyphSet >::iterator aIter; in drawGlyphs()
188 maPS3Font.push_back (GlyphSet(mnFontID, mbTextVertical)); in drawGlyphs()
613 GlyphSet aGSet( mnFontID, mbTextVertical ); in drawText()
619 std::list< GlyphSet >::iterator aIter; in drawText()
631 maPS3Font.push_back (GlyphSet(mnFontID, mbTextVertical)); in drawText()
829 std::list< GlyphSet >::iterator aIter; in writeResources()
H A Dcommon_gfx.cxx806 psp::GlyphSet::GetReencodedFontName (rCurrent.maEncoding, in PSSetFont()
/trunk/main/vcl/unx/generic/gdi/
H A Dxrender_peer.hxx73 GlyphSet CreateGlyphSet() const;
74 void FreeGlyphSet( GlyphSet ) const;
77 void FreeGlyph( GlyphSet, XRenderGlyph nXRGlyphId ) const;
78 void CompositeString32( Picture aSrc, Picture aDst, GlyphSet,
112 void (*mpXRenderFreeGlyphSet)(Display*,GlyphSet);
113 void (*mpXRenderAddGlyphs)(Display*,GlyphSet,Glyph*,
115 void (*mpXRenderFreeGlyphs)(Display*,GlyphSet,Glyph*,int);
240 inline GlyphSet XRenderPeer::CreateGlyphSet() const in CreateGlyphSet()
249 inline void XRenderPeer::FreeGlyphSet( GlyphSet aGS ) const in FreeGlyphSet()
258 inline void XRenderPeer::AddGlyph( GlyphSet aGS, XRenderGlyph nXRGlyph, in AddGlyph()
[all …]
H A Dxrender_peer.cxx116 mpXRenderCreateGlyphSet = (GlyphSet(*)(Display*,const XRenderPictFormat*))pFunc; in InitRenderLib()
120 mpXRenderFreeGlyphSet = (void(*)(Display*,GlyphSet))pFunc; in InitRenderLib()
124 mpXRenderAddGlyphs = (void(*)(Display*,GlyphSet,Glyph*,const XGlyphInfo*, in InitRenderLib()
129 mpXRenderFreeGlyphs = (void(*)(Display*,GlyphSet,Glyph*,int))pFunc; in InitRenderLib()
134 const XRenderPictFormat*,GlyphSet,int,int,int,int,const unsigned*,int))pFunc; in InitRenderLib()
H A Dgcach_xpeer.cxx320 XRenderPeer::GetInstance().FreeGlyphSet( (GlyphSet)pFontExt ); in RemovingFont()
412 GlyphSet X11GlyphPeer::GetGlyphSet( ServerFont& rServerFont, int nScreen ) in GetGlyphSet()
417 GlyphSet aGlyphSet; in GetGlyphSet()
422 aGlyphSet = (GlyphSet)rServerFont.GetExtPointer(); in GetGlyphSet()
617 GlyphSet aGlyphSet = GetGlyphSet( rServerFont, -1 ); in GetXRGlyph()
H A Dgcach_xpeer.hxx48 GlyphSet GetGlyphSet( ServerFont&, int nScreen );
H A Dsalgdi3.cxx622 GlyphSet aGlyphSet = rGlyphPeer.GetGlyphSet( rFont, m_nScreen ); in DrawServerAAFontString()
/trunk/main/x11_extensions/inc/
H A DXrender.h100 GlyphSet glyphset;
108 GlyphSet glyphset;
116 GlyphSet glyphset;
290 GlyphSet
293 GlyphSet
297 XRenderFreeGlyphSet (Display *dpy, GlyphSet glyphset);
301 GlyphSet glyphset,
310 GlyphSet glyphset,
320 GlyphSet glyphset,
334 GlyphSet glyphset,
[all …]
H A Drender.h30 typedef XID GlyphSet; typedef
/trunk/main/filter/source/svg/
H A Dsvgfontexport.hxx38 typedef ::std::set< ::rtl::OUString, ::std::greater< ::rtl::OUString > > GlyphSet; typedef in SVGFontExport
39 typedef ::std::map< FontItalic, GlyphSet > FontItalicMap;
51 GlyphSet& implGetGlyphSet( const Font& rFont );
H A Dsvgfontexport.cxx51 SVGFontExport::GlyphSet& SVGFontExport::implGetGlyphSet( const Font& rFont ) in implGetGlyphSet()
136 GlyphSet& rGlyphSet = implGetGlyphSet( aVDev.GetFont() ); in implCollectGlyphs()
180 GlyphSet& rGlyphSet = implGetGlyphSet( rFont ); in implEmbedFont()
184 GlyphSet::const_iterator aIter( rGlyphSet.begin() ); in implEmbedFont()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx124 class GlyphSet;
213 std::list< GlyphSet > maPS3Font;

Completed in 68 milliseconds