Searched refs:nHalfCount (Results 1 – 1 of 1) sorted by relevance
105 const sal_uInt32 nHalfCount((nCount - 1) >> 1); in splitLinePolygon() local107 o_aLeft = basegfx::B2DPolygon(rBasePolygon, 0, nHalfCount + 1); in splitLinePolygon()110 o_aRight = basegfx::B2DPolygon(rBasePolygon, nHalfCount, nCount - nHalfCount); in splitLinePolygon()
Completed in 21 milliseconds