Searched refs:rSegInfo (Results 1 – 1 of 1) sorted by relevance
803 EnhancedCustomShapeSegment& rSegInfo = seqSegments[ i ]; in MergeDefaultAttributes() local809 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::LINETO; in MergeDefaultAttributes()810 rSegInfo.Count = nSDat & 0xff; in MergeDefaultAttributes()811 if ( !rSegInfo.Count ) in MergeDefaultAttributes()812 rSegInfo.Count = 1; in MergeDefaultAttributes()817 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CURVETO; in MergeDefaultAttributes()818 rSegInfo.Count = nSDat & 0xff; in MergeDefaultAttributes()819 if ( !rSegInfo.Count ) in MergeDefaultAttributes()820 rSegInfo.Count = 1; in MergeDefaultAttributes()825 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::MOVETO; in MergeDefaultAttributes()[all …]