Home
last modified time | relevance | path

Searched refs:flip_y_ (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/editors/lazarus/lazarus/components/aggpas/
H A Dimage_fltr_graph.dpr106 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
164 inherited Construct(format_ ,flip_y_ );
166 m_radius.Construct (5.0 ,5.0 ,780 - 5 ,10.0 ,not flip_y_ );
167 m_bilinear.Construct(8.0 ,30.0 + 15 * 0 ,'bilinear' ,not flip_y_ );
168 m_bicubic.Construct (8.0 ,30.0 + 15 * 1 ,'bicubic ' ,not flip_y_ );
169 m_spline16.Construct(8.0 ,30.0 + 15 * 2 ,'spline16' ,not flip_y_ );
170 m_spline36.Construct(8.0 ,30.0 + 15 * 3 ,'spline36' ,not flip_y_ );
171 m_hanning.Construct (8.0 ,30.0 + 15 * 4 ,'hanning ' ,not flip_y_ );
172 m_hamming.Construct (8.0 ,30.0 + 15 * 5 ,'hamming ' ,not flip_y_ );
173 m_hermite.Construct (8.0 ,30.0 + 15 * 6 ,'hermite ' ,not flip_y_ );
[all …]
H A Dpattern_fill.dpr76 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
99 inherited Construct(format_ ,flip_y_ );
101 m_polygon_angle.Construct (5 ,5 ,145 ,12 ,not flip_y_ );
102 m_polygon_scale.Construct (5 ,5 + 14 ,145 ,12 + 14 ,not flip_y_ );
103 m_pattern_angle.Construct (155 ,5 ,300 ,12 ,not flip_y_ );
104 m_pattern_size.Construct (155 ,5 + 14 ,300 ,12 + 14 ,not flip_y_ );
105 m_pattern_alpha.Construct (310 ,5 ,460 ,12 ,not flip_y_ );
106 m_rotate_polygon.Construct(5 ,5 + 14 + 14 ,'Rotate Polygon' ,not flip_y_ );
107 m_rotate_pattern.Construct(5 ,5 + 14 + 14 + 14 ,'Rotate Pattern' ,not flip_y_ );
108 m_tie_pattern.Construct (155 ,5 + 14 + 14 ,'Tie pattern to polygon' ,not flip_y_ );
H A Dconv_dash_marker.dpr63 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
80 inherited Construct(format_ ,flip_y_ );
82 m_cap.Construct (10.0 ,10.0 ,130.0 ,80.0 ,not flip_y_ );
83 m_width.Construct (130 + 10.0 ,10.0 + 4.0 ,130 + 150.0 ,10.0 + 8.0 + 4.0 ,not flip_y_ );
84 m_smooth.Construct (130 + 150.0 + 10.0 ,10.0 + 4.0 ,500 - 10.0 ,10.0 + 8.0 + 4.0 ,not flip_y_ );
85 m_close.Construct (130 + 10.0 ,10.0 + 4.0 + 16.0 ,'Close Polygons' ,not flip_y_ );
86 m_even_odd.Construct(130 + 150.0 + 10.0 ,10.0 + 4.0 + 16.0 ,'Even-Odd Fill' ,not flip_y_ );
H A Dimage_filters.dpr73 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
93 inherited Construct(format_ ,flip_y_ );
95 m_step.Construct (115 ,5 ,400 ,11 ,not flip_y_ );
96 m_radius.Construct (115 ,5 + 15 ,400 ,11 + 15 ,not flip_y_ );
97 m_filters.Construct (0.0 ,0.0 ,110.0 ,210.0 ,not flip_y_ );
98 m_normalize.Construct (8.0 ,215.0 ,'Normalize Filter' ,not flip_y_ );
99 m_run.Construct (8.0 ,245.0 ,'RUN Test!' ,not flip_y_ );
100 m_single_step.Construct(8.0 ,230.0 ,'Single Step' ,not flip_y_ );
101 m_refresh.Construct (8.0 ,265.0 ,'Refresh' ,not flip_y_ );
H A Drasterizer_compound.dpr71 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
117 inherited Construct(format_ ,flip_y_ );
119 m_width.Construct (180 + 10.0 ,5.0 ,130 + 300.0 ,12 ,not flip_y_ );
120 m_alpha1.Construct(5 ,5 ,180 ,12 ,not flip_y_ );
121 m_alpha2.Construct(5 ,25 ,180 ,32 ,not flip_y_ );
122 m_alpha3.Construct(5 ,45 ,180 ,52 ,not flip_y_ );
123 m_alpha4.Construct(5 ,65 ,180 ,72 ,not flip_y_ );
H A Dtrans_curve1_ft.dpr78 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
100 inherited Construct(format_ ,flip_y_ );
106 m_num_points.Construct (5.0 ,5.0 ,340.0 ,12.0 ,not flip_y_ );
107 m_close.Construct (350 ,5.0 ,'Close' ,not flip_y_ );
108 m_preserve_x_scale.Construct(460 ,5.0 ,'Preserve X scale' ,not flip_y_ );
109 m_fixed_len.Construct (350 ,25.0 ,'Fixed Length' ,not flip_y_ );
110 m_animate.Construct (460 ,25.0 ,'Animate' ,not flip_y_ );
H A Dtrans_curve1.dpr81 constructor Construct(dc : HDC; format_ : pix_format_e; flip_y_ : boolean );
103 inherited Construct(format_ ,flip_y_ );
109 m_num_points.Construct (5.0 ,5.0 ,340.0 ,12.0 ,not flip_y_ );
110 m_close.Construct (350 ,5.0 ,'Close' ,not flip_y_ );
111 m_preserve_x_scale.Construct(460 ,5.0 ,'Preserve X scale' ,not flip_y_ );
112 m_fixed_len.Construct (350 ,25.0 ,'Fixed Length' ,not flip_y_ );
113 m_animate.Construct (460 ,25.0 ,'Animate' ,not flip_y_ );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dimage_fltr_graph.dpr106 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
164 inherited Construct(format_ ,flip_y_ );
166 m_radius.Construct (5.0 ,5.0 ,780 - 5 ,10.0 ,not flip_y_ );
167 m_bilinear.Construct(8.0 ,30.0 + 15 * 0 ,'bilinear' ,not flip_y_ );
168 m_bicubic.Construct (8.0 ,30.0 + 15 * 1 ,'bicubic ' ,not flip_y_ );
169 m_spline16.Construct(8.0 ,30.0 + 15 * 2 ,'spline16' ,not flip_y_ );
170 m_spline36.Construct(8.0 ,30.0 + 15 * 3 ,'spline36' ,not flip_y_ );
171 m_hanning.Construct (8.0 ,30.0 + 15 * 4 ,'hanning ' ,not flip_y_ );
172 m_hamming.Construct (8.0 ,30.0 + 15 * 5 ,'hamming ' ,not flip_y_ );
173 m_hermite.Construct (8.0 ,30.0 + 15 * 6 ,'hermite ' ,not flip_y_ );
[all …]
H A Dpattern_fill.dpr76 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
99 inherited Construct(format_ ,flip_y_ );
101 m_polygon_angle.Construct (5 ,5 ,145 ,12 ,not flip_y_ );
102 m_polygon_scale.Construct (5 ,5 + 14 ,145 ,12 + 14 ,not flip_y_ );
103 m_pattern_angle.Construct (155 ,5 ,300 ,12 ,not flip_y_ );
104 m_pattern_size.Construct (155 ,5 + 14 ,300 ,12 + 14 ,not flip_y_ );
105 m_pattern_alpha.Construct (310 ,5 ,460 ,12 ,not flip_y_ );
106 m_rotate_polygon.Construct(5 ,5 + 14 + 14 ,'Rotate Polygon' ,not flip_y_ );
107 m_rotate_pattern.Construct(5 ,5 + 14 + 14 + 14 ,'Rotate Pattern' ,not flip_y_ );
108 m_tie_pattern.Construct (155 ,5 + 14 + 14 ,'Tie pattern to polygon' ,not flip_y_ );
H A Dconv_dash_marker.dpr63 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
80 inherited Construct(format_ ,flip_y_ );
82 m_cap.Construct (10.0 ,10.0 ,130.0 ,80.0 ,not flip_y_ );
83 m_width.Construct (130 + 10.0 ,10.0 + 4.0 ,130 + 150.0 ,10.0 + 8.0 + 4.0 ,not flip_y_ );
84 m_smooth.Construct (130 + 150.0 + 10.0 ,10.0 + 4.0 ,500 - 10.0 ,10.0 + 8.0 + 4.0 ,not flip_y_ );
85 m_close.Construct (130 + 10.0 ,10.0 + 4.0 + 16.0 ,'Close Polygons' ,not flip_y_ );
86 m_even_odd.Construct(130 + 150.0 + 10.0 ,10.0 + 4.0 + 16.0 ,'Even-Odd Fill' ,not flip_y_ );
H A Dimage_filters.dpr73 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
93 inherited Construct(format_ ,flip_y_ );
95 m_step.Construct (115 ,5 ,400 ,11 ,not flip_y_ );
96 m_radius.Construct (115 ,5 + 15 ,400 ,11 + 15 ,not flip_y_ );
97 m_filters.Construct (0.0 ,0.0 ,110.0 ,210.0 ,not flip_y_ );
98 m_normalize.Construct (8.0 ,215.0 ,'Normalize Filter' ,not flip_y_ );
99 m_run.Construct (8.0 ,245.0 ,'RUN Test!' ,not flip_y_ );
100 m_single_step.Construct(8.0 ,230.0 ,'Single Step' ,not flip_y_ );
101 m_refresh.Construct (8.0 ,265.0 ,'Refresh' ,not flip_y_ );
H A Drasterizer_compound.dpr71 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
117 inherited Construct(format_ ,flip_y_ );
119 m_width.Construct (180 + 10.0 ,5.0 ,130 + 300.0 ,12 ,not flip_y_ );
120 m_alpha1.Construct(5 ,5 ,180 ,12 ,not flip_y_ );
121 m_alpha2.Construct(5 ,25 ,180 ,32 ,not flip_y_ );
122 m_alpha3.Construct(5 ,45 ,180 ,52 ,not flip_y_ );
123 m_alpha4.Construct(5 ,65 ,180 ,72 ,not flip_y_ );
H A Dtrans_curve1.dpr81 constructor Construct(dc : HDC; format_ : pix_format_e; flip_y_ : boolean );
103 inherited Construct(format_ ,flip_y_ );
109 m_num_points.Construct (5.0 ,5.0 ,340.0 ,12.0 ,not flip_y_ );
110 m_close.Construct (350 ,5.0 ,'Close' ,not flip_y_ );
111 m_preserve_x_scale.Construct(460 ,5.0 ,'Preserve X scale' ,not flip_y_ );
112 m_fixed_len.Construct (350 ,25.0 ,'Fixed Length' ,not flip_y_ );
113 m_animate.Construct (460 ,25.0 ,'Animate' ,not flip_y_ );
H A Dtrans_curve1_ft.dpr78 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
100 inherited Construct(format_ ,flip_y_ );
106 m_num_points.Construct (5.0 ,5.0 ,340.0 ,12.0 ,not flip_y_ );
107 m_close.Construct (350 ,5.0 ,'Close' ,not flip_y_ );
108 m_preserve_x_scale.Construct(460 ,5.0 ,'Preserve X scale' ,not flip_y_ );
109 m_fixed_len.Construct (350 ,25.0 ,'Fixed Length' ,not flip_y_ );
110 m_animate.Construct (460 ,25.0 ,'Animate' ,not flip_y_ );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A Dimage_fltr_graph.dpr106 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
164 inherited Construct(format_ ,flip_y_ );
166 m_radius.Construct (5.0 ,5.0 ,780 - 5 ,10.0 ,not flip_y_ );
167 m_bilinear.Construct(8.0 ,30.0 + 15 * 0 ,'bilinear' ,not flip_y_ );
168 m_bicubic.Construct (8.0 ,30.0 + 15 * 1 ,'bicubic ' ,not flip_y_ );
169 m_spline16.Construct(8.0 ,30.0 + 15 * 2 ,'spline16' ,not flip_y_ );
170 m_spline36.Construct(8.0 ,30.0 + 15 * 3 ,'spline36' ,not flip_y_ );
171 m_hanning.Construct (8.0 ,30.0 + 15 * 4 ,'hanning ' ,not flip_y_ );
172 m_hamming.Construct (8.0 ,30.0 + 15 * 5 ,'hamming ' ,not flip_y_ );
173 m_hermite.Construct (8.0 ,30.0 + 15 * 6 ,'hermite ' ,not flip_y_ );
[all …]
H A Dpattern_fill.dpr76 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
99 inherited Construct(format_ ,flip_y_ );
101 m_polygon_angle.Construct (5 ,5 ,145 ,12 ,not flip_y_ );
102 m_polygon_scale.Construct (5 ,5 + 14 ,145 ,12 + 14 ,not flip_y_ );
103 m_pattern_angle.Construct (155 ,5 ,300 ,12 ,not flip_y_ );
104 m_pattern_size.Construct (155 ,5 + 14 ,300 ,12 + 14 ,not flip_y_ );
105 m_pattern_alpha.Construct (310 ,5 ,460 ,12 ,not flip_y_ );
106 m_rotate_polygon.Construct(5 ,5 + 14 + 14 ,'Rotate Polygon' ,not flip_y_ );
107 m_rotate_pattern.Construct(5 ,5 + 14 + 14 + 14 ,'Rotate Pattern' ,not flip_y_ );
108 m_tie_pattern.Construct (155 ,5 + 14 + 14 ,'Tie pattern to polygon' ,not flip_y_ );
H A Dconv_dash_marker.dpr63 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
80 inherited Construct(format_ ,flip_y_ );
82 m_cap.Construct (10.0 ,10.0 ,130.0 ,80.0 ,not flip_y_ );
83 m_width.Construct (130 + 10.0 ,10.0 + 4.0 ,130 + 150.0 ,10.0 + 8.0 + 4.0 ,not flip_y_ );
84 m_smooth.Construct (130 + 150.0 + 10.0 ,10.0 + 4.0 ,500 - 10.0 ,10.0 + 8.0 + 4.0 ,not flip_y_ );
85 m_close.Construct (130 + 10.0 ,10.0 + 4.0 + 16.0 ,'Close Polygons' ,not flip_y_ );
86 m_even_odd.Construct(130 + 150.0 + 10.0 ,10.0 + 4.0 + 16.0 ,'Even-Odd Fill' ,not flip_y_ );
H A Dimage_filters.dpr73 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
93 inherited Construct(format_ ,flip_y_ );
95 m_step.Construct (115 ,5 ,400 ,11 ,not flip_y_ );
96 m_radius.Construct (115 ,5 + 15 ,400 ,11 + 15 ,not flip_y_ );
97 m_filters.Construct (0.0 ,0.0 ,110.0 ,210.0 ,not flip_y_ );
98 m_normalize.Construct (8.0 ,215.0 ,'Normalize Filter' ,not flip_y_ );
99 m_run.Construct (8.0 ,245.0 ,'RUN Test!' ,not flip_y_ );
100 m_single_step.Construct(8.0 ,230.0 ,'Single Step' ,not flip_y_ );
101 m_refresh.Construct (8.0 ,265.0 ,'Refresh' ,not flip_y_ );
H A Drasterizer_compound.dpr71 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
117 inherited Construct(format_ ,flip_y_ );
119 m_width.Construct (180 + 10.0 ,5.0 ,130 + 300.0 ,12 ,not flip_y_ );
120 m_alpha1.Construct(5 ,5 ,180 ,12 ,not flip_y_ );
121 m_alpha2.Construct(5 ,25 ,180 ,32 ,not flip_y_ );
122 m_alpha3.Construct(5 ,45 ,180 ,52 ,not flip_y_ );
123 m_alpha4.Construct(5 ,65 ,180 ,72 ,not flip_y_ );
H A Dtrans_curve1.dpr81 constructor Construct(dc : HDC; format_ : pix_format_e; flip_y_ : boolean );
103 inherited Construct(format_ ,flip_y_ );
109 m_num_points.Construct (5.0 ,5.0 ,340.0 ,12.0 ,not flip_y_ );
110 m_close.Construct (350 ,5.0 ,'Close' ,not flip_y_ );
111 m_preserve_x_scale.Construct(460 ,5.0 ,'Preserve X scale' ,not flip_y_ );
112 m_fixed_len.Construct (350 ,25.0 ,'Fixed Length' ,not flip_y_ );
113 m_animate.Construct (460 ,25.0 ,'Animate' ,not flip_y_ );
H A Dtrans_curve1_ft.dpr78 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
100 inherited Construct(format_ ,flip_y_ );
106 m_num_points.Construct (5.0 ,5.0 ,340.0 ,12.0 ,not flip_y_ );
107 m_close.Construct (350 ,5.0 ,'Close' ,not flip_y_ );
108 m_preserve_x_scale.Construct(460 ,5.0 ,'Preserve X scale' ,not flip_y_ );
109 m_fixed_len.Construct (350 ,25.0 ,'Fixed Length' ,not flip_y_ );
110 m_animate.Construct (460 ,25.0 ,'Animate' ,not flip_y_ );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dimage_fltr_graph.dpr106 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
164 inherited Construct(format_ ,flip_y_ );
166 m_radius.Construct (5.0 ,5.0 ,780 - 5 ,10.0 ,not flip_y_ );
167 m_bilinear.Construct(8.0 ,30.0 + 15 * 0 ,'bilinear' ,not flip_y_ );
168 m_bicubic.Construct (8.0 ,30.0 + 15 * 1 ,'bicubic ' ,not flip_y_ );
169 m_spline16.Construct(8.0 ,30.0 + 15 * 2 ,'spline16' ,not flip_y_ );
170 m_spline36.Construct(8.0 ,30.0 + 15 * 3 ,'spline36' ,not flip_y_ );
171 m_hanning.Construct (8.0 ,30.0 + 15 * 4 ,'hanning ' ,not flip_y_ );
172 m_hamming.Construct (8.0 ,30.0 + 15 * 5 ,'hamming ' ,not flip_y_ );
173 m_hermite.Construct (8.0 ,30.0 + 15 * 6 ,'hermite ' ,not flip_y_ );
[all …]
H A Dpattern_fill.dpr76 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
99 inherited Construct(format_ ,flip_y_ );
101 m_polygon_angle.Construct (5 ,5 ,145 ,12 ,not flip_y_ );
102 m_polygon_scale.Construct (5 ,5 + 14 ,145 ,12 + 14 ,not flip_y_ );
103 m_pattern_angle.Construct (155 ,5 ,300 ,12 ,not flip_y_ );
104 m_pattern_size.Construct (155 ,5 + 14 ,300 ,12 + 14 ,not flip_y_ );
105 m_pattern_alpha.Construct (310 ,5 ,460 ,12 ,not flip_y_ );
106 m_rotate_polygon.Construct(5 ,5 + 14 + 14 ,'Rotate Polygon' ,not flip_y_ );
107 m_rotate_pattern.Construct(5 ,5 + 14 + 14 + 14 ,'Rotate Pattern' ,not flip_y_ );
108 m_tie_pattern.Construct (155 ,5 + 14 + 14 ,'Tie pattern to polygon' ,not flip_y_ );
H A Dconv_dash_marker.dpr63 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
80 inherited Construct(format_ ,flip_y_ );
82 m_cap.Construct (10.0 ,10.0 ,130.0 ,80.0 ,not flip_y_ );
83 m_width.Construct (130 + 10.0 ,10.0 + 4.0 ,130 + 150.0 ,10.0 + 8.0 + 4.0 ,not flip_y_ );
84 m_smooth.Construct (130 + 150.0 + 10.0 ,10.0 + 4.0 ,500 - 10.0 ,10.0 + 8.0 + 4.0 ,not flip_y_ );
85 m_close.Construct (130 + 10.0 ,10.0 + 4.0 + 16.0 ,'Close Polygons' ,not flip_y_ );
86 m_even_odd.Construct(130 + 150.0 + 10.0 ,10.0 + 4.0 + 16.0 ,'Even-Odd Fill' ,not flip_y_ );
H A Dimage_filters.dpr73 constructor Construct(format_ : pix_format_e; flip_y_ : boolean );
93 inherited Construct(format_ ,flip_y_ );
95 m_step.Construct (115 ,5 ,400 ,11 ,not flip_y_ );
96 m_radius.Construct (115 ,5 + 15 ,400 ,11 + 15 ,not flip_y_ );
97 m_filters.Construct (0.0 ,0.0 ,110.0 ,210.0 ,not flip_y_ );
98 m_normalize.Construct (8.0 ,215.0 ,'Normalize Filter' ,not flip_y_ );
99 m_run.Construct (8.0 ,245.0 ,'RUN Test!' ,not flip_y_ );
100 m_single_step.Construct(8.0 ,230.0 ,'Single Step' ,not flip_y_ );
101 m_refresh.Construct (8.0 ,265.0 ,'Refresh' ,not flip_y_ );

12345678910>>...13