Home
last modified time | relevance | path

Searched refs:point_x (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp37 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/
Dp256-x86_64.c502 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/
Dvc4_qir.h456 struct qreg line_x, point_x, point_y; member
Dvc4_program.c1597 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()