Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/utils/
H A Dbezier.hpp43 kCoordsBoth, // x or y must be different (default) enumerator
51 Flag_t flag = kCoordsBoth );
H A Dbezier.cpp79 if( ( flag == kCoordsBoth && ( cx != oldx || cy != oldy ) ) || in Bezier()