Home
last modified time | relevance | path

Searched refs:MoveRotatePivot (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dstretch.e143 extern void MoveRotatePivot ARGS_DECL((int Corner));
H A Ddrawing.c2840 MoveRotatePivot(CORNER_NONE);
2842 MoveRotatePivot(CORNER_LT);
2844 MoveRotatePivot(CORNER_RT);
2846 MoveRotatePivot(CORNER_LB);
2848 MoveRotatePivot(CORNER_RB);
2850 MoveRotatePivot(CORNER_LEFT);
2852 MoveRotatePivot(CORNER_RIGHT);
2854 MoveRotatePivot(CORNER_TOP);
2856 MoveRotatePivot(CORNER_BOTTOM);
H A Dstretch.c7072 void MoveRotatePivot(Corner) in MoveRotatePivot() function