|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | SortPtrByFloat |
| struct | SortIntByFloat |
| struct | SortPtrByInt |
| struct | SortIntByInt |
Functions | |
| int | BLI_sortutil_cmp_float (const void *a_, const void *b_) |
| int | BLI_sortutil_cmp_float_reverse (const void *a_, const void *b_) |
| int | BLI_sortutil_cmp_int (const void *a_, const void *b_) |
| int | BLI_sortutil_cmp_int_reverse (const void *a_, const void *b_) |
| int | BLI_sortutil_cmp_ptr (const void *a_, const void *b_) |
| int | BLI_sortutil_cmp_ptr_reverse (const void *a_, const void *b_) |
| int BLI_sortutil_cmp_float | ( | const void * | a_, |
| const void * | b_ ) |
Definition at line 25 of file sort_utils.c.
References b.
Referenced by BKE_fcurves_calc_keyed_frames_ex(), BM_verts_sort_radial_plane(), bmo_join_triangles_exec(), edge_verts_sort(), gizmo_axis_draw(), and isect_bvhtree_point_v3().
| int BLI_sortutil_cmp_float_reverse | ( | const void * | a_, |
| const void * | b_ ) |
Definition at line 39 of file sort_utils.c.
References b.
Referenced by bm_face_split_edgenet_find_loop_walk(), bmo_triangle_fill_exec(), and edbm_fill_grid_prepare().
| int BLI_sortutil_cmp_int | ( | const void * | a_, |
| const void * | b_ ) |
Definition at line 53 of file sort_utils.c.
References b.
Referenced by establish_track_initialization_order(), GPU_batch_wire_from_poly_2d_encoded(), and ui_block_interaction_begin().
| int BLI_sortutil_cmp_int_reverse | ( | const void * | a_, |
| const void * | b_ ) |
Definition at line 67 of file sort_utils.c.
References b.
| int BLI_sortutil_cmp_ptr | ( | const void * | a_, |
| const void * | b_ ) |
Definition at line 81 of file sort_utils.c.
References b.
| int BLI_sortutil_cmp_ptr_reverse | ( | const void * | a_, |
| const void * | b_ ) |
Definition at line 95 of file sort_utils.c.
References b.