Searched refs:vertex_count (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolygonclipper.cxx | 894 sal_uInt32 vertex_count = 3; in clipTriangleListOnRange() local 898 vertex_count = scissorLineSegment(stack,vertex_count,buf1,&sp[0],rRange); in clipTriangleListOnRange() 899 vertex_count = scissorLineSegment(buf1,vertex_count,buf0,&sp[1],rRange); in clipTriangleListOnRange() 900 vertex_count = scissorLineSegment(buf0,vertex_count,buf1,&sp[2],rRange); in clipTriangleListOnRange() 901 vertex_count = scissorLineSegment(buf1,vertex_count,buf0,&sp[3],rRange); in clipTriangleListOnRange() 903 if(vertex_count >= 3) in clipTriangleListOnRange() 908 for(sal_uInt32 i=2; i<vertex_count; ++i) in clipTriangleListOnRange()
|
Completed in 17 milliseconds