Home
last modified time | relevance | path

Searched refs:max_n_pencils (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/tzp/
H A Dfileplt.c228 int max_n_colors, max_n_pencils; in img_read_plt() local
404 max_n_pencils = 1 << image->cmap.info.pencil_bits; in img_read_plt()
406 max_n_pencils > image->cmap.info.n_pencils) { in img_read_plt()
410 image->cmap.info.n_pencils = max_n_pencils; in img_read_plt()
425 for (i = act_n_pencils; i < max_n_pencils; i++) { in img_read_plt()
457 int max_n_colors, max_n_pencils; in img_read_plt_info() local
513 max_n_pencils = 1 << image->cmap.info.pencil_bits; in img_read_plt_info()
515 max_n_pencils > image->cmap.info.n_pencils) { in img_read_plt_info()
517 image->cmap.info.n_pencils = max_n_pencils; in img_read_plt_info()
H A Dfiletzup.cpp1257 int max_n_colors, max_n_pencils; in img_read_region_tzup() local
1313 max_n_pencils = 1 << image->cmap.info.pencil_bits; in img_read_region_tzup()
1315 max_n_pencils > image->cmap.info.n_pencils) { in img_read_region_tzup()
1317 image->cmap.info.n_pencils = max_n_pencils; in img_read_region_tzup()
1469 int max_n_colors, max_n_pencils; in img_read_tzup_info() local
1512 max_n_pencils = 1 << image->cmap.info.pencil_bits; in img_read_tzup_info()
1514 max_n_pencils > image->cmap.info.n_pencils) { in img_read_tzup_info()
1516 image->cmap.info.n_pencils = max_n_pencils; in img_read_tzup_info()
1572 int max_n_colors, max_n_pencils; in img_read_tzup_icon() local
1617 max_n_pencils > image->cmap.info.n_pencils) { in img_read_tzup_icon()
[all …]