Lines Matching refs:aSegment
1044 EnhancedCustomShapeSegment aSegment; in createFastChildContext() local
1045 aSegment.Command = EnhancedCustomShapeSegmentCommand::LINETO; in createFastChildContext()
1046 aSegment.Count = 1; in createFastChildContext()
1047 mrSegments.push_back( aSegment ); in createFastChildContext()
1060 EnhancedCustomShapeSegment aSegment; in createFastChildContext() local
1061 aSegment.Command = EnhancedCustomShapeSegmentCommand::ARCTO; in createFastChildContext()
1062 aSegment.Count = 1; in createFastChildContext()
1063 mrSegments.push_back( aSegment ); in createFastChildContext()
1086 EnhancedCustomShapeSegment aSegment; in createFastChildContext() local
1087 aSegment.Command = EnhancedCustomShapeSegmentCommand::QUADRATICCURVETO; in createFastChildContext()
1088 aSegment.Count = 1; in createFastChildContext()
1089 mrSegments.push_back( aSegment ); in createFastChildContext()
1106 EnhancedCustomShapeSegment aSegment; in createFastChildContext() local
1107 aSegment.Command = EnhancedCustomShapeSegmentCommand::CURVETO; in createFastChildContext()
1108 aSegment.Count = 1; in createFastChildContext()
1109 mrSegments.push_back( aSegment ); in createFastChildContext()