Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx530 const sal_Int32 nOTop(basegfx::fround(aObjectRange.getMinY())); in RenderFillGraphicPrimitive2D() local
550 if(nBTop > nOTop) in RenderFillGraphicPrimitive2D()
558 if(nBTop + nBHeight <= nOTop) in RenderFillGraphicPrimitive2D()
578 … for(sal_Int32 nYPos(nBTop); nYPos < nOTop + nOHeight; nYPos += nBHeight, nPosY++) in RenderFillGraphicPrimitive2D()
608 nYPos < nOTop + nOHeight; nYPos += nBHeight) in RenderFillGraphicPrimitive2D()

Completed in 23 milliseconds