Home
last modified time | relevance | path

Searched refs:Rect (Results 1 – 25 of 141) sorted by relevance

123456

/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx93 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DBorderRemover.java33 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()
/trunk/main/shell/inc/internal/
H A Dthumbviewer.hxx103 Gdiplus::Rect CalcScaledAspectRatio(Gdiplus::Rect src, Gdiplus::Rect dest);
/trunk/main/offapi/com/sun/star/awt/
H A DXRegion.idl68 [oneway] void unionRectangle( [in] Rectangle Rect );
80 [oneway] void excludeRectangle( [in] Rectangle Rect );
87 [oneway] void xOrRectangle( [in] Rectangle Rect );
H A DXWindowPeer.idl81 [oneway] void invalidateRect( [in] Rectangle Rect, [in] short Flags );
/trunk/main/basegfx/inc/basegfx/tools/
H A Drectcliptools.hxx51 template< class Point, class Rect > inline
53 const Rect& rR ) in getCohenSutherlandClipFlags()
/trunk/main/vcl/inc/
H A Dgraphite_adaptors.hxx85 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);
/trunk/main/canvas/source/directx/
H A Ddx_bitmap.cxx117 const Gdiplus::Rect aRect( tools::gdiPlusRectFromIntegerRectangle2D( rect ) ); in getData()
150 const Gdiplus::Rect aRect( tools::gdiPlusRectFromIntegerRectangle2D( rect ) ); in setData()
H A Ddx_impltools.cxx318 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 Ddx_canvasbitmap.cxx132 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 Ddx_surfacebitmap.cxx178 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 Ddx_impltools.hxx86 …Gdiplus::Rect gdiPlusRectFromIntegerRectangle2D( const ::com::sun::star::geometry::IntegerRectang…
H A Ddx_canvashelper_texturefill.cxx518 Gdiplus::Rect aRect(0,0, in fillBitmap()
H A Ddx_canvashelper.cxx629 Gdiplus::Rect aRect( 0, 0, in drawBitmapModulated()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch294 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;
/trunk/main/extensions/source/unoactivex/main/
H A Dinitwindowpeer.cxx64 void SAL_CALL InitWindowPeer::invalidateRect( const awt::Rectangle& Rect, sal_Int16 Flags ) in invalidateRect() argument
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DJavaWindowPeerFake.java92 public void invalidateRect(/*IN*/com.sun.star.awt.Rectangle Rect, /*IN*/short Flags) in invalidateRect() argument
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DJavaWindowPeerFake.java92 public void invalidateRect(/*IN*/com.sun.star.awt.Rectangle Rect, /*IN*/short Flags) in invalidateRect() argument
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx318 const Gdiplus::Rect aAllRect(0, 0, nW, nH); in ImplCreateGdiPlusBitmap()
458 const Gdiplus::Rect aAllRect(0, 0, nW, nH); in ImplCreateGdiPlusBitmap()
/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx435 Rect drawRect; // rectangle of the changed area in DrawText()
839 Rect aMacRect; in GetBoundRect()
/trunk/main/svx/source/sidebar/insert/
H A DInsertPropertyPanel.src67 Command = ".uno:Rect";
/trunk/main/vcl/source/glyphs/
H A Dgraphite_adaptors.cxx258 void GraphiteFontAdaptor::getGlyphMetrics(gr::gid16 nGlyphId, gr::Rect & aBounding, gr::Point & adv… in getGlyphMetrics()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.mm254 …//printf("Range: %s --- Rect: %s\n", [ NSStringFromRange ( [ range rangeValue ] ) UTF8String ], [ …
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindow.hxx181 …void SAL_CALL invalidateRect( const ::com::sun::star::awt::Rectangle& Rect, sal_Int16 Flags ) thro…
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx273 DECL_META_ACTION( Rect, META_RECT_ACTION )

Completed in 127 milliseconds

123456