Lines Matching refs:rSegInfo

803 			EnhancedCustomShapeSegment& rSegInfo = seqSegments[ i ];  in MergeDefaultAttributes()  local
809 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()
826 rSegInfo.Count = nSDat & 0xff; in MergeDefaultAttributes()
827 if ( !rSegInfo.Count ) in MergeDefaultAttributes()
828 rSegInfo.Count = 1; in MergeDefaultAttributes()
833 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CLOSESUBPATH; in MergeDefaultAttributes()
834 rSegInfo.Count = 0; in MergeDefaultAttributes()
839 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ENDSUBPATH; in MergeDefaultAttributes()
840 rSegInfo.Count = 0; in MergeDefaultAttributes()
845 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ANGLEELLIPSETO; in MergeDefaultAttributes()
846 rSegInfo.Count = ( nSDat & 0xff ) / 3; in MergeDefaultAttributes()
851 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ANGLEELLIPSE; in MergeDefaultAttributes()
852 rSegInfo.Count = ( nSDat & 0xff ) / 3; in MergeDefaultAttributes()
857 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ARCTO; in MergeDefaultAttributes()
858 rSegInfo.Count = ( nSDat & 0xff ) >> 2; in MergeDefaultAttributes()
863 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ARC; in MergeDefaultAttributes()
864 rSegInfo.Count = ( nSDat & 0xff ) >> 2; in MergeDefaultAttributes()
869 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CLOCKWISEARCTO; in MergeDefaultAttributes()
870 rSegInfo.Count = ( nSDat & 0xff ) >> 2; in MergeDefaultAttributes()
875 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CLOCKWISEARC; in MergeDefaultAttributes()
876 rSegInfo.Count = ( nSDat & 0xff ) >> 2; in MergeDefaultAttributes()
881 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ELLIPTICALQUADRANTX; in MergeDefaultAttributes()
882 rSegInfo.Count = nSDat & 0xff; in MergeDefaultAttributes()
887 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ELLIPTICALQUADRANTY; in MergeDefaultAttributes()
888 rSegInfo.Count = nSDat & 0xff; in MergeDefaultAttributes()
893 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::NOFILL; in MergeDefaultAttributes()
894 rSegInfo.Count = 0; in MergeDefaultAttributes()
899 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::NOSTROKE; in MergeDefaultAttributes()
900 rSegInfo.Count = 0; in MergeDefaultAttributes()
906 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::UNKNOWN; in MergeDefaultAttributes()
907 rSegInfo.Count = nSDat; in MergeDefaultAttributes()
1253 EnhancedCustomShapeSegment& rSegInfo = seqSegments2[ i ]; in IsDefaultGeometry() local
1259 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::LINETO; in IsDefaultGeometry()
1260 rSegInfo.Count = nSDat & 0xff; in IsDefaultGeometry()
1261 if ( !rSegInfo.Count ) in IsDefaultGeometry()
1262 rSegInfo.Count = 1; in IsDefaultGeometry()
1267 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CURVETO; in IsDefaultGeometry()
1268 rSegInfo.Count = nSDat & 0xff; in IsDefaultGeometry()
1269 if ( !rSegInfo.Count ) in IsDefaultGeometry()
1270 rSegInfo.Count = 1; in IsDefaultGeometry()
1275 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::MOVETO; in IsDefaultGeometry()
1276 rSegInfo.Count = nSDat & 0xff; in IsDefaultGeometry()
1277 if ( !rSegInfo.Count ) in IsDefaultGeometry()
1278 rSegInfo.Count = 1; in IsDefaultGeometry()
1283 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CLOSESUBPATH; in IsDefaultGeometry()
1284 rSegInfo.Count = 0; in IsDefaultGeometry()
1289 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ENDSUBPATH; in IsDefaultGeometry()
1290 rSegInfo.Count = 0; in IsDefaultGeometry()
1295 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ANGLEELLIPSETO; in IsDefaultGeometry()
1296 rSegInfo.Count = ( nSDat & 0xff ) / 3; in IsDefaultGeometry()
1301 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ANGLEELLIPSE; in IsDefaultGeometry()
1302 rSegInfo.Count = ( nSDat & 0xff ) / 3; in IsDefaultGeometry()
1307 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ARCTO; in IsDefaultGeometry()
1308 rSegInfo.Count = ( nSDat & 0xff ) >> 2; in IsDefaultGeometry()
1313 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ARC; in IsDefaultGeometry()
1314 rSegInfo.Count = ( nSDat & 0xff ) >> 2; in IsDefaultGeometry()
1319 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CLOCKWISEARCTO; in IsDefaultGeometry()
1320 rSegInfo.Count = ( nSDat & 0xff ) >> 2; in IsDefaultGeometry()
1325 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::CLOCKWISEARC; in IsDefaultGeometry()
1326 rSegInfo.Count = ( nSDat & 0xff ) >> 2; in IsDefaultGeometry()
1331 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ELLIPTICALQUADRANTX; in IsDefaultGeometry()
1332 rSegInfo.Count = nSDat & 0xff; in IsDefaultGeometry()
1337 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::ELLIPTICALQUADRANTY; in IsDefaultGeometry()
1338 rSegInfo.Count = nSDat & 0xff; in IsDefaultGeometry()
1343 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::NOFILL; in IsDefaultGeometry()
1344 rSegInfo.Count = 0; in IsDefaultGeometry()
1349 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::NOSTROKE; in IsDefaultGeometry()
1350 rSegInfo.Count = 0; in IsDefaultGeometry()
1356 rSegInfo.Command = EnhancedCustomShapeSegmentCommand::UNKNOWN; in IsDefaultGeometry()
1357 rSegInfo.Count = nSDat; in IsDefaultGeometry()