Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
thumbtable_info.c File Reference
#include "gui/dtgtk/thumbtable_info.h"
#include "common/image.h"
#include "caches/image_cache.h"
#include "system/macros.h"
#include <glib.h>
#include <glib/gi18n.h>
#include <string.h>
+ Include dependency graph for thumbtable_info.c:

Go to the source code of this file.

Functions

void dt_thumbtable_copy_image (dt_image_t *info, const dt_image_t *const img)
 
void dt_thumbtable_info_seed_image_cache (const dt_image_t *info)
 
static gboolean _thumbtable_float_equal (const float a, const float b)
 
static gboolean _thumbtable_double_equal (const double a, const double b)
 
void dt_thumbtable_info_debug_assert_matches_cache (const dt_image_t *sql_info)
 

Function Documentation

◆ _thumbtable_double_equal()

static gboolean _thumbtable_double_equal ( const double  a,
const double  b 
)
static

Definition at line 52 of file thumbtable_info.c.

Referenced by dt_thumbtable_info_debug_assert_matches_cache().

◆ _thumbtable_float_equal()

static gboolean _thumbtable_float_equal ( const float  a,
const float  b 
)
static

Definition at line 47 of file thumbtable_info.c.

Referenced by dt_thumbtable_info_debug_assert_matches_cache().

◆ dt_thumbtable_copy_image()

void dt_thumbtable_copy_image ( dt_image_t info,
const dt_image_t *const  img 
)

◆ dt_thumbtable_info_debug_assert_matches_cache()

◆ dt_thumbtable_info_seed_image_cache()

void dt_thumbtable_info_seed_image_cache ( const dt_image_t info)