Home
last modified time | relevance | path

Searched refs:aImageSize (Results 1 – 25 of 132) sorted by relevance

123456

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dthrobber.cxx123 const Size aImageSize = (*check)[0].GetSizePixel(); in initImages() local
125 if ( ( aImageSize.Width() > aWindowSizePixel.Width() ) in initImages()
126 || ( aImageSize.Height() > aWindowSizePixel.Height() ) in initImages()
132 …( aWindowSizePixel.Width() - aImageSize.Width() ) * ( aWindowSizePixel.Width() - aImageSize.Width(… in initImages()
133 …+ ( aWindowSizePixel.Height() - aImageSize.Height() ) * ( aWindowSizePixel.Height() - aImageSize in initImages()
H A Dbutton.cxx226 aImageSize.setWidth( CalcZoom( aImageSize.Width() ) ); in ImplDrawAlignedImage()
227 aImageSize.setHeight( CalcZoom( aImageSize.Height() ) ); in ImplDrawAlignedImage()
1968 aImageSize.setWidth( CalcZoom(aImageSize.Width()) ); in ImplDrawRadioButtonState()
1969 aImageSize.setHeight( CalcZoom(aImageSize.Height()) ); in ImplDrawRadioButtonState()
2179 aImageSize.setWidth( CalcZoom(aImageSize.Width()) ); in ImplDrawRadioButton()
2180 aImageSize.setHeight( CalcZoom(aImageSize.Height()) ); in ImplDrawRadioButton()
2461 aImageSize.setWidth( CalcZoom( aImageSize.Width() ) ); in Draw()
3120 aImageSize.setWidth( CalcZoom( aImageSize.Width() ) ); in ImplDrawCheckBox()
3121 aImageSize.setHeight( CalcZoom( aImageSize.Height() ) ); in ImplDrawCheckBox()
3274 aImageSize.setWidth( CalcZoom( aImageSize.Width() ) ); in Draw()
[all …]
H A Dtabctrl.cxx230 Size aImageSize( 0, 0 ); in ImplGetItemSize() local
233 aImageSize = pItem->maTabImage.GetSizePixel(); in ImplGetItemSize()
237 aSize.AdjustWidth(aImageSize.Width() ); in ImplGetItemSize()
238 if( aImageSize.Height() > aSize.Height() ) in ImplGetItemSize()
239 aSize.setHeight( aImageSize.Height() ); in ImplGetItemSize()
271 aSize.AdjustWidth(aImageSize.Width() ); in ImplGetItemSize()
285 aSize.setHeight( aImageSize.Height()+4 ); in ImplGetItemSize()
757 Size aImageSize( 0, 0 ); in ImplShowFocus() local
777 …aRect.SetLeft( aRect.Left()+aImageSize.Width()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2… in ImplShowFocus()
947 Size aImageSize(0, 0); in ImplDrawItem() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dthrobber.cxx124 const Size aImageSize = (*check)[0].GetSizePixel(); in initImages() local
126 if ( ( aImageSize.Width() > aWindowSizePixel.Width() ) in initImages()
127 || ( aImageSize.Height() > aWindowSizePixel.Height() ) in initImages()
133 …( aWindowSizePixel.Width() - aImageSize.Width() ) * ( aWindowSizePixel.Width() - aImageSize.Width(… in initImages()
134 …+ ( aWindowSizePixel.Height() - aImageSize.Height() ) * ( aWindowSizePixel.Height() - aImageSize in initImages()
H A Dbutton.cxx207 aImageSize.setWidth( CalcZoom( aImageSize.Width() ) ); in ImplDrawAlignedImage()
208 aImageSize.setHeight( CalcZoom( aImageSize.Height() ) ); in ImplDrawAlignedImage()
1920 aImageSize.setWidth( CalcZoom(aImageSize.Width()) ); in ImplDrawRadioButtonState()
2113 aImageSize.setWidth( CalcZoom(aImageSize.Width()) ); in ImplDrawRadioButton()
2114 aImageSize.setHeight( CalcZoom(aImageSize.Height()) ); in ImplDrawRadioButton()
2399 aImageSize.setWidth( CalcZoom( aImageSize.Width() ) ); in Draw()
2400 aImageSize.setHeight( CalcZoom( aImageSize.Height() ) ); in Draw()
3094 aImageSize.setWidth( CalcZoom( aImageSize.Width() ) ); in ImplDrawCheckBox()
3095 aImageSize.setHeight( CalcZoom( aImageSize.Height() ) ); in ImplDrawCheckBox()
3255 aImageSize.setWidth( CalcZoom( aImageSize.Width() ) ); in Draw()
[all …]
H A Dtabctrl.cxx227 Size aImageSize( 0, 0 ); in ImplGetItemSize() local
230 aImageSize = pItem->maTabImage.GetSizePixel(); in ImplGetItemSize()
234 aSize.AdjustWidth(aImageSize.Width() ); in ImplGetItemSize()
235 if( aImageSize.Height() > aSize.Height() ) in ImplGetItemSize()
236 aSize.setHeight( aImageSize.Height() ); in ImplGetItemSize()
268 aSize.AdjustWidth(aImageSize.Width() ); in ImplGetItemSize()
282 aSize.setHeight( aImageSize.Height()+4 ); in ImplGetItemSize()
757 Size aImageSize( 0, 0 ); in ImplShowFocus() local
777 …aRect.SetLeft( aRect.Left()+aImageSize.Width()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2… in ImplShowFocus()
947 Size aImageSize(0, 0); in ImplDrawItem() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dtemplateviewitem.cxx80 Size aImageSize = maPreview1.GetSizePixel(); in Paint() local
82 float fWidth = aImageSize.Width(); in Paint()
83 float fHeight = aImageSize.Height(); in Paint()
102 … B2DPoint(aImageSize.Width(),aImageSize.Height())), in Paint()
H A Dthumbnailviewitem.cxx129 Size aImageSize = maPreview1.GetSizePixel(); in calculateItemsPosition() local
133 aPos.setX( maDrawArea.getX() + (aRectSize.Width()-aImageSize.Width())/2 ); in calculateItemsPosition()
134 aPos.setY( maDrawArea.getY() + nPadding + (nThumbnailHeight-aImageSize.Height())/2 ); in calculateItemsPosition()
170 Size aImageSize = maPreview1.GetSizePixel(); in Paint() local
177 … B2DPoint(aImageSize.Width(),aImageSize.Height())), in Paint()
184 float fWidth = aImageSize.Width() - 1; in Paint()
185 float fHeight = aImageSize.Height() - 1; in Paint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Dtemplateviewitem.cxx80 Size aImageSize = maPreview1.GetSizePixel(); in Paint() local
82 float fWidth = aImageSize.Width(); in Paint()
83 float fHeight = aImageSize.Height(); in Paint()
102 … B2DPoint(aImageSize.Width(),aImageSize.Height())), in Paint()
H A Dthumbnailviewitem.cxx133 Size aImageSize = maPreview1.GetSizePixel(); in calculateItemsPosition() local
137 aPos.setX( maDrawArea.getX() + (aRectSize.Width()-aImageSize.Width())/2 ); in calculateItemsPosition()
138 aPos.setY( maDrawArea.getY() + nPadding + (nThumbnailHeight-aImageSize.Height())/2 ); in calculateItemsPosition()
173 Size aImageSize = maPreview1.GetSizePixel(); in Paint() local
180 … B2DPoint(aImageSize.Width(),aImageSize.Height())), in Paint()
185 float fWidth = aImageSize.Width() - 1; in Paint()
186 float fHeight = aImageSize.Height() - 1; in Paint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/tools/
H A Dsurfaceproxy.cxx37 const ::basegfx::B2ISize aImageSize(mpBuffer->getWidth(),mpBuffer->getHeight()); in SurfaceProxy() local
41 const sal_Int32 aImageSizeX(aImageSize.getX()); in SurfaceProxy()
42 const sal_Int32 aImageSizeY(aImageSize.getY()); in SurfaceProxy()
67 ::basegfx::B2ISize aSize( std::min( aImageSize.getX()-x, in SurfaceProxy()
69 std::min( aImageSize.getY()-y, in SurfaceProxy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/tools/
H A Dsurfaceproxy.cxx37 const ::basegfx::B2ISize aImageSize(mpBuffer->getWidth(),mpBuffer->getHeight()); in SurfaceProxy() local
41 const sal_Int32 aImageSizeX(aImageSize.getX()); in SurfaceProxy()
42 const sal_Int32 aImageSizeY(aImageSize.getY()); in SurfaceProxy()
67 ::basegfx::B2ISize aSize( std::min( aImageSize.getX()-x, in SurfaceProxy()
69 std::min( aImageSize.getY()-y, in SurfaceProxy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Dheadbar.cxx361 long nTestHeight = aImageSize.Height(); in ImplDrawItem()
366 aImageSize.setWidth( 0 ); in ImplDrawItem()
367 aImageSize.setHeight( 0 ); in ImplDrawItem()
374 nMaxTxtWidth -= aImageSize.Width(); in ImplDrawItem()
401 nTxtPos -= aImageSize.Width(); in ImplDrawItem()
410 nTxtPos += aImageSize.Width(); in ImplDrawItem()
425 nTxtPos += aImageSize.Width(); in ImplDrawItem()
459 if (aImageSize.Width() && aImageSize.Height()) in ImplDrawItem()
509 nArrowX -= aImageSize.Width(); in ImplDrawItem()
511 nArrowX += aImageSize.Width(); in ImplDrawItem()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/report/
H A DStartMarker.cxx227 Size aImageSize = m_aImage.GetSizePixel(); in Resize() local
229aImageSize.setWidth( tools::Long(aImageSize.Width() * static_cast<double>(rMapMode.GetScaleX())) ); in Resize()
230aImageSize.setHeight( tools::Long(aImageSize.Height() * static_cast<double>(rMapMode.GetScaleY()))… in Resize()
234 Point aPos(aImageSize.Width() + (nExtraWidth * 2), nExtraWidth); in Resize()
239 …tic_cast<sal_Int32>((LogicToPixel(Size(0, GetTextHeight())).Height() - aImageSize.Height()) * 0.5)… in Resize()
240 m_aImageRect = tools::Rectangle(aPos, aImageSize); in Resize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/report/
H A DStartMarker.cxx231 Size aImageSize = m_aImage->GetImage().GetSizePixel(); in Resize() local
233 aImageSize.setWidth( long(aImageSize.Width() * static_cast<double>(rMapMode.GetScaleX())) ); in Resize()
234 aImageSize.setHeight( long(aImageSize.Height() * static_cast<double>(rMapMode.GetScaleY())) ); in Resize()
238 Point aPos(aImageSize.Width() + (nExtraWidth * 2), nExtraWidth); in Resize()
243 …<sal_Int32>((LogicToPixel(Size(0,m_aText->GetTextHeight())).Height() - aImageSize.Height()) * 0.5)… in Resize()
244 m_aImage->SetPosSizePixel(aPos,aImageSize); in Resize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uiconfiguration/
H A DImageList.cxx49 Size aImageSize(aTempl.GetSizePixel()); in GetAsHorizontalStrip() local
50 Size aSize(aImageSize.Width() * nCount, aImageSize.Height()); in GetAsHorizontalStrip()
53 tools::Rectangle aSrcRect( Point( 0, 0 ), aImageSize ); in GetAsHorizontalStrip()
56 tools::Rectangle aDestRect( Point( nIdx * aImageSize.Width(), 0 ), aImageSize ); in GetAsHorizontalStrip()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/treelist/
H A Dheadbar.cxx367 aImageSize.setWidth( 0 ); in ImplDrawItem()
368 aImageSize.setHeight( 0 ); in ImplDrawItem()
375 nMaxTxtWidth -= aImageSize.Width(); in ImplDrawItem()
402 nTxtPos -= aImageSize.Width(); in ImplDrawItem()
411 nTxtPos += aImageSize.Width(); in ImplDrawItem()
426 nTxtPos += aImageSize.Width(); in ImplDrawItem()
436 nTempHeight += aImageSize.Height(); in ImplDrawItem()
460 if (aImageSize.Width() && aImageSize.Height()) in ImplDrawItem()
510 nArrowX -= aImageSize.Width(); in ImplDrawItem()
512 nArrowX += aImageSize.Width(); in ImplDrawItem()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/brwbox/
H A Deditbrowsebox.cxx299 Size aImageSize(aImage.GetSizePixel()); in PaintStatusCell() local
300 aImageSize.setWidth( CalcZoom(aImageSize.Width()) ); in PaintStatusCell()
301 aImageSize.setHeight( CalcZoom(aImageSize.Height()) ); in PaintStatusCell()
304 … if ( ( aImageSize.Width() > rRect.GetWidth() ) || ( aImageSize.Height() > rRect.GetHeight() ) ) in PaintStatusCell()
307 if ( aImageSize.Width() < rRect.GetWidth() ) in PaintStatusCell()
308 aPos.AdjustX(( rRect.GetWidth() - aImageSize.Width() ) / 2 ); in PaintStatusCell()
310 if ( aImageSize.Height() < rRect.GetHeight() ) in PaintStatusCell()
311 aPos.AdjustY(( rRect.GetHeight() - aImageSize.Height() ) / 2 ); in PaintStatusCell()
314 rDev.DrawImage( aPos, aImageSize, aImage ); in PaintStatusCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/brwbox/
H A Deditbrowsebox.cxx311 Size aImageSize(aImage.GetSizePixel()); in PaintStatusCell() local
312 aImageSize.setWidth( CalcZoom(aImageSize.Width()) ); in PaintStatusCell()
313 aImageSize.setHeight( CalcZoom(aImageSize.Height()) ); in PaintStatusCell()
316 … if ( ( aImageSize.Width() > rRect.GetWidth() ) || ( aImageSize.Height() > rRect.GetHeight() ) ) in PaintStatusCell()
319 if ( aImageSize.Width() < rRect.GetWidth() ) in PaintStatusCell()
320 aPos.AdjustX(( rRect.GetWidth() - aImageSize.Width() ) / 2 ); in PaintStatusCell()
322 if ( aImageSize.Height() < rRect.GetHeight() ) in PaintStatusCell()
323 aPos.AdjustY(( rRect.GetHeight() - aImageSize.Height() ) / 2 ); in PaintStatusCell()
326 rDev.DrawImage( aPos, aImageSize, aImage ); in PaintStatusCell()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DimgFrame.cpp145 static bool AllowedImageAndFrameDimensions(const nsIntSize& aImageSize, in AllowedImageAndFrameDimensions() argument
148 if (!AllowedImageSize(aImageSize.width, aImageSize.height)) { in AllowedImageAndFrameDimensions()
154 nsIntRect imageRect(0, 0, aImageSize.width, aImageSize.height); in AllowedImageAndFrameDimensions()
192 imgFrame::InitForDecoder(const nsIntSize& aImageSize, in InitForDecoder() argument
200 if (!AllowedImageAndFrameDimensions(aImageSize, aRect)) { in InitForDecoder()
206 mImageSize = aImageSize; in InitForDecoder()
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DimgFrame.cpp166 static bool AllowedImageAndFrameDimensions(const nsIntSize& aImageSize, in AllowedImageAndFrameDimensions() argument
168 if (!AllowedImageSize(aImageSize.width, aImageSize.height)) { in AllowedImageAndFrameDimensions()
174 nsIntRect imageRect(0, 0, aImageSize.width, aImageSize.height); in AllowedImageAndFrameDimensions()
207 nsresult imgFrame::InitForDecoder(const nsIntSize& aImageSize, in InitForDecoder() argument
214 if (!AllowedImageAndFrameDimensions(aImageSize, aRect)) { in InitForDecoder()
220 mImageSize = aImageSize; in InitForDecoder()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DUpdateImageHelper.h23 gfx::IntSize aImageSize, gfx::SurfaceFormat aFormat) in UpdateImageHelper() argument
26 mImageSize(aImageSize), in UpdateImageHelper()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DUpdateImageHelper.h23 gfx::IntSize aImageSize, gfx::SurfaceFormat aFormat) in UpdateImageHelper() argument
26 mImageSize(aImageSize), in UpdateImageHelper()
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DUpdateImageHelper.h23 gfx::IntSize aImageSize, gfx::SurfaceFormat aFormat) in UpdateImageHelper() argument
26 mImageSize(aImageSize), in UpdateImageHelper()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DUpdateImageHelper.h23 gfx::IntSize aImageSize, gfx::SurfaceFormat aFormat) in UpdateImageHelper() argument
26 mImageSize(aImageSize), in UpdateImageHelper()

123456