Lines Matching refs:aNewSegment
999 EnhancedCustomShapeSegment aNewSegment; in ~Path2DContext() local
1002 aNewSegment.Command = EnhancedCustomShapeSegmentCommand::NOFILL; in ~Path2DContext()
1003 aNewSegment.Count = 0; in ~Path2DContext()
1004 mrSegments.push_back( aNewSegment ); in ~Path2DContext()
1006 aNewSegment.Command = EnhancedCustomShapeSegmentCommand::ENDSUBPATH; in ~Path2DContext()
1007 aNewSegment.Count = 0; in ~Path2DContext()
1008 mrSegments.push_back( aNewSegment ); in ~Path2DContext()
1019 EnhancedCustomShapeSegment aNewSegment; in createFastChildContext() local
1020 aNewSegment.Command = EnhancedCustomShapeSegmentCommand::CLOSESUBPATH; in createFastChildContext()
1021 aNewSegment.Count = 0; in createFastChildContext()
1022 mrSegments.push_back( aNewSegment ); in createFastChildContext()
1027 EnhancedCustomShapeSegment aNewSegment; in createFastChildContext() local
1028 aNewSegment.Command = EnhancedCustomShapeSegmentCommand::MOVETO; in createFastChildContext()
1029 aNewSegment.Count = 1; in createFastChildContext()
1030 mrSegments.push_back( aNewSegment ); in createFastChildContext()