Searched refs:point_x (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxge/ge/ |
D | cfx_pathdata.cpp | 37 FX_FLOAT point_x; in UpdateLineEndPoints() local 39 point_x = end_pos.x - hw; in UpdateLineEndPoints() 41 point_x = end_pos.x + hw; in UpdateLineEndPoints() 43 rect->UpdateRect(point_x, end_pos.y + hw); in UpdateLineEndPoints() 44 rect->UpdateRect(point_x, end_pos.y - hw); in UpdateLineEndPoints()
|
/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 509 if (!ecp_nistz256_bignum_to_field_elem(point_x, &point->X) || in ecp_nistz256_get_affine() 527 ecp_nistz256_mul_mont(x_aff, z_inv2, point_x); 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 | 1597 c->inputs[loc * 4 + 0] = c->point_x; in ntq_setup_inputs() 2206 c->point_x = emit_fragment_varying(c, ~0, 0); in vc4_shader_ntq()
|