/aoo4110/main/vcl/inc/aqua/ |
H A D | salgdi.h | 115 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& ) const = 0; 395 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& );
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | atsfonts.hxx | 34 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& ) const;
|
H A D | ctfonts.hxx | 39 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& ) const;
|
H A D | atsfonts.cxx | 244 bool AtsTextStyle::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) const in GetGlyphBoundRect() function in AtsTextStyle
|
H A D | ctfonts.cxx | 202 bool CTTextStyle::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) const in GetGlyphBoundRect() function in CTTextStyle
|
H A D | salgdi.cxx | 1779 bool AquaSalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() function in AquaSalGraphics 1781 const bool bRC = mpMacTextStyle->GetGlyphBoundRect( aGlyphId, rRect ); in GetGlyphBoundRect()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpgdi.hxx | 114 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& );
|
H A D | svppspgraphics.hxx | 133 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& );
|
H A D | svptext.cxx | 421 bool SvpSalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() function in SvpSalGraphics
|
H A D | svppspgraphics.cxx | 875 bool PspGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() function in PspGraphics
|
/aoo4110/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 124 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& );
|
H A D | salgdi.h | 271 virtual bool GetGlyphBoundRect( sal_GlyphId nIndex, Rectangle& );
|
/aoo4110/main/vcl/inc/os2/ |
H A D | salgdi.h | 327 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& );
|
/aoo4110/main/vcl/inc/win/ |
H A D | salgdi.h | 357 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& );
|
/aoo4110/main/vcl/inc/ |
H A D | printergfx.hxx | 418 sal_Bool GetGlyphBoundRect (sal_Unicode c, Rectangle& rOutRect);
|
H A D | salgdi.hxx | 310 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& ) = 0;
|
/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 758 PrinterGfx::GetGlyphBoundRect (sal_Unicode /*c*/, Rectangle& /*rOutRect*/) in GetGlyphBoundRect() function in PrinterGfx
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 966 bool PspGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() function in PspGraphics
|
H A D | salgdi3.cxx | 1234 bool X11SalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() function in X11SalGraphics
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1201 bool Os2SalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() function in Os2SalGraphics
|
/aoo4110/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 920 if( rSalGraphics.GetGlyphBoundRect( nLGlyph, aRectangle ) ) in GetBoundRect()
|
H A D | outdev3.cxx | 4497 if( !mpGraphics->GetGlyphBoundRect( aGlyphId, aRectangle ) ) in ImplDrawEmphasisMarks()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2429 bool WinSalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() function in WinSalGraphics
|