Home
last modified time | relevance | path

Searched refs:point_y (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp25 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/ec/
Dp256-x86_64.c501 BN_ULONG point_x[P256_LIMBS], point_y[P256_LIMBS], point_z[P256_LIMBS]; in ecp_nistz256_get_affine() local
509 !ecp_nistz256_bignum_to_field_elem(point_y, &point->Y) || in ecp_nistz256_get_affine()
536 ecp_nistz256_mul_mont(y_aff, z_inv3, point_y); in ecp_nistz256_get_affine()