Blender
V4.3
source
blender
imbuf
intern
module.cc
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#include <cstddef>
10
11
#include "
BLI_utildefines.h
"
12
13
#include "
IMB_allocimbuf.hh
"
14
#include "
IMB_colormanagement_intern.hh
"
15
#include "
IMB_filetype.hh
"
16
#include "
IMB_imbuf.hh
"
17
18
void
IMB_init
()
19
{
20
imb_refcounter_lock_init
();
21
imb_mmap_lock_init
();
22
imb_filetypes_init
();
23
colormanagement_init
();
24
}
25
26
void
IMB_exit
()
27
{
28
imb_filetypes_exit
();
29
colormanagement_exit
();
30
imb_mmap_lock_exit
();
31
imb_refcounter_lock_exit
();
32
}
BLI_utildefines.h
IMB_allocimbuf.hh
IMB_colormanagement_intern.hh
IMB_filetype.hh
IMB_imbuf.hh
imb_mmap_lock_exit
void imb_mmap_lock_exit()
Definition
allocimbuf.cc:51
imb_refcounter_lock_init
void imb_refcounter_lock_init()
Definition
allocimbuf.cc:33
imb_mmap_lock_init
void imb_mmap_lock_init()
Definition
allocimbuf.cc:46
imb_refcounter_lock_exit
void imb_refcounter_lock_exit()
Definition
allocimbuf.cc:38
colormanagement_exit
void colormanagement_exit()
Definition
colormanagement.cc:736
colormanagement_init
void colormanagement_init()
Definition
colormanagement.cc:669
imb_filetypes_init
void imb_filetypes_init()
Definition
filetype.cc:237
imb_filetypes_exit
void imb_filetypes_exit()
Definition
filetype.cc:250
IMB_exit
void IMB_exit()
Definition
module.cc:26
IMB_init
void IMB_init()
Definition
module.cc:18
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0