Home
last modified time | relevance | path

Searched refs:tolLessEqual (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/basegfx/source/workbench/
H A Dbezierclip.hxx86 template <typename NumType> bool tolLessEqual( NumType n1, NumType n2 ) { return tolEqual(n1,n2) ||… in tolLessEqual() function
H A Dbezierclip.cxx228 if( (tolLessEqual(p0.y, upperYBound) || tolLessEqual(p1.y, upperYBound)) && in Impl_calcSafeParams()
1006 if( tolLessEqual(t1_c1, last_t2_c1) && tolGreaterEqual(t2_c1, last_t1_c1) ) in Impl_applySafeRanges_rec()

Completed in 25 milliseconds