/aoo4110/main/tools/inc/tools/ |
H A D | postsys.h | 182 #ifdef GetGlyphOutline 183 #undef GetGlyphOutline 190 #define WIN_GetGlyphOutline GetGlyphOutline
|
H A D | postwin.h | 196 #ifdef GetGlyphOutline 197 #undef GetGlyphOutline 204 #define WIN_GetGlyphOutline GetGlyphOutline
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svptext.cxx | 439 bool SvpSalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, B2DPolyPolygon& rPolyPoly ) in GetGlyphOutline() function in SvpSalGraphics 450 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
|
H A D | svpgdi.hxx | 115 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& );
|
H A D | svppspgraphics.hxx | 134 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& );
|
H A D | svppspgraphics.cxx | 891 bool PspGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, in GetGlyphOutline() function in PspGraphics 903 bool bOK = pSF->GetGlyphOutline( aGlyphId, rB2DPolyPoly ); in GetGlyphOutline()
|
/aoo4110/main/vcl/inc/aqua/ |
H A D | salgdi.h | 116 virtual bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& ) const = 0; 396 virtual bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& );
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | atsfonts.hxx | 35 virtual bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& ) const;
|
H A D | ctfonts.hxx | 40 virtual bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& ) const;
|
H A D | atsfonts.cxx | 307 bool AtsTextStyle::GetGlyphOutline( sal_GlyphId aGlyphId, basegfx::B2DPolyPolygon& rResult ) const in GetGlyphOutline() function in AtsTextStyle
|
H A D | ctfonts.cxx | 260 bool CTTextStyle::GetGlyphOutline( sal_GlyphId aGlyphId, basegfx::B2DPolyPolygon& rResult ) const in GetGlyphOutline() function in CTTextStyle
|
H A D | salgdi.cxx | 1787 bool AquaSalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, basegfx::B2DPolyPolygon& rPolyPoly ) in GetGlyphOutline() function in AquaSalGraphics 1789 const bool bRC = mpMacTextStyle->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.hxx | 194 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& ) const;
|
/aoo4110/main/vcl/inc/ |
H A D | glyphcache.hxx | 196 … virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& ) const = 0;
|
H A D | printergfx.hxx | 419 sal_uInt32 GetGlyphOutline (sal_Unicode c,
|
H A D | salgdi.hxx | 311 virtual bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& ) = 0;
|
/aoo4110/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 125 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& );
|
H A D | salgdi.h | 272 virtual bool GetGlyphOutline( sal_GlyphId nIndex, ::basegfx::B2DPolyPolygon& );
|
/aoo4110/main/vcl/inc/os2/ |
H A D | salgdi.h | 328 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& );
|
/aoo4110/main/vcl/inc/win/ |
H A D | salgdi.h | 358 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& );
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 982 bool PspGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, in GetGlyphOutline() function in PspGraphics 994 bool bOK = pSF->GetGlyphOutline( aGlyphId, rB2DPolyPoly ); in GetGlyphOutline()
|
H A D | salgdi3.cxx | 1252 bool X11SalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, in GetGlyphOutline() function in X11SalGraphics 1264 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
|
/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 764 PrinterGfx::GetGlyphOutline (sal_Unicode /*c*/, in GetGlyphOutline() function in PrinterGfx
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1230 bool Os2SalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, ::basegfx::B2DPolyPolygon& rB2DPolyPoly… in GetGlyphOutline() function in Os2SalGraphics
|
/aoo4110/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 885 bool bSuccess = rSalGraphics.GetGlyphOutline( nLGlyph, aGlyphOutline ); in GetOutline()
|