Searched refs:vertex_count (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygonclipper.cxx | 821 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 7 milliseconds