Searched refs:pNewEnd (Results 1 – 1 of 1) sorted by relevance
137 void setEnd( const B2DPoint* pNewEnd) in setEnd() argument139 OSL_ENSURE(0 != pNewEnd, "No null pointer allowed here (!)"); in setEnd()141 if(mpEnd != pNewEnd) in setEnd()143 mpEnd = pNewEnd; in setEnd()
Completed in 34 milliseconds