Searched refs:scissorLineSegment (Results 1 – 1 of 1) sorted by relevance
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygonclipper.cxx | 663 sal_uInt32 scissorLineSegment( ::basegfx::B2DPoint *in_vertex, // input buffer in scissorLineSegment() function 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()
|
Completed in 11 milliseconds