Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx529 const sal_Int32 nOLeft(basegfx::fround(aObjectRange.getMinX())); in RenderFillGraphicPrimitive2D() local
534 if(nBLeft > nOLeft) in RenderFillGraphicPrimitive2D()
542 if(nBLeft + nBWidth <= nOLeft) in RenderFillGraphicPrimitive2D()
581 nXPos < nOLeft + nOWidth; nXPos += nBWidth) in RenderFillGraphicPrimitive2D()
605 … for(sal_Int32 nXPos(nBLeft); nXPos < nOLeft + nOWidth; nXPos += nBWidth, nPosX++) in RenderFillGraphicPrimitive2D()

Completed in 23 milliseconds