Searched refs:nPixWidth (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | atslayout.cxx | 676 int nPixWidth = 0; in FillDXArray() local 682 const int nOldPixWidth = nPixWidth; in FillDXArray() 683 nPixWidth = Fixed2Vcl( mnCachedWidth ); in FillDXArray() 684 pDXArray[i] = nPixWidth - nOldPixWidth; in FillDXArray() 687 return nPixWidth; in FillDXArray()
|
H A D | ctlayout.cxx | 403 long nPixWidth = GetTextWidth(); in FillDXArray() local 443 return nPixWidth; in FillDXArray()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 665 long nPixWidth = Application::GetDefaultDevice()->LogicToPixel( in Write() local 667 if( !nPixWidth ) in Write() 668 nPixWidth = 1; in Write() 670 sOut += ByteString::CreateFromInt32( nPixWidth ); in Write()
|
/aoo42x/main/svx/source/dialog/ |
H A D | framelink.cxx | 1245 sal_uInt16 nPixWidth = SCALEVALUE( nPrim + nDist + nSecn ); in Set() local 1246 if( nPixWidth > GetWidth() ) in Set() 1247 mnDist = nPixWidth - mnPrim - mnSecn; in Set()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | fntcache.hxx | 93 static long nPixWidth; member in SwFntObj
|
/aoo42x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 3502 long nPixWidth, long nPixHeight ) in ImplDrawWavePixel() argument 3510 pGraphics->DrawRect( nCurX, nCurY, nPixWidth, nPixHeight, pOutDev ); in ImplDrawWavePixel() 3557 long nPixWidth; in ImplDrawWaveLine() local 3571 nPixWidth = nLineWidth; in ImplDrawWaveLine() 3578 nPixWidth = 1; in ImplDrawWaveLine() 3589 bDrawPixAsRect, nPixWidth, nPixHeight ); in ImplDrawWaveLine() 3604 bDrawPixAsRect, nPixWidth, nPixHeight ); in ImplDrawWaveLine() 3612 bDrawPixAsRect, nPixWidth, nPixHeight ); in ImplDrawWaveLine() 3624 bDrawPixAsRect, nPixWidth, nPixHeight ); in ImplDrawWaveLine() 3633 bDrawPixAsRect, nPixWidth, nPixHeight ); in ImplDrawWaveLine()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 83 long SwFntObj::nPixWidth; member in SwFntObj 989 nPixWidth = rInf.GetOut().PixelToLogic( aTmp ).Width(); in DrawText() 992 aPos.X() += rInf.GetFrm()->IsRightToLeft() ? 0 : nPixWidth; in DrawText()
|
Completed in 60 milliseconds