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