Home | History | Annotate | Download | only in win32

Lines Matching refs:point_type

678         int point_type = pPoints[i].m_Flag & FXPT_TYPE;

679 if(point_type == PT_MOVETO) {
681 } else if(point_type == PT_LINETO) {
686 } else if(point_type == PT_BEZIERTO) {