HomeSort by: relevance | last modified time | path
    Searched defs:clockwise (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-trap.c 563 clockwise (const pixman_point_fixed_t *ref, function
601 if (clockwise (top, right, left))
  /xsrc/external/mit/xorg-server/dist/mi/
miwideline.c 855 int clockwise; local
874 clockwise = 1;
882 clockwise = -1;
906 i = StepAround(i, clockwise, count);
907 s = StepAround(s, clockwise, count);
932 i = StepAround(i, -clockwise, count);
933 s = StepAround(s, -clockwise, count);
  /xsrc/external/mit/xorg-server.old/dist/mi/
miwideline.c 378 int clockwise; local
400 clockwise = 1;
408 clockwise = -1;
435 i = StepAround (i, clockwise, count);
436 s = StepAround (s, clockwise, count);
463 i = StepAround (i, -clockwise, count);
464 s = StepAround (s, -clockwise, count);

Completed in 10 milliseconds