Home
last modified time | relevance | path

Searched refs:MatrixLMN (Results 1 – 9 of 9) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgscrd.h62 const gs_matrix3 * MatrixLMN,
81 const gs_matrix3 * MatrixLMN,
H A Dgscrd.c291 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 Dgscscie.c198 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 Dgscie.h374 gs_matrix3 MatrixLMN; member
551 gs_matrix3 MatrixLMN; member
753 #define gs_cie_MatrixLMN(pcspace) (&(pcspace)->params.a->common.MatrixLMN)
H A Dgdevpdfc.c152 *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 Dgscie.c474 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 Dgscrdp.c179 (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 Dzcrd.c217 (code = dict_matrix3_param(mem, op, "MatrixLMN", &pcrd->MatrixLMN)) < 0 || in zcrd1_params()
H A Dzcie.c251 (code = dict_matrix3_param(mem, pdref, "MatrixLMN", &pcie->MatrixLMN)) < 0 || in cie_lmnp_param()