Searched refs:point_y (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxge/ge/ |
D | cfx_pathdata.cpp | 25 FX_FLOAT point_y; in UpdateLineEndPoints() local 27 point_y = end_pos.y - hw; in UpdateLineEndPoints() 29 point_y = end_pos.y + hw; in UpdateLineEndPoints() 31 rect->UpdateRect(end_pos.x + hw, point_y); in UpdateLineEndPoints() 32 rect->UpdateRect(end_pos.x - hw, point_y); in UpdateLineEndPoints() 78 FX_FLOAT point_y = mid_pos.y + half_width * start_dir; in UpdateLineJoinPoints() local 79 rect->UpdateRect(mid_pos.x + half_width, point_y); in UpdateLineJoinPoints() 80 rect->UpdateRect(mid_pos.x - half_width, point_y); in UpdateLineJoinPoints()
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | p256-x86_64.c | 502 BN_ULONG point_x[P256_LIMBS], point_y[P256_LIMBS], point_z[P256_LIMBS]; in ecp_nistz256_get_affine() local 510 !ecp_nistz256_bignum_to_field_elem(point_y, &point->Y) || in ecp_nistz256_get_affine() 537 ecp_nistz256_mul_mont(y_aff, z_inv3, point_y); in ecp_nistz256_get_affine()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qir.h | 456 struct qreg line_x, point_x, point_y; member
|
D | vc4_program.c | 1598 c->inputs[loc * 4 + 1] = c->point_y; in ntq_setup_inputs() 2207 c->point_y = emit_fragment_varying(c, ~0, 0); in vc4_shader_ntq()
|