/aoo42x/main/shell/source/win32/shlxthandler/thumbviewer/ |
H A D | thumbviewer.cxx | 93 const Gdiplus::Rect& canvas, const Gdiplus::Rect& thumbnail_border, const Gdiplus::Rect& signet) in CalcSignetPosition() 391 Gdiplus::Rect canvas(0, 0, thumbnail_size_.cx, thumbnail_size_.cy); in Extract() 394 Gdiplus::Rect scaledRect = CalcScaledAspectRatio( in Extract() 395 Gdiplus::Rect(0, 0, thumbnail_png.GetWidth(), thumbnail_png.GetHeight()), canvas_thumbnail); in Extract() 424 Gdiplus::Rect border_rect(scaledRect.X, scaledRect.Y, scaledRect.Width, scaledRect.Height); in Extract() 441 Gdiplus::Rect signet_scaled( in Extract() 444 …Gdiplus::Rect dest(pos_signet.X, pos_signet.Y, signet_scaled.GetRight(), signet_scaled.GetBottom()… in Extract() 519 Gdiplus::Rect CThumbviewer::CalcScaledAspectRatio(Gdiplus::Rect src, Gdiplus::Rect dest) in CalcScaledAspectRatio() 521 Gdiplus::Rect result; in CalcScaledAspectRatio() 523 result = Gdiplus::Rect(0, 0, dest.Width, src.Height * dest.Width / src.Width); in CalcScaledAspectRatio() [all …]
|
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | BorderRemover.java | 33 class Rect class 40 public Rect(int _x, int _y, int _w, int _h) in Rect() method in Rect 152 Rect aInnerRect = findBorder(m_aImage, nBorderColor); in createNewImageWithoutBorder() 214 Rect findBorder(ImageHelper _aImage, int _nBorderColor) in findBorder() 261 Rect aRect; in findBorder() 268 aRect = new Rect(nXMin, nYMin, nw, nh ); in findBorder() 273 aRect = new Rect(0,0,1,1); in findBorder() 284 RenderedImage createImage(ImageHelper _aImage, Rect _aRect) throws IllegalArgumentException in createImage()
|
/aoo42x/main/shell/inc/internal/ |
H A D | thumbviewer.hxx | 103 Gdiplus::Rect CalcScaledAspectRatio(Gdiplus::Rect src, Gdiplus::Rect dest);
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XRegion.idl | 68 [oneway] void unionRectangle( [in] Rectangle Rect ); 80 [oneway] void excludeRectangle( [in] Rectangle Rect ); 87 [oneway] void xOrRectangle( [in] Rectangle Rect );
|
H A D | XWindowPeer.idl | 81 [oneway] void invalidateRect( [in] Rectangle Rect, [in] short Flags );
|
/aoo42x/main/basegfx/inc/basegfx/tools/ |
H A D | rectcliptools.hxx | 51 template< class Point, class Rect > inline 53 const Rect& rR ) in getCohenSutherlandClipFlags()
|
/aoo42x/main/vcl/inc/ |
H A D | graphite_adaptors.hxx | 85 typedef std::map<const gr::gid16, std::pair<gr::Rect, gr::Point> > GlyphMetricMap; 110 …virtual void getGlyphMetrics(gr::gid16 glyphID, gr::Rect & boundingBox, gr::Point & advances);
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_bitmap.cxx | 117 const Gdiplus::Rect aRect( tools::gdiPlusRectFromIntegerRectangle2D( rect ) ); in getData() 150 const Gdiplus::Rect aRect( tools::gdiPlusRectFromIntegerRectangle2D( rect ) ); in setData()
|
H A D | dx_impltools.cxx | 318 Gdiplus::Rect gdiPlusRectFromIntegerRectangle2D( const geometry::IntegerRectangle2D& rRect ) in gdiPlusRectFromIntegerRectangle2D() 320 return Gdiplus::Rect( rRect.X1, in gdiPlusRectFromIntegerRectangle2D() 540 const Gdiplus::Rect aRect( 0,0,aBmpData.Width,aBmpData.Height ); in drawRGBABits()
|
H A D | dx_canvasbitmap.cxx | 132 const Gdiplus::Rect aRect( 0,0,aSize.getX(),aSize.getY() ); in getFastPropertyValue() 206 const Gdiplus::Rect aRect( 0,0,aSize.getX(),aSize.getY() ); in getFastPropertyValue()
|
H A D | dx_surfacebitmap.cxx | 178 const Gdiplus::Rect aRect( 0,0,aBmpData.Width,aBmpData.Height ); in lock() 513 const Gdiplus::Rect aRect( tools::gdiPlusRectFromIntegerRectangle2D( rect ) ); in getData() 600 const Gdiplus::Rect aRect( tools::gdiPlusRectFromIntegerRectangle2D( rect ) ); in setData()
|
H A D | dx_impltools.hxx | 86 …Gdiplus::Rect gdiPlusRectFromIntegerRectangle2D( const ::com::sun::star::geometry::IntegerRectang…
|
H A D | dx_canvashelper_texturefill.cxx | 518 Gdiplus::Rect aRect(0,0, in fillBitmap()
|
H A D | dx_canvashelper.cxx | 629 Gdiplus::Rect aRect( 0, 0, in drawBitmapModulated()
|
/aoo42x/main/graphite/ |
H A D | graphite-2.3.1.patch | 294 Rect * prdPrimary, Rect * prdSecondary) 301 - bool fAssocPrev, Rect * prdRet) 302 + bool /*fAssocPrev*/, Rect * prdRet) 338 void SegmentPainter::AssertNoOverlaps(std::vector<Rect> & vrect) 340 +void SegmentPainter::AssertNoOverlaps(std::vector<Rect> & /*vrect*/) 2058 void WinFont::getGlyphMetrics(gid16 chw, gr::Rect & boundingBox, gr::Point & advances) 2079 + (*m_pGlyphMetricMap)[chw] = std::pair<gr::Rect,gr::Point>(boundingBox, advances); 2160 +typedef std::map<gid16, std::pair<gr::Rect, gr::Point> > GlyphMetricMap;
|
/aoo42x/main/extensions/source/unoactivex/main/ |
H A D | initwindowpeer.cxx | 64 void SAL_CALL InitWindowPeer::invalidateRect( const awt::Rectangle& Rect, sal_Int16 Flags ) in invalidateRect() argument
|
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/beans/ |
H A D | JavaWindowPeerFake.java | 92 public void invalidateRect(/*IN*/com.sun.star.awt.Rectangle Rect, /*IN*/short Flags) in invalidateRect() argument
|
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/ |
H A D | JavaWindowPeerFake.java | 92 public void invalidateRect(/*IN*/com.sun.star.awt.Rectangle Rect, /*IN*/short Flags) in invalidateRect() argument
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salbmp.cxx | 318 const Gdiplus::Rect aAllRect(0, 0, nW, nH); in ImplCreateGdiPlusBitmap() 458 const Gdiplus::Rect aAllRect(0, 0, nW, nH); in ImplCreateGdiPlusBitmap()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | atslayout.cxx | 435 Rect drawRect; // rectangle of the changed area in DrawText() 839 Rect aMacRect; in GetBoundRect()
|
/aoo42x/main/svx/source/sidebar/insert/ |
H A D | InsertPropertyPanel.src | 67 Command = ".uno:Rect";
|
/aoo42x/main/vcl/source/glyphs/ |
H A D | graphite_adaptors.cxx | 258 void GraphiteFontAdaptor::getGlyphMetrics(gr::gid16 nGlyphId, gr::Rect & aBounding, gr::Point & adv… in getGlyphMetrics()
|
/aoo42x/main/vcl/aqua/source/a11y/ |
H A D | aqua11ytextwrapper.mm | 254 …//printf("Range: %s --- Rect: %s\n", [ NSStringFromRange ( [ range rangeValue ] ) UTF8String ], [ …
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxwindow.hxx | 181 …void SAL_CALL invalidateRect( const ::com::sun::star::awt::Rectangle& Rect, sal_Int16 Flags ) thro…
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 273 DECL_META_ACTION( Rect, META_RECT_ACTION )
|