Home
last modified time | relevance | path

Searched refs:dy_to (Results 1 – 12 of 12) sorted by relevance

/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_path_storage.pas120 procedure curve3_rel(dx_ctrl ,dy_ctrl ,dx_to ,dy_to : double ); overload;
123 procedure curve3_rel(dx_to ,dy_to : double ); overload;
526 rel_to_abs(@dx_to ,@dy_to );
528 add_vertex(dx_to ,dy_to ,path_cmd_curve3 );
564 procedure path_storage.curve3_rel(dx_to ,dy_to : double );
566 rel_to_abs(@dx_to ,@dy_to );
567 curve3 (dx_to ,dy_to );
585 rel_to_abs(@dx_to ,@dy_to );
588 add_vertex(dx_to ,dy_to ,path_cmd_curve4 );
627 rel_to_abs(@dx_to ,@dy_to );
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_path_storage.pas120 procedure curve3_rel(dx_ctrl ,dy_ctrl ,dx_to ,dy_to : double ); overload;
123 procedure curve3_rel(dx_to ,dy_to : double ); overload;
526 rel_to_abs(@dx_to ,@dy_to );
528 add_vertex(dx_to ,dy_to ,path_cmd_curve3 );
564 procedure path_storage.curve3_rel(dx_to ,dy_to : double );
566 rel_to_abs(@dx_to ,@dy_to );
567 curve3 (dx_to ,dy_to );
585 rel_to_abs(@dx_to ,@dy_to );
588 add_vertex(dx_to ,dy_to ,path_cmd_curve4 );
627 rel_to_abs(@dx_to ,@dy_to );
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_path_storage.pas120 procedure curve3_rel(dx_ctrl ,dy_ctrl ,dx_to ,dy_to : double ); overload;
123 procedure curve3_rel(dx_to ,dy_to : double ); overload;
526 rel_to_abs(@dx_to ,@dy_to );
528 add_vertex(dx_to ,dy_to ,path_cmd_curve3 );
564 procedure path_storage.curve3_rel(dx_to ,dy_to : double );
566 rel_to_abs(@dx_to ,@dy_to );
567 curve3 (dx_to ,dy_to );
585 rel_to_abs(@dx_to ,@dy_to );
588 add_vertex(dx_to ,dy_to ,path_cmd_curve4 );
627 rel_to_abs(@dx_to ,@dy_to );
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_path_storage.pas120 procedure curve3_rel(dx_ctrl ,dy_ctrl ,dx_to ,dy_to : double ); overload;
123 procedure curve3_rel(dx_to ,dy_to : double ); overload;
526 rel_to_abs(@dx_to ,@dy_to );
528 add_vertex(dx_to ,dy_to ,path_cmd_curve3 );
564 procedure path_storage.curve3_rel(dx_to ,dy_to : double );
566 rel_to_abs(@dx_to ,@dy_to );
567 curve3 (dx_to ,dy_to );
585 rel_to_abs(@dx_to ,@dy_to );
588 add_vertex(dx_to ,dy_to ,path_cmd_curve4 );
627 rel_to_abs(@dx_to ,@dy_to );
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-agg/agg2/
H A Dagg_path_storage.h651 double dx_to, double dy_to);
655 void curve3_rel(double dx_to, double dy_to);
663 double dx_to, double dy_to);
1046 double dx_to, double dy_to) in curve3_rel() argument
1049 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1081 void path_base<VC>::curve3_rel(double dx_to, double dy_to) in curve3_rel() argument
1083 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1084 curve3(dx_to, dy_to); in curve3_rel()
1106 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
1144 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
[all …]
/dports/graphics/agg/agg-2.5/include/
H A Dagg_path_storage.h660 double dx_to, double dy_to);
664 void curve3_rel(double dx_to, double dy_to);
672 double dx_to, double dy_to);
1018 double dx_to, double dy_to) in curve3_rel() argument
1021 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1053 void path_base<VC>::curve3_rel(double dx_to, double dy_to) in curve3_rel() argument
1055 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1056 curve3(dx_to, dy_to); in curve3_rel()
1078 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
1116 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_path_storage.h651 double dx_to, double dy_to);
655 void curve3_rel(double dx_to, double dy_to);
663 double dx_to, double dy_to);
1009 double dx_to, double dy_to) in curve3_rel() argument
1012 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1044 void path_base<VC>::curve3_rel(double dx_to, double dy_to) in curve3_rel() argument
1046 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1047 curve3(dx_to, dy_to); in curve3_rel()
1069 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
1107 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_path_storage.h651 double dx_to, double dy_to);
655 void curve3_rel(double dx_to, double dy_to);
663 double dx_to, double dy_to);
1009 double dx_to, double dy_to) in curve3_rel() argument
1012 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1044 void path_base<VC>::curve3_rel(double dx_to, double dy_to) in curve3_rel() argument
1046 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1047 curve3(dx_to, dy_to); in curve3_rel()
1069 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
1107 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/agg/
H A Dagg_path_storage.h651 double dx_to, double dy_to);
655 void curve3_rel(double dx_to, double dy_to);
663 double dx_to, double dy_to);
1046 double dx_to, double dy_to) in curve3_rel() argument
1049 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1081 void path_base<VC>::curve3_rel(double dx_to, double dy_to) in curve3_rel() argument
1083 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1084 curve3(dx_to, dy_to); in curve3_rel()
1106 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
1144 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_path_storage.h651 double dx_to, double dy_to);
655 void curve3_rel(double dx_to, double dy_to);
663 double dx_to, double dy_to);
1009 double dx_to, double dy_to) in curve3_rel() argument
1012 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1044 void path_base<VC>::curve3_rel(double dx_to, double dy_to) in curve3_rel() argument
1046 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1047 curve3(dx_to, dy_to); in curve3_rel()
1069 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
1107 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
[all …]
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_path_storage.h650 double dx_to, double dy_to);
654 void curve3_rel(double dx_to, double dy_to);
662 double dx_to, double dy_to);
1045 double dx_to, double dy_to) in curve3_rel() argument
1048 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1080 void path_base<VC>::curve3_rel(double dx_to, double dy_to) in curve3_rel() argument
1082 rel_to_abs(&dx_to, &dy_to); in curve3_rel()
1083 curve3(dx_to, dy_to); in curve3_rel()
1105 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
1143 rel_to_abs(&dx_to, &dy_to); in curve4_rel()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DCCmpRangeManager.cpp2285 entity_pos_t dy_to = entity_pos_t::FromInt(j) - y_to; in LosUpdateHelperIncremental() local
2286 entity_pos_t dy2_to = dy_to.Square(); in LosUpdateHelperIncremental()