Home | History | Annotate | Download | only in agg23

Lines Matching refs:point_type

45         int point_type = pPoints[i].m_Flag & FXPT_TYPE;
46 if (point_type == FXPT_MOVETO) {
48 } else if (point_type == FXPT_LINETO) {
54 } else if (point_type == FXPT_BEZIERTO) {