Home | History | Annotate | Download | only in main

Lines Matching refs:SmoothFlag

413          if (ctx->Line.SmoothFlag == state)
416 ctx->Line.SmoothFlag = state;
599 if (ctx->Point.SmoothFlag == state)
602 ctx->Point.SmoothFlag = state;
608 if (ctx->Polygon.SmoothFlag == state)
611 ctx->Polygon.SmoothFlag = state;
1293 return ctx->Line.SmoothFlag;
1385 return ctx->Point.SmoothFlag;
1389 return ctx->Polygon.SmoothFlag;