Searched refs:cx (Results 1 – 6 of 6) sorted by relevance
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/ |
| A D | vg_lite_path.c | 204 float px = 0.0f, py = 0.0f, cx = 0.0f, cy = 0.0f; in vg_lite_path_append() local 247 cx = px + path_s8[j * 2]; in vg_lite_path_append() 251 cx = path_s8[j * 2]; in vg_lite_path_append() 261 cx = px + path_s16[j * 2]; in vg_lite_path_append() 265 cx = path_s16[j * 2]; in vg_lite_path_append() 279 cx = path_s32[j * 2]; in vg_lite_path_append() 289 cx = px + pathf[j * 2]; in vg_lite_path_append() 293 cx = pathf[j * 2]; in vg_lite_path_append() 319 cx = px + pathf[3]; in vg_lite_path_append() 323 cx = pathf[3]; in vg_lite_path_append() [all …]
|
| A D | vg_lite.c | 9234 vg_lite_float_t cx, cy; in vg_lite_draw_radial_gradient() local 9332 centerX = grad->radialGradient.cx; in vg_lite_draw_radial_gradient() 9417 cx in vg_lite_draw_radial_gradient() 9449 rgConstantLin = ( cx * fx + cy * fy ) / r2_fx2_fy2; in vg_lite_draw_radial_gradient() 9566 MAT(&inverse_matrix, 0, 0) * cx * r2_fy2_2 in vg_lite_draw_radial_gradient() 9570 + MAT(&inverse_matrix, 1, 0) * cx in vg_lite_draw_radial_gradient() 9578 MAT(&inverse_matrix, 0, 1) * cx * r2_fy2_2 in vg_lite_draw_radial_gradient() 9582 + MAT(&inverse_matrix, 1, 1) * cx in vg_lite_draw_radial_gradient() 9590 cx * cx * r2_fy2 in vg_lite_draw_radial_gradient() 9592 + cx * cy * fxfy_2 in vg_lite_draw_radial_gradient()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/ |
| A D | g2d_rotate.c | 173 cx = 0; in g2d_rotate_set_para() 190 ucnt * cx; in g2d_rotate_set_para() 194 vcnt * cx; in g2d_rotate_set_para() 246 cx = 0; in g2d_rotate_set_para() 264 ucnt * cx; in g2d_rotate_set_para() 268 vcnt * cx; in g2d_rotate_set_para() 452 cx = 0; in g2d_lbc_rot_set_para() 469 ucnt * cx; in g2d_lbc_rot_set_para() 473 vcnt * cx; in g2d_lbc_rot_set_para() 517 cx = 0; in g2d_lbc_rot_set_para() [all …]
|
| A D | g2d_wb.c | 107 __u32 ch, cw, cy, cx; in g2d_wb_set() local 124 cx = p_image->clip_rect.x >> 1; in g2d_wb_set() 130 cx = p_image->clip_rect.x >> 1; in g2d_wb_set() 136 cx = p_image->clip_rect.x >> 2; in g2d_wb_set() 141 cx = 0; in g2d_wb_set() 159 pitch1 * cy + ucnt * cx; in g2d_wb_set() 163 pitch2 * cy + vcnt * cx; in g2d_wb_set()
|
| A D | g2d_ovl_v.c | 156 __u32 ch, cw, cy, cx; in g2d_vlayer_set() local 193 cx = p_image->clip_rect.x >> 1; in g2d_vlayer_set() 201 cx = p_image->clip_rect.x >> 1; in g2d_vlayer_set() 209 cx = p_image->clip_rect.x >> 2; in g2d_vlayer_set() 216 cx = 0; in g2d_vlayer_set() 232 ucnt * cx; in g2d_vlayer_set() 236 vcnt * cx; in g2d_vlayer_set()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/inc/ |
| A D | vg_lite.h | 692 vg_lite_float_t cx; /* the x coordinate of the center point. */ member
|
Completed in 35 milliseconds