Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx527 sal_Int32 nBLeft(basegfx::fround(aGraphicRange.getMinX())); in RenderFillGraphicPrimitive2D() local
534 if(nBLeft > nOLeft) in RenderFillGraphicPrimitive2D()
536 const sal_Int32 nDiff((nBLeft / nBWidth) + 1); in RenderFillGraphicPrimitive2D()
539 nBLeft -= nDiff * nBWidth; in RenderFillGraphicPrimitive2D()
542 if(nBLeft + nBWidth <= nOLeft) in RenderFillGraphicPrimitive2D()
544 const sal_Int32 nDiff(-nBLeft / nBWidth); in RenderFillGraphicPrimitive2D()
547 nBLeft += nDiff * nBWidth; in RenderFillGraphicPrimitive2D()
580 … for(sal_Int32 nXPos(nPosY % 2 ? nBLeft - nBWidth + nOffsetX : nBLeft); in RenderFillGraphicPrimitive2D()
605 … for(sal_Int32 nXPos(nBLeft); nXPos < nOLeft + nOWidth; nXPos += nBWidth, nPosX++) in RenderFillGraphicPrimitive2D()

Completed in 60 milliseconds