Home
last modified time | relevance | path

Searched refs:rBounds (Results 1 – 25 of 108) sorted by relevance

12345

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/jai/opimage/
H A DCachedImage.java72 Rectangle rBounds = r.getBounds(); in setData() local
73 if((rBounds = rBounds.intersection(getBounds())).isEmpty()) { in setData()
78 int txMin = XToTileX(rBounds.x); in setData()
79 int tyMin = YToTileY(rBounds.y); in setData()
80 int txMax = XToTileX(rBounds.x + rBounds.width - 1); in setData()
81 int tyMax = YToTileY(rBounds.y + rBounds.height - 1); in setData()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DBase.cpp738 …pChild->SetBounds(rBounds.x + margin.left, rBounds.y + margin.top, rBounds.w - margin.left - margi… in RecurseLayout()
741 rBounds.y += iHeight; in RecurseLayout()
742 rBounds.h -= iHeight; in RecurseLayout()
749 …pChild->SetBounds(rBounds.x + margin.left, rBounds.y + margin.top, pChild->Width(), rBounds.h - ma… in RecurseLayout()
752 rBounds.x += iWidth; in RecurseLayout()
753 rBounds.w -= iWidth; in RecurseLayout()
761 …pChild->SetBounds((rBounds.x + rBounds.w) - pChild->Width() - margin.right, rBounds.y + margin.top… in RecurseLayout()
764 rBounds.w -= iWidth; in RecurseLayout()
772 …pChild->SetBounds(rBounds.x + margin.left, (rBounds.y + rBounds.h) - pChild->Height() - margin.bot… in RecurseLayout()
779 m_InnerBounds = rBounds; in RecurseLayout()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DBase.cpp738 …pChild->SetBounds(rBounds.x + margin.left, rBounds.y + margin.top, rBounds.w - margin.left - margi… in RecurseLayout()
741 rBounds.y += iHeight; in RecurseLayout()
742 rBounds.h -= iHeight; in RecurseLayout()
749 …pChild->SetBounds(rBounds.x + margin.left, rBounds.y + margin.top, pChild->Width(), rBounds.h - ma… in RecurseLayout()
752 rBounds.x += iWidth; in RecurseLayout()
753 rBounds.w -= iWidth; in RecurseLayout()
761 …pChild->SetBounds((rBounds.x + rBounds.w) - pChild->Width() - margin.right, rBounds.y + margin.top… in RecurseLayout()
764 rBounds.w -= iWidth; in RecurseLayout()
772 …pChild->SetBounds(rBounds.x + margin.left, (rBounds.y + rBounds.h) - pChild->Height() - margin.bot… in RecurseLayout()
779 m_InnerBounds = rBounds; in RecurseLayout()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/mediax/jai/
H A DTiledImage.java1215 if((rBounds = rBounds.intersection(getBounds())).isEmpty()) { in setData()
1220 int txMin = XToTileX(rBounds.x); in setData()
1221 int tyMin = YToTileY(rBounds.y); in setData()
1222 int txMax = XToTileX(rBounds.x + rBounds.width - 1); in setData()
1223 int tyMax = YToTileY(rBounds.y + rBounds.height - 1); in setData()
1270 if((rBounds = rBounds.intersection(getBounds())).isEmpty() || in setData()
1271 (rBounds = rBounds.intersection(roi.getBounds())).isEmpty()) { in setData()
1277 roi.getAsRectangleList(rBounds.x, rBounds.y, in setData()
1278 rBounds.width, rBounds.height); in setData()
1283 int txMax = XToTileX(rBounds.x + rBounds.width - 1); in setData()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx162 bool ViewMediaShape::render( const ::basegfx::B2DRectangle& rBounds ) const in render()
165 (void) rBounds; in render()
194 const ::basegfx::B2DVector aScale( rBounds.getWidth() / aBmpSize.Width(), in render()
195 rBounds.getHeight() / aBmpSize.Height() ); in render()
197 aScale, rBounds.getMinimum())); in render()
275 bool ViewMediaShape::implInitialize( const ::basegfx::B2DRectangle& rBounds ) in implInitialize() argument
313 implInitializePlayerWindow( rBounds, aDeviceParams, sMimeType ); in implInitialize()
401 void ViewMediaShape::implInitializePlayerWindow( const ::basegfx::B2DRectangle& rBounds, in implInitializePlayerWindow() argument
406 if( mpMediaWindow.get() || rBounds.isEmpty() ) in implInitializePlayerWindow()
421 rBounds, in implInitializePlayerWindow()
H A Dappletshape.cxx126 const ::basegfx::B2DRectangle& rBounds = getBounds(); in implViewChanged() local
131 pViewAppletShape->resize( rBounds ); in implViewChanged()
139 const ::basegfx::B2DRectangle& rBounds = getBounds(); in implViewsChanged() local
141 pViewAppletShape->resize( rBounds ); in implViewsChanged()
230 const ::basegfx::B2DRectangle& rBounds = getBounds(); in implStartIntrinsicAnimation() local
232 pViewAppletShape->startApplet( rBounds ); in implStartIntrinsicAnimation()
H A Dviewappletshape.cxx117 void ViewAppletShape::startApplet( const ::basegfx::B2DRectangle& rBounds ) in startApplet() argument
174 rBounds, in startApplet()
215 bool ViewAppletShape::render( const ::basegfx::B2DRectangle& rBounds ) const in render()
226 rBounds, in render()
233 bool ViewAppletShape::resize( const ::basegfx::B2DRectangle& rBounds ) const in resize()
240 rBounds, in resize()
H A Dviewappletshape.hxx106 void startApplet( const ::basegfx::B2DRectangle& rBounds );
127 bool render( const ::basegfx::B2DRectangle& rBounds ) const;
139 bool resize( const ::basegfx::B2DRectangle& rBounds ) const;
H A Dviewshape.hxx144 const ::basegfx::B2DRectangle& rBounds, in RenderArgs()
151 maBounds( rBounds ), in RenderArgs()
260 const ::basegfx::B2DRectangle& rBounds,
272 const ::basegfx::B2DRectangle& rBounds,
H A Dmediashape.cxx105 const ::basegfx::B2DRectangle& rBounds = getBounds(); in implViewChanged() local
109 pViewMediaShape->resize( rBounds ); in implViewChanged()
115 const ::basegfx::B2DRectangle& rBounds = getBounds(); in implViewsChanged() local
118 pViewMediaShape->resize( rBounds ); in implViewsChanged()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/shapes/
H A Dappletshape.cxx127 const ::basegfx::B2DRectangle& rBounds = getBounds(); in implViewChanged() local
132 pViewAppletShape->resize( rBounds ); in implViewChanged()
140 const ::basegfx::B2DRectangle& rBounds = getBounds(); in implViewsChanged() local
142 pViewAppletShape->resize( rBounds ); in implViewsChanged()
231 const ::basegfx::B2DRectangle& rBounds = getBounds(); in implStartIntrinsicAnimation() local
233 pViewAppletShape->startApplet( rBounds ); in implStartIntrinsicAnimation()
H A Dviewmediashape.cxx144 bool ViewMediaShape::render( const ::basegfx::B2DRectangle& rBounds ) const in render()
147 (void) rBounds; in render()
176 const ::basegfx::B2DVector aScale( rBounds.getWidth() / aBmpSize.Width(), in render()
177 rBounds.getHeight() / aBmpSize.Height() ); in render()
179 aScale, rBounds.getMinimum())); in render()
257 bool ViewMediaShape::implInitialize( const ::basegfx::B2DRectangle& rBounds ) in implInitialize() argument
295 implInitializePlayerWindow( rBounds, aDeviceParams ); in implInitialize()
383 void ViewMediaShape::implInitializePlayerWindow( const ::basegfx::B2DRectangle& rBounds, in implInitializePlayerWindow() argument
387 if( mpMediaWindow || rBounds.isEmpty() ) in implInitializePlayerWindow()
403 rBounds, in implInitializePlayerWindow()
H A Dviewappletshape.cxx111 void ViewAppletShape::startApplet( const ::basegfx::B2DRectangle& rBounds ) in startApplet() argument
168 rBounds, in startApplet()
209 bool ViewAppletShape::render( const ::basegfx::B2DRectangle& rBounds ) const in render()
220 rBounds, in render()
227 bool ViewAppletShape::resize( const ::basegfx::B2DRectangle& rBounds ) const in resize()
234 rBounds, in resize()
H A Dviewappletshape.hxx107 void startApplet( const ::basegfx::B2DRectangle& rBounds );
128 bool render( const ::basegfx::B2DRectangle& rBounds ) const;
140 bool resize( const ::basegfx::B2DRectangle& rBounds ) const;
H A Dviewshape.hxx141 const ::basegfx::B2DRectangle& rBounds, in RenderArgs()
148 maBounds( rBounds ), in RenderArgs()
257 const ::basegfx::B2DRectangle& rBounds,
269 const ::basegfx::B2DRectangle& rBounds,
H A Dmediashape.cxx105 const ::basegfx::B2DRectangle& rBounds = getBounds(); in implViewChanged() local
109 pViewMediaShape->resize( rBounds ); in implViewChanged()
115 const ::basegfx::B2DRectangle& rBounds = getBounds(); in implViewsChanged() local
118 pViewMediaShape->resize( rBounds ); in implViewsChanged()
H A Dviewmediashape.hxx128 bool render( const ::basegfx::B2DRectangle& rBounds ) const;
144 bool implInitialize( const ::basegfx::B2DRectangle& rBounds );
147 void implInitializePlayerWindow( const ::basegfx::B2DRectangle& rBounds,
/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfFunction.cpp125 …nction::List & rlstFunctions, const PdfArray & rDomain, const PdfArray & rBounds, const PdfArray &… in PdfStitchingFunction() argument
128 Init( rlstFunctions, rBounds, rEncode ); in PdfStitchingFunction()
131 …nction::List & rlstFunctions, const PdfArray & rDomain, const PdfArray & rBounds, const PdfArray &… in PdfStitchingFunction() argument
134 Init( rlstFunctions, rBounds, rEncode ); in PdfStitchingFunction()
137 void PdfStitchingFunction::Init( const PdfFunction::List & rlstFunctions, const PdfArray & rBounds,… in Init() argument
151 this->GetObject()->GetDictionary().AddKey( PdfName("Bounds"), rBounds ); in Init()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/directx/
H A Ddx_spritedevicehelper.cxx182 void SpriteDeviceHelper::notifySizeUpdate( const awt::Rectangle& rBounds ) in notifySizeUpdate() argument
185 const sal_Int32 x(rBounds.X); in notifySizeUpdate()
186 const sal_Int32 y(rBounds.Y); in notifySizeUpdate()
187 const sal_Int32 w(std::max(sal_Int32(1),sal_Int32(rBounds.Width))); in notifySizeUpdate()
188 const sal_Int32 h(std::max(sal_Int32(1),sal_Int32(rBounds.Height))); in notifySizeUpdate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/directx/
H A Ddx_spritedevicehelper.cxx181 void SpriteDeviceHelper::notifySizeUpdate( const awt::Rectangle& rBounds ) in notifySizeUpdate() argument
184 const sal_Int32 x(rBounds.X); in notifySizeUpdate()
185 const sal_Int32 y(rBounds.Y); in notifySizeUpdate()
186 const sal_Int32 w(std::max(sal_Int32(1),sal_Int32(rBounds.Width))); in notifySizeUpdate()
187 const sal_Int32 h(std::max(sal_Int32(1),sal_Int32(rBounds.Height))); in notifySizeUpdate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dsharedformula.cxx123 bool SharedFormulaUtil::splitFormulaCellGroups(CellStoreType& rCells, std::vector<SCROW>& rBounds) in splitFormulaCellGroups() argument
125 if (rBounds.empty()) in splitFormulaCellGroups()
129 std::sort(rBounds.begin(), rBounds.end()); in splitFormulaCellGroups()
130 std::vector<SCROW>::iterator it = std::unique(rBounds.begin(), rBounds.end()); in splitFormulaCellGroups()
131 rBounds.erase(it, rBounds.end()); in splitFormulaCellGroups()
133 it = rBounds.begin(); in splitFormulaCellGroups()
140 std::vector<SCROW>::iterator itEnd = rBounds.end(); in splitFormulaCellGroups()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/tools/
H A Dcanvascustomspritehelper.cxx263 const ::basegfx::B2DRectangle& rBounds in move() local
271 rBounds.getMinimum(), in move()
272 rBounds.getMinimum() - maPosition + aPoint, in move()
273 rBounds.getRange() ); in move()
415 …::basegfx::B2DRange CanvasCustomSpriteHelper::getUpdateArea( const ::basegfx::B2DRange& rBounds ) … in getUpdateArea()
426 rBounds, in getUpdateArea()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/tools/
H A Dcanvascustomspritehelper.cxx262 const ::basegfx::B2DRectangle& rBounds in move() local
270 rBounds.getMinimum(), in move()
271 rBounds.getMinimum() - maPosition + aPoint, in move()
272 rBounds.getRange() ); in move()
415 …::basegfx::B2DRange CanvasCustomSpriteHelper::getUpdateArea( const ::basegfx::B2DRange& rBounds ) … in getUpdateArea()
426 rBounds, in getUpdateArea()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dsharedformula.cxx123 …:splitFormulaCellGroups(const ScDocument& rDoc, CellStoreType& rCells, std::vector<SCROW>& rBounds) in splitFormulaCellGroups() argument
125 if (rBounds.empty()) in splitFormulaCellGroups()
129 std::sort(rBounds.begin(), rBounds.end()); in splitFormulaCellGroups()
130 std::vector<SCROW>::iterator it = std::unique(rBounds.begin(), rBounds.end()); in splitFormulaCellGroups()
131 rBounds.erase(it, rBounds.end()); in splitFormulaCellGroups()
133 it = rBounds.begin(); in splitFormulaCellGroups()
140 std::vector<SCROW>::iterator itEnd = rBounds.end(); in splitFormulaCellGroups()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/vcl/
H A Dspritedevicehelper.cxx90 void SpriteDeviceHelper::notifySizeUpdate( const awt::Rectangle& rBounds ) in notifySizeUpdate() argument
93 mpBackBuffer->setSize( ::Size(rBounds.Width, in notifySizeUpdate()
94 rBounds.Height) ); in notifySizeUpdate()

12345