Home | History | Annotate | Download | only in main

Lines Matching refs:Polygon

346          if (ctx->Polygon.CullFlag == state)
349 ctx->Polygon.CullFlag = state;
608 if (ctx->Polygon.SmoothFlag == state)
611 ctx->Polygon.SmoothFlag = state;
617 if (ctx->Polygon.StippleFlag == state)
620 ctx->Polygon.StippleFlag = state;
626 if (ctx->Polygon.OffsetPoint == state)
629 ctx->Polygon.OffsetPoint = state;
634 if (ctx->Polygon.OffsetLine == state)
637 ctx->Polygon.OffsetLine = state;
640 if (ctx->Polygon.OffsetFill == state)
643 ctx->Polygon.OffsetFill = state;
1262 return ctx->Polygon.CullFlag;
1389 return ctx->Polygon.SmoothFlag;
1393 return ctx->Polygon.StippleFlag;
1397 return ctx->Polygon.OffsetPoint;
1401 return ctx->Polygon.OffsetLine;
1403 return ctx->Polygon.OffsetFill;