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

  /src/external/gpl2/groff/dist/src/preproc/pic/
object.cpp 1700 double start_quad = atan2(start_offset.y, start_offset.x)/(M_PI/2.0); local
1703 double temp = start_quad;
1704 start_quad = end_quad;
1707 if (start_quad < 0.0)
1708 start_quad += 4.0;
1709 while (end_quad <= start_quad)
1712 for (int q = int(start_quad) + 1; q < end_quad; q++) {

Completed in 41 milliseconds