Home
last modified time | relevance | path

Searched refs:aPixel (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/oox/source/helper/
H A Dgraphichelper.cxx218 …Point aPixel = mxUnitConversion->convertPointToPixel( rAppFont, ::com::sun::star::util::MeasureUni… in convertAppFontToHmm() local
219 return convertScreenPixelToHmm( aPixel ); in convertAppFontToHmm()
231 …Size aPixel = mxUnitConversion->convertSizeToPixel( rAppFont, ::com::sun::star::util::MeasureUnit:… in convertAppFontToHmm() local
232 return convertScreenPixelToHmm( aPixel ); in convertAppFontToHmm()
244 Point aPixel = convertHmmToScreenPixel( rHmm ); in convertHmmToAppFont() local
245 …return mxUnitConversion->convertPointToLogic( aPixel, ::com::sun::star::util::MeasureUnit::APPFONT… in convertHmmToAppFont()
257 Size aPixel = convertHmmToScreenPixel( rHmm ); in convertHmmToAppFont() local
258 …return mxUnitConversion->convertSizeToLogic( aPixel, ::com::sun::star::util::MeasureUnit::APPFONT … in convertHmmToAppFont()
/aoo4110/main/sc/source/ui/drawfunc/
H A Dfusel2.cxx82 Point aPixel = pWindow->LogicToPixel( aLineStart ); in TestDetective() local
85 pViewData->GetPosFromPixel( aPixel.X(), aPixel.Y(), ePos, nStartCol, nStartRow ); in TestDetective()
86 aPixel = pWindow->LogicToPixel( aLineEnd ); in TestDetective()
89 pViewData->GetPosFromPixel( aPixel.X(), aPixel.Y(), ePos, nEndCol, nEndRow ); in TestDetective()
/aoo4110/main/sc/source/ui/view/
H A Dpreview.cxx544 --aPixel.Right(); in DoPrint()
545 --aPixel.Bottom(); in DoPrint()
546 DrawRect( PixelToLogic( aPixel ) ); in DoPrint()
554 Rectangle aPixel; in DoPrint() local
557 aPixel.Top() += SC_PREVIEW_SHADOWSIZE; in DoPrint()
558 aPixel.Right() += SC_PREVIEW_SHADOWSIZE - 1; in DoPrint()
559 aPixel.Bottom() += SC_PREVIEW_SHADOWSIZE - 1; in DoPrint()
560 DrawRect( PixelToLogic( aPixel ) ); in DoPrint()
563 aPixel.Left() += SC_PREVIEW_SHADOWSIZE; in DoPrint()
564 aPixel.Right() += SC_PREVIEW_SHADOWSIZE - 1; in DoPrint()
[all …]
H A Dgridwin2.cxx268 Point aPixel = rMEvt.GetPosPixel(); in DPTestMouse() local
272 if ( aPixel.X() < 0 ) in DPTestMouse()
274 if ( aPixel.Y() < 0 ) in DPTestMouse()
277 if ( aPixel.X() >= aSize.Width() ) in DPTestMouse()
279 if ( aPixel.Y() >= aSize.Height() ) in DPTestMouse()
297 pViewData->GetPosFromPixel( aPixel.X(), aPixel.Y(), eWhich, nPosX, nPosY ); in DPTestMouse()
300 pViewData->GetMouseQuadrant( aPixel, eWhich, nPosX, nPosY, bMouseLeft, bMouseTop ); in DPTestMouse()
H A Dviewdata.cxx2579 Point aPixel = Application::GetDefaultDevice()->LogicToPixel( in ReadExtOptions() local
2586 aPixel.X() = (long)( aPixel.X() * nFactor + 0.5 ); in ReadExtOptions()
2589 bHSplit = bHSplit && aPixel.X() > 0; in ReadExtOptions()
2590 bVSplit = bVSplit && aPixel.Y() > 0; in ReadExtOptions()
2594 rViewTab.nHSplitPos = aPixel.X(); in ReadExtOptions()
2599 rViewTab.nVSplitPos = aPixel.Y(); in ReadExtOptions()
/aoo4110/main/avmedia/source/gstreamer/
H A Dgstframegrabber.cxx231 BitmapColor aPixel( 0, 0, 0 ); in grabFrame() local
241 aPixel.SetRed( *pCur++ ); in grabFrame()
242 aPixel.SetGreen( *pCur++ ); in grabFrame()
243 aPixel.SetBlue( *pCur++ ); in grabFrame()
251 pAcc->SetPixel( nRow, nCol, aPixel ); in grabFrame()
/aoo4110/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx383 Guchar aPixel = 0; in createPng() local
384 imgStrMask->getPixel( &aPixel ); in createPng()
389 aScanlines[ nIndex ] = aPixel ? 0xff : 0x00; in createPng()
391 aScanlines[ nIndex ] = aPixel ? 0x00 : 0xff; in createPng()
/aoo4110/main/sd/source/ui/dlg/
H A Dvectdlg.cxx256 const BitmapColor aPixel( pRAcc->GetColor( nY, nX ) ); in AddTile() local
258 nSumR += aPixel.GetRed(); in AddTile()
259 nSumG += aPixel.GetGreen(); in AddTile()
260 nSumB += aPixel.GetBlue(); in AddTile()
/aoo4110/main/vcl/source/gdi/
H A Dbitmap.cxx1842 BitmapColor aPixel; in CombineSimple() local
1926 aPixel = pAcc->GetPixel( nY, nX ); in CombineSimple()
1929 if( ( aMaskPixel != aMaskBlack && aPixel == aBlack ) || in CombineSimple()
1930 ( aMaskPixel == aMaskBlack && aPixel != aBlack ) ) in CombineSimple()
1944 aPixel = pAcc->GetPixel( nY, nX ); in CombineSimple()
1947 if( ( aMaskPixel != aMaskBlack && aPixel == aBlack ) || in CombineSimple()
1948 ( aMaskPixel == aMaskBlack && aPixel != aBlack ) ) in CombineSimple()
H A Dpdfwriter_impl.cxx9310 OStringBuffer aPixel(32); in drawPixel() local
9311 aPixel.append( ' ' ); in drawPixel()
9312 appendDouble( 1.0/double(getReferenceDevice()->ImplGetDPIX()), aPixel ); in drawPixel()
9313 aPixel.append( ' ' ); in drawPixel()
9314 appendDouble( 1.0/double(getReferenceDevice()->ImplGetDPIY()), aPixel ); in drawPixel()
9315 OString aPixelStr = aPixel.makeStringAndClear(); in drawPixel()
/aoo4110/main/svx/source/svdraw/
H A Dsvdfmtf.cxx590 basegfx::B2DRange aPixel(aNewRange); in InsertObj() local
595 aPixel.transform(aTrans); in InsertObj()
599 basegfx::fround(floor(std::max(0.0, aPixel.getMinX()))), in InsertObj()
600 basegfx::fround(floor(std::max(0.0, aPixel.getMinY())))); in InsertObj()
602 … basegfx::fround(ceil(std::min((double)aOrigSizePixel.Width(), aPixel.getWidth()))), in InsertObj()
603 … basegfx::fround(ceil(std::min((double)aOrigSizePixel.Height(), aPixel.getHeight())))); in InsertObj()
/aoo4110/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1325 struct{ unsigned char b, g, r, a; } aPixel; in getPixel() local
1327 struct{ unsigned char a, r, g, b; } aPixel; in getPixel() local
1332 CGContextRef xOnePixelContext = ::CGBitmapContextCreate( &aPixel, in getPixel()
1333 1, 1, 8, sizeof(aPixel), aCGColorSpace, aCGBmpInfo ); in getPixel()
1345 SalColor nSalColor = MAKE_SALCOLOR( aPixel.r, aPixel.g, aPixel.b ); in getPixel()

Completed in 169 milliseconds