Home
last modified time | relevance | path

Searched refs:tone_bits (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz4.6/
H A Dtcm.h12 UCHAR tone_bits; member
34 #define TCM_TONE_MASK(TCM) ((1U << (TCM).tone_bits) - 1U)
64 (1 << ((TCM).pencil_bits + (TCM).color_bits + (TCM).tone_bits))
66 #define TCM_CMAP_COLBUFFER_SIZE(TCM) (1 << ((TCM).color_bits + (TCM).tone_bits))
69 (1 << ((TCM).pencil_bits + (TCM).tone_bits))
H A Ds.rop.c13220 index = color_index << info.tone_bits;
13249 index = pencil_index << info.tone_bits;
13382 index = color_index << info.tone_bits;
13492 index = pencil_index << info.tone_bits;
13596 index = color_index << info.tone_bits;
13621 index = pencil_index << info.tone_bits;
13692 index = color_index << info.tone_bits;
13718 index = pencil_index << info.tone_bits;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/tzp/
H A Dtcm.h12 UCHAR tone_bits; member
31 #define TCM_TONE_MASK(TCM) ((1U << (TCM).tone_bits) - 1U)
61 (1 << ((TCM).pencil_bits + (TCM).color_bits + (TCM).tone_bits))
63 #define TCM_CMAP_COLBUFFER_SIZE(TCM) (1 << ((TCM).color_bits + (TCM).tone_bits))
66 (1 << ((TCM).pencil_bits + (TCM).tone_bits))
H A Dfiletzup.cpp74 UCHAR tone_bits; member
93 #define TCM_TONE_MASK(TCM) ((1U << (TCM).tone_bits) - 1U)
123 (1 << ((TCM).pencil_bits + (TCM).color_bits + (TCM).tone_bits))
125 #define TCM_CMAP_COLBUFFER_SIZE(TCM) (1 << ((TCM).color_bits + (TCM).tone_bits))
128 (1 << ((TCM).pencil_bits + (TCM).tone_bits))
411 palette[4] = tcm->tone_bits; in img_write_tzup()
1297 image->cmap.info.tone_bits = (UCHAR)palette[4]; in img_read_region_tzup()
1496 image->cmap.info.tone_bits = (UCHAR)palette[4]; in img_read_tzup_info()
1599 image->cmap.info.tone_bits = palette[4]; in img_read_tzup_icon()
H A Dfileplt.c72 palette[4] = image->cmap.info.tone_bits; in img_write_plt()
280 image->cmap.info.tone_bits = palette[4]; in img_read_plt()
492 image->cmap.info.tone_bits = palette[4]; in img_read_plt_info()