![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <stdlib.h>
Include dependency graph for points.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | dt_points_state_t |
| struct | dt_points_t |
Macros | |
| #define | _XOPEN_SOURCE |
Typedefs | |
| typedef struct dt_points_state_t | dt_points_state_t |
| typedef struct dt_points_t | dt_points_t |
Functions | |
| static void | dt_points_init (dt_points_t *p, const unsigned int num_threads) |
| static void | dt_points_cleanup (dt_points_t *p) |
| static float | dt_points_get_for (dt_points_t *p, const unsigned int thread_num) |
| static float | dt_points_get () |
| #define _XOPEN_SOURCE |
| typedef struct dt_points_state_t dt_points_state_t |
| typedef struct dt_points_t dt_points_t |
|
inlinestatic |
Referenced by dt_cleanup().
|
inlinestatic |
References darktable, dt_get_thread_num(), dt_points_get_for(), and darktable_t::points.
|
inlinestatic |
References f().
Referenced by dt_points_get().
|
inlinestatic |
Referenced by dt_init().