Home
last modified time | relevance | path

Searched refs:GetGlyphOutline (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/tools/inc/tools/
H A Dpostsys.h182 #ifdef GetGlyphOutline
183 #undef GetGlyphOutline
190 #define WIN_GetGlyphOutline GetGlyphOutline
H A Dpostwin.h196 #ifdef GetGlyphOutline
197 #undef GetGlyphOutline
204 #define WIN_GetGlyphOutline GetGlyphOutline
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx439 bool SvpSalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, B2DPolyPolygon& rPolyPoly ) in GetGlyphOutline() function in SvpSalGraphics
450 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
H A Dsvpgdi.hxx115 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& );
H A Dsvppspgraphics.hxx134 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& );
H A Dsvppspgraphics.cxx891 bool PspGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, in GetGlyphOutline() function in PspGraphics
903 bool bOK = pSF->GetGlyphOutline( aGlyphId, rB2DPolyPoly ); in GetGlyphOutline()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h116 virtual bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& ) const = 0;
396 virtual bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& );
/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.hxx35 virtual bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& ) const;
H A Dctfonts.hxx40 virtual bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& ) const;
H A Datsfonts.cxx307 bool AtsTextStyle::GetGlyphOutline( sal_GlyphId aGlyphId, basegfx::B2DPolyPolygon& rResult ) const in GetGlyphOutline() function in AtsTextStyle
H A Dctfonts.cxx260 bool CTTextStyle::GetGlyphOutline( sal_GlyphId aGlyphId, basegfx::B2DPolyPolygon& rResult ) const in GetGlyphOutline() function in CTTextStyle
H A Dsalgdi.cxx1787 bool AquaSalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, basegfx::B2DPolyPolygon& rPolyPoly ) in GetGlyphOutline() function in AquaSalGraphics
1789 const bool bRC = mpMacTextStyle->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.hxx194 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& ) const;
/trunk/main/vcl/inc/
H A Dglyphcache.hxx196 … virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& ) const = 0;
H A Dprintergfx.hxx419 sal_uInt32 GetGlyphOutline (sal_Unicode c,
H A Dsalgdi.hxx311 virtual bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& ) = 0;
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h125 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& );
H A Dsalgdi.h272 virtual bool GetGlyphOutline( sal_GlyphId nIndex, ::basegfx::B2DPolyPolygon& );
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h328 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& );
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx982 bool PspGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, in GetGlyphOutline() function in PspGraphics
994 bool bOK = pSF->GetGlyphOutline( aGlyphId, rB2DPolyPoly ); in GetGlyphOutline()
H A Dsalgdi3.cxx1252 bool X11SalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, in GetGlyphOutline() function in X11SalGraphics
1264 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h358 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& );
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx764 PrinterGfx::GetGlyphOutline (sal_Unicode /*c*/, in GetGlyphOutline() function in PrinterGfx
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1230 bool Os2SalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, ::basegfx::B2DPolyPolygon& rB2DPolyPoly… in GetGlyphOutline() function in Os2SalGraphics
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx885 bool bSuccess = rSalGraphics.GetGlyphOutline( nLGlyph, aGlyphOutline ); in GetOutline()

Completed in 152 milliseconds

12