Lines Matching refs:Command

809 					rSegInfo.Command = EnhancedCustomShapeSegmentCommand::LINETO;  in MergeDefaultAttributes()
817 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CURVETO; in MergeDefaultAttributes()
825 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::MOVETO; in MergeDefaultAttributes()
833 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CLOSESUBPATH; in MergeDefaultAttributes()
839 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ENDSUBPATH; in MergeDefaultAttributes()
845 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ANGLEELLIPSETO; in MergeDefaultAttributes()
851 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ANGLEELLIPSE; in MergeDefaultAttributes()
857 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ARCTO; in MergeDefaultAttributes()
863 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ARC; in MergeDefaultAttributes()
869 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CLOCKWISEARCTO; in MergeDefaultAttributes()
875 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CLOCKWISEARC; in MergeDefaultAttributes()
881 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ELLIPTICALQUADRANTX; in MergeDefaultAttributes()
887 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ELLIPTICALQUADRANTY; in MergeDefaultAttributes()
893 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::NOFILL; in MergeDefaultAttributes()
899 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::NOSTROKE; in MergeDefaultAttributes()
906 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::UNKNOWN; in MergeDefaultAttributes()
1259 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::LINETO; in IsDefaultGeometry()
1267 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CURVETO; in IsDefaultGeometry()
1275 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::MOVETO; in IsDefaultGeometry()
1283 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CLOSESUBPATH; in IsDefaultGeometry()
1289 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ENDSUBPATH; in IsDefaultGeometry()
1295 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ANGLEELLIPSETO; in IsDefaultGeometry()
1301 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ANGLEELLIPSE; in IsDefaultGeometry()
1307 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ARCTO; in IsDefaultGeometry()
1313 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ARC; in IsDefaultGeometry()
1319 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CLOCKWISEARCTO; in IsDefaultGeometry()
1325 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CLOCKWISEARC; in IsDefaultGeometry()
1331 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ELLIPTICALQUADRANTX; in IsDefaultGeometry()
1337 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ELLIPTICALQUADRANTY; in IsDefaultGeometry()
1343 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::NOFILL; in IsDefaultGeometry()
1349 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::NOSTROKE; in IsDefaultGeometry()
1356 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::UNKNOWN; in IsDefaultGeometry()
1371 if ( ( seqSegments1[ 0 ].Command == EnhancedCustomShapeSegmentCommand::MOVETO ) in IsDefaultGeometry()
1372 && ( seqSegments1[ 1 ].Command == EnhancedCustomShapeSegmentCommand::LINETO ) in IsDefaultGeometry()
1373 && ( seqSegments1[ 2 ].Command == EnhancedCustomShapeSegmentCommand::CLOSESUBPATH ) in IsDefaultGeometry()
1374 && ( seqSegments1[ 3 ].Command == EnhancedCustomShapeSegmentCommand::ENDSUBPATH ) ) in IsDefaultGeometry()