Home
last modified time | relevance | path

Searched +defs:C +defs:te (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Doutliner_select.c182 void outliner_item_mode_toggle(bContext *C, in outliner_item_mode_toggle()
184 TreeElement *te, in outliner_item_mode_toggle()
213 static eOLDrawState active_viewlayer(bContext *C, in active_viewlayer()
981 eOLDrawState tree_element_active(bContext *C, in tree_element_active()
984 TreeElement *te, in tree_element_active()
1011 eOLDrawState tree_element_type_active(bContext *C, in tree_element_type_active()
1193 void outliner_item_select(bContext *C, in outliner_item_select()
1195 TreeElement *te, in outliner_item_select()
1263 static void do_outliner_range_select(bContext *C, in do_outliner_range_select()
1339 TreeElement *te; in outliner_item_do_activate_from_cursor() local
[all …]
H A Doutliner_tools.c197 static void unlink_action_fn(bContext *C, in unlink_action_fn()
272 TreeElement *te, in unlink_texture_fn()
337 TreeElement *te, in unlink_object_fn()
428 bContext *C, in outliner_do_scene_operation()
447 static bool scene_fn(bContext *C, in scene_fn()
449 TreeElement *UNUSED(te), in scene_fn()
567 TreeElement *te = (TreeElement *)element; in merged_element_search_exec_fn() local
714 static void id_local_fn(bContext *C, in id_local_fn()
1238 bContext *C = (bContext *)C_v; in data_select_linked_fn() local
1248 bContext *C = C_v; in constraint_fn() local
[all …]
H A Doutliner_dragdrop.c124 TreeElement *te = outliner_drop_find(C, event); in outliner_ID_drop_find() local
205 static bool is_collection_element(TreeElement *te) in is_collection_element()
210 static bool is_object_element(TreeElement *te) in is_object_element()
216 static bool is_pchan_element(TreeElement *te) in is_pchan_element()
347 TreeElement *te = outliner_drop_find(C, event); in parent_drop_poll() local
416 TreeElement *te = outliner_drop_find(C, event); in parent_drop_invoke() local
484 TreeElement *te = outliner_drop_find(C, event); in parent_clear_poll() local
549 static bool scene_drop_poll(bContext *C, in scene_drop_poll()
698 TreeElement *te, in datastack_drop_data_init()
1084 TreeElement *te; member
[all …]
H A Doutliner_edit.c159 TreeElement *te, in outliner_item_openclose()
298 TreeElement *te, in do_item_rename()
362 TreeElement *te, in item_rename_fn()
450 static void id_delete(bContext *C, ReportList *reports, TreeElement *te, TreeStoreElem *tselem) in id_delete()
491 TreeElement *te, in id_delete_fn()
721 TreeElement *UNUSED(te), in id_remap_fn()
857 bContext *C, TreeElement *te, TreeStoreElem *tselem, wmOperatorType *ot, const bool reload) in lib_relocate()
896 bContext *C, ReportList *reports, TreeElement *te, const float mval[2], const bool reload) in outliner_lib_relocate_invoke_do()
967 TreeElement *te, in lib_relocate_fn()
1020 TreeElement *te, in lib_reload_fn()
[all …]
H A Doutliner_collections.c59 bool outliner_is_collection_tree_element(const TreeElement *te) in outliner_is_collection_tree_element()
80 Collection *outliner_collection_from_tree_element(const TreeElement *te) in outliner_collection_from_tree_element()
103 TreeTraversalAction outliner_find_selected_collections(TreeElement *te, void *customdata) in outliner_find_selected_collections()
120 TreeTraversalAction outliner_find_selected_objects(TreeElement *te, void *customdata) in outliner_find_selected_objects()
203 static TreeTraversalAction collection_find_selected_to_add(TreeElement *te, void *customdata) in collection_find_selected_to_add()
302 static TreeTraversalAction collection_find_data_to_edit(TreeElement *te, void *customdata) in collection_find_data_to_edit()
440 static TreeTraversalAction outliner_find_first_selected_layer_collection(TreeElement *te, in outliner_find_first_selected_layer_collection()
533 TreeElement *te; member
536 static TreeTraversalAction outliner_find_first_selected_collection(TreeElement *te, in outliner_find_first_selected_collection()
574 TreeElement *te = outliner_active_collection(C); in collection_duplicate_exec() local
[all …]
H A Doutliner_sync.c56 void ED_outliner_select_sync_from_object_tag(bContext *C) in ED_outliner_select_sync_from_object_tag()
62 void ED_outliner_select_sync_from_edit_bone_tag(bContext *C) in ED_outliner_select_sync_from_edit_bone_tag()
74 void ED_outliner_select_sync_from_sequence_tag(bContext *C) in ED_outliner_select_sync_from_sequence_tag()
80 void ED_outliner_select_sync_from_all_tag(bContext *C) in ED_outliner_select_sync_from_all_tag()
86 bool ED_outliner_select_sync_is_dirty(const bContext *C) in ED_outliner_select_sync_is_dirty()
223 TreeElement *te, in outliner_select_sync_to_object()
244 TreeElement *te, in outliner_select_sync_to_edit_bone()
274 static void outliner_select_sync_to_pose_bone(TreeElement *te, in outliner_select_sync_to_pose_bone()
400 TreeElement *te, in outliner_select_sync_from_object()
424 TreeElement *te, in outliner_select_sync_from_edit_bone()
[all …]
H A Doutliner_utils.c51 void outliner_viewcontext_init(const bContext *C, TreeViewContext *tvc) in outliner_viewcontext_init()
134 TreeElement *te = outliner_find_item_at_x_in_row_recursive(child_te, view_co_x, row_merged); in outliner_find_item_at_x_in_row_recursive() local
271 TreeElement *outliner_search_back_te(TreeElement *te, short idcode) in outliner_search_back_te()
286 ID *outliner_search_back(TreeElement *te, short idcode) in outliner_search_back()
314 for (TreeElement *te = tree->first, *te_next; te; te = te_next) { in outliner_tree_traverse() local
405 bool outliner_is_element_visible(const TreeElement *te) in outliner_is_element_visible()
422 bool outliner_item_is_co_over_name_icons(const TreeElement *te, float view_co_x) in outliner_item_is_co_over_name_icons()
433 bool outliner_item_is_co_over_name(const TreeElement *te, float view_co_x) in outliner_item_is_co_over_name()
439 bool outliner_item_is_co_within_close_toggle(const TreeElement *te, float view_co_x) in outliner_item_is_co_within_close_toggle()
486 Base *ED_outliner_give_base_under_cursor(bContext *C, const int mval[2]) in ED_outliner_give_base_under_cursor()
[all …]
H A Doutliner_draw.c963 TreeElement *te, in outliner_restrict_properties_collection_set()
1868 static void outliner_buttons(const bContext *C, in outliner_buttons()
1872 TreeElement *te) in outliner_buttons()
1952 TreeElement *te, in outliner_draw_mode_column_toggle()
2617 TreeElement *te, in tselem_draw_icon()
2758 TreeElement *te, in outliner_draw_iconrow_doit()
2810 int tree_element_id_type_to_index(TreeElement *te) in tree_element_id_type_to_index()
2831 static void outliner_draw_iconrow(bContext *C, in outliner_draw_iconrow()
2951 TreeElement *te, in outliner_draw_tree_element()
3449 static void outliner_draw_tree(bContext *C, in outliner_draw_tree()
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/include/LiDIA/
H A Dmatrix_GL2Z.h347 matrix_GL2Z::te () in te() function
366 divide (matrix_GL2Z & C, const matrix_GL2Z & A, const matrix_GL2Z & B) in divide()
383 matrix_GL2Z C; variable
394 matrix_GL2Z C; variable
/dports/misc/vxl/vxl-3.3.2/core/vgl/
H A Dvgl_conic.hxx80 void vgl_conic<T>::set(T ta, T tb, T tc, T td, T te, T tf) in set()
98 vgl_conic<T>::vgl_conic(T ta, T tb, T tc, T td, T te, T tf) in vgl_conic()
146 T A = a_, B = b_/2, C = c_, D = d_/2, E = e_/2, F = f_; in set_type_from_equation() local
193 T A = a_, B = b_/2, C = c_, D = d_/2, E = e_/2, F = f_; in is_degenerate() local
245 T A = a_, B = b_/2, C = c_, D = d_/2, E = e_/2, F = f_; in components() local
326 T A = a_, B = b_/2, C = c_, D = d_/2, E = e_/2, F = f_; in dual_conic() local
423 T ta, tb, tc, td, te, tf; is >> ta >> tb >> tc >> td >> te >> tf; in operator >>() local
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/docstore/driver/
H A Dcodec_test.go33 type te struct{ X byte } struct
35 func (e te) MarshalText() ([]byte, error) {
39 func (e *te) UnmarshalText(b []byte) error {
72 C []*te member
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/docstore/driver/
H A Dcodec_test.go33 type te struct{ X byte } struct
35 func (e te) MarshalText() ([]byte, error) {
39 func (e *te) UnmarshalText(b []byte) error {
72 C []*te member
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gocloud.dev/docstore/driver/
H A Dcodec_test.go33 type te struct{ X byte } argument
35 func (e te) MarshalText() ([]byte, error) {
39 func (e *te) UnmarshalText(b []byte) error {
72 C []*te member
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/go-cloud-5094f54ed8bb/docstore/driver/
H A Dcodec_test.go33 type te struct{ X byte } struct
35 func (e te) MarshalText() ([]byte, error) {
39 func (e *te) UnmarshalText(b []byte) error {
72 C []*te member
/dports/biology/py-pysam/pysam-0.18.0/htslib/htscodecs/htscodecs/
H A DrANS_static.c274 int F, C; in rans_uncompress_O0() local
381 thread_enc_data *te = (thread_enc_data *)vp; in rans_enc_free() local
390 thread_enc_data *te = malloc(sizeof(*te)); in rans_enc_alloc() local
417 thread_enc_data *te = pthread_getspecific(rans_enc_key); in rans_compress_O1() local
761 int F, C; in rans_uncompress_O1() local
/dports/biology/htslib/htslib-1.14/htscodecs/htscodecs/
H A DrANS_static.c274 int F, C; in rans_uncompress_O0() local
381 thread_enc_data *te = (thread_enc_data *)vp; in rans_enc_free() local
390 thread_enc_data *te = malloc(sizeof(*te)); in rans_enc_alloc() local
417 thread_enc_data *te = pthread_getspecific(rans_enc_key); in rans_compress_O1() local
761 int F, C; in rans_uncompress_O1() local
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgvertexprogram/
H A Dosgvertexprogram.cpp206 const osg::Matrix C = osg::Matrix::rotate( q.inverse() ); in operator ()() local
252 osg::TexEnv* te = new osg::TexEnv; in createSkyBox() local
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgvertexprogram/
H A Dosgvertexprogram.cpp206 const osg::Matrix C = osg::Matrix::rotate( q.inverse() ); in operator ()() local
252 osg::TexEnv* te = new osg::TexEnv; in createSkyBox() local
/dports/graphics/gmt/gmt-6.3.0/src/potential/
H A Dgmtflexure.c73 } C; member
80 double te; member
133 struct GMTFLEXURE_CTRL *C = NULL; in New_Ctrl() local
144 static void Free_Ctrl (struct GMT_CTRL *GMT, struct GMTFLEXURE_CTRL *C) { /* Deallocate control str… in Free_Ctrl()
379 GMT_LOCAL double gmtflexure_te_2_d (struct GMTFLEXURE_CTRL *Ctrl, double te) { in gmtflexure_te_2_d()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Process/
H A Dedit_process.cpp135 tree te= bib_entries (parse_bib (sbib), bib_t); in generate_bibliography() local
379 tree C= D[j][N(D[j])-1]; in generate_glossary() local
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdfft.c63 } C; member
101 double te, rhol, rhom, rhow, rhoi; member
138 struct GRDFFT_CTRL *C = NULL; in New_Ctrl() local
148 static void Free_Ctrl (struct GMT_CTRL *GMT, struct GRDFFT_CTRL *C) { /* Deallocate control structu… in Free_Ctrl()
238 double te; /* Elastic thickness, SI units (m) */ in grdfft_do_isostasy() local
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsCubic.cpp125 void SkDCubic::Coefficients(const double* src, double* A, double* B, double* C, double* D) { in Coefficients()
255 const double &td = tt[0], &te = tt[1], &sd = ss[0], &se = ss[1]; in ComplexBreak() local
373 int SkDCubic::RootsValidT(double A, double B, double C, double D, double t[3]) { in RootsValidT()
402 int SkDCubic::RootsReal(double A, double B, double C, double D, double s[3]) { in RootsReal()
552 double C = b - a; in FindExtrema() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsCubic.cpp124 void SkDCubic::Coefficients(const double* src, double* A, double* B, double* C, double* D) { in Coefficients()
254 const double &td = tt[0], &te = tt[1], &sd = ss[0], &se = ss[1]; in ComplexBreak() local
370 int SkDCubic::RootsValidT(double A, double B, double C, double D, double t[3]) { in RootsValidT()
399 int SkDCubic::RootsReal(double A, double B, double C, double D, double s[3]) { in RootsReal()
549 double C = b - a; in FindExtrema() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsCubic.cpp124 void SkDCubic::Coefficients(const double* src, double* A, double* B, double* C, double* D) { in Coefficients()
254 const double &td = tt[0], &te = tt[1], &sd = ss[0], &se = ss[1]; in ComplexBreak() local
370 int SkDCubic::RootsValidT(double A, double B, double C, double D, double t[3]) { in RootsValidT()
399 int SkDCubic::RootsReal(double A, double B, double C, double D, double s[3]) { in RootsReal()
549 double C = b - a; in FindExtrema() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkPathOpsCubic.cpp124 void SkDCubic::Coefficients(const double* src, double* A, double* B, double* C, double* D) { in Coefficients()
254 const double &td = tt[0], &te = tt[1], &sd = ss[0], &se = ss[1]; in ComplexBreak() local
370 int SkDCubic::RootsValidT(double A, double B, double C, double D, double t[3]) { in RootsValidT()
399 int SkDCubic::RootsReal(double A, double B, double C, double D, double s[3]) { in RootsReal()
549 double C = b - a; in FindExtrema() local

1234567