Home
last modified time | relevance | path

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

/aoo4110/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx821 sal_uInt32 vertex_count = 3; in clipTriangleListOnRange() local
825 vertex_count = scissorLineSegment(stack,vertex_count,buf1,&sp[0],rRange); in clipTriangleListOnRange()
826 vertex_count = scissorLineSegment(buf1,vertex_count,buf0,&sp[1],rRange); in clipTriangleListOnRange()
827 vertex_count = scissorLineSegment(buf0,vertex_count,buf1,&sp[2],rRange); in clipTriangleListOnRange()
828 vertex_count = scissorLineSegment(buf1,vertex_count,buf0,&sp[3],rRange); in clipTriangleListOnRange()
830 if(vertex_count >= 3) in clipTriangleListOnRange()
835 for(sal_uInt32 i=2; i<vertex_count; ++i) in clipTriangleListOnRange()

Completed in 16 milliseconds