Home
last modified time | relevance | path

Searched refs:trc_count (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/qcms/src/
H A Dc_bindings.rs248 let trc_count: u32; in qcms_data_create_rgb_with_gamma() localVariable
266 trc_count = 3; // rTRC, gTRC, bTRC in qcms_data_create_rgb_with_gamma()
268 (128 + 4) as libc::c_uint + 12 * (xyz_count + trc_count) + xyz_count * 20 + trc_count * 16; in qcms_data_create_rgb_with_gamma()
284 tag_data_offset = ((128 + 4) as libc::c_uint + 12 * (xyz_count + trc_count)) as usize; in qcms_data_create_rgb_with_gamma()
315 while index < trc_count { in qcms_data_create_rgb_with_gamma()
/dports/www/firefox/firefox-99.0/gfx/qcms/src/
H A Dc_bindings.rs252 let trc_count: u32; in qcms_data_create_rgb_with_gamma() localVariable
270 trc_count = 3; // rTRC, gTRC, bTRC in qcms_data_create_rgb_with_gamma()
272 (128 + 4) as libc::c_uint + 12 * (xyz_count + trc_count) + xyz_count * 20 + trc_count * 16; in qcms_data_create_rgb_with_gamma()
291 tag_data_offset = ((128 + 4) as libc::c_uint + 12 * (xyz_count + trc_count)) as usize; in qcms_data_create_rgb_with_gamma()
322 while index < trc_count { in qcms_data_create_rgb_with_gamma()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/qcms/src/
H A Dc_bindings.rs248 let trc_count: u32; in qcms_data_create_rgb_with_gamma() localVariable
266 trc_count = 3; // rTRC, gTRC, bTRC in qcms_data_create_rgb_with_gamma()
268 (128 + 4) as libc::c_uint + 12 * (xyz_count + trc_count) + xyz_count * 20 + trc_count * 16; in qcms_data_create_rgb_with_gamma()
284 tag_data_offset = ((128 + 4) as libc::c_uint + 12 * (xyz_count + trc_count)) as usize; in qcms_data_create_rgb_with_gamma()
315 while index < trc_count { in qcms_data_create_rgb_with_gamma()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/qcms/
H A Diccread.c1324 uint32_t length, index, xyz_count, trc_count; in qcms_data_create_rgb_with_gamma() local
1344 trc_count = 3; // rTRC, gTRC, bTRC in qcms_data_create_rgb_with_gamma()
1345 … = ICC_PROFILE_HEADER_LENGTH + 4 + (12 * (xyz_count + trc_count)) + (xyz_count * 20) + (trc_count in qcms_data_create_rgb_with_gamma()
1362 (12 * (xyz_count + trc_count)); // the start of tag data elements. in qcms_data_create_rgb_with_gamma()
1382 for (index = 0; index < trc_count; ++index) { in qcms_data_create_rgb_with_gamma()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/qcms/
H A Diccread.c1313 uint32_t length, index, xyz_count, trc_count; in qcms_data_create_rgb_with_gamma() local
1333 trc_count = 3; // rTRC, gTRC, bTRC in qcms_data_create_rgb_with_gamma()
1334 … = ICC_PROFILE_HEADER_LENGTH + 4 + (12 * (xyz_count + trc_count)) + (xyz_count * 20) + (trc_count in qcms_data_create_rgb_with_gamma()
1351 (12 * (xyz_count + trc_count)); // the start of tag data elements. in qcms_data_create_rgb_with_gamma()
1371 for (index = 0; index < trc_count; ++index) { in qcms_data_create_rgb_with_gamma()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/qcms/
H A Diccread.c1342 uint32_t length, index, xyz_count, trc_count; in qcms_data_create_rgb_with_gamma() local
1362 trc_count = 3; // rTRC, gTRC, bTRC in qcms_data_create_rgb_with_gamma()
1363 … = ICC_PROFILE_HEADER_LENGTH + 4 + (12 * (xyz_count + trc_count)) + (xyz_count * 20) + (trc_count in qcms_data_create_rgb_with_gamma()
1380 (12 * (xyz_count + trc_count)); // the start of tag data elements. in qcms_data_create_rgb_with_gamma()
1400 for (index = 0; index < trc_count; ++index) { in qcms_data_create_rgb_with_gamma()