Home
last modified time | relevance | path

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

/aoo4110/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx105 const sal_uInt32 nHalfCount((nCount - 1) >> 1); in splitLinePolygon() local
107 o_aLeft = basegfx::B2DPolygon(rBasePolygon, 0, nHalfCount + 1); in splitLinePolygon()
110 o_aRight = basegfx::B2DPolygon(rBasePolygon, nHalfCount, nCount - nHalfCount); in splitLinePolygon()

Completed in 29 milliseconds