Searched refs:MatrixLMN (Results 1 – 9 of 9) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gscrd.h | 62 const gs_matrix3 * MatrixLMN, 81 const gs_matrix3 * MatrixLMN,
|
| H A D | gscrd.c | 291 const gs_matrix3 * MatrixLMN, in gs_cie_render1_init_from() argument 308 pcrd->MatrixLMN = *(MatrixLMN ? MatrixLMN : &Matrix3_default); in gs_cie_render1_init_from() 355 const gs_matrix3 * MatrixLMN, in gs_cie_render1_initialize() argument 366 MatrixLMN, EncodeLMN, RangeLMN, in gs_cie_render1_initialize()
|
| H A D | gscscie.c | 198 pcommon->MatrixLMN = Matrix3_default; in gx_set_common_cie_defaults() 409 code = sputs(s, (const byte *)&p->common.MatrixLMN, in gx_serialize_cie_common_elements() 410 sizeof(p->common.MatrixLMN), &n); in gx_serialize_cie_common_elements()
|
| H A D | gscie.h | 374 gs_matrix3 MatrixLMN; member 551 gs_matrix3 MatrixLMN; member 753 #define gs_cie_MatrixLMN(pcspace) (&(pcspace)->params.a->common.MatrixLMN)
|
| H A D | gdevpdfc.c | 152 *ppmat = &pcie->common.MatrixLMN; in cie_cached_abc_is_one_step() 155 if (pcie->common.MatrixLMN.is_identity) { in cie_cached_abc_is_one_step() 162 *ppmat = &pcie->common.MatrixLMN; in cie_cached_abc_is_one_step() 223 pcie->common.MatrixLMN.is_identity in cie_is_lab() 650 if (!pcie->common.MatrixLMN.is_identity) { in pdf_color_space_named()
|
| H A D | gscie.c | 474 if_debug_matrix3("[c]CIE MatrixLMN =", &pcie->MatrixLMN); in gx_cie_load_common_cache() 475 cie_matrix_init(&pcie->MatrixLMN); in gx_cie_load_common_cache() 856 if_debug_matrix3("[c]CRD MatrixLMN =", &pcrd->MatrixLMN); in gs_cie_render_init() 857 cie_matrix_init(&pcrd->MatrixLMN); in gs_cie_render_init() 863 cie_matrix_mult3(&pcrd->MatrixLMN, &PQR_inverse, in gs_cie_render_init() 1303 cie_matrix_mult3(&pcrd->MatrixPQR, &pcie->MatrixLMN, in cie_joint_caches_complete() 1417 cie_cache_mult(&pjc->DecodeLMN.caches[j], &pcie->MatrixLMN.cu + j, in gx_cie_to_xyz_alloc()
|
| H A D | gscrdp.c | 179 (code = write_matrix3(plist, "MatrixLMN", &pcrd->MatrixLMN, mem)) < 0 || in param_put_cie_render1() 519 (code = read_matrix3(plist, "MatrixLMN", &pcrd->MatrixLMN)) < 0 || in param_get_cie_render1()
|
| H A D | zcrd.c | 217 (code = dict_matrix3_param(mem, op, "MatrixLMN", &pcrd->MatrixLMN)) < 0 || in zcrd1_params()
|
| H A D | zcie.c | 251 (code = dict_matrix3_param(mem, pdref, "MatrixLMN", &pcie->MatrixLMN)) < 0 || in cie_lmnp_param()
|