Home
last modified time | relevance | path

Searched refs:trc_orig (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pgplot/pgplot/drivers/
H A Dxwdriv.c4338 XPoint blc_orig, trc_orig; /* The vertices of the rectangle to be copied */ local
4378 trc_orig = trc_dest = trc;
4380 trc_orig.x = trc.x - dx;
4390 trc_orig.y = trc.y - dy;
4398 xw_limit_pcoords(xw, &trc_orig);
4404 blc_orig.x, trc_orig.y,
4405 trc_orig.x - blc_orig.x + 1,
4406 blc_orig.y - trc_orig.y + 1,
H A Dpgxwin.c4662 XPoint blc_orig, trc_orig; /* The vertices of the rectangle to be copied */ local
4698 trc_orig = trc_dest = trc;
4700 trc_orig.x = trc.x - dx;
4710 trc_orig.y = trc.y - dy;
4718 pgx_limit_pcoords(pgx, &trc_orig);
4724 blc_orig.x, trc_orig.y,
4725 trc_orig.x - blc_orig.x + 1,
4726 blc_orig.y - trc_orig.y + 1,
/dports/multimedia/mpv/mpv-0.34.1/video/out/gpu/
H A Dvideo.c2555 enum mp_csp_trc trc_orig = p->image_params.color.gamma; in pass_colormanage() local
2561 if (mp_trc_is_hdr(trc_orig)) in pass_colormanage()
2562 trc_orig = MP_CSP_TRC_GAMMA22; in pass_colormanage()
2564 if (gl_video_get_lut3d(p, prim_orig, trc_orig)) { in pass_colormanage()
2566 dst.gamma = trc_orig; in pass_colormanage()