Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp214 FX_FLOAT point_y; in _UpdateLineEndPoints() local
216 point_y = end_y - hw; in _UpdateLineEndPoints()
218 point_y = end_y + hw; in _UpdateLineEndPoints()
220 rect.UpdateRect(end_x + hw, point_y); in _UpdateLineEndPoints()
221 rect.UpdateRect(end_x - hw, point_y); in _UpdateLineEndPoints()
260 FX_FLOAT point_y = middle_y + half_width * start_dir; in _UpdateLineJoinPoints() local
261 rect.UpdateRect(middle_x + half_width, point_y); in _UpdateLineJoinPoints()
262 rect.UpdateRect(middle_x - half_width, point_y); in _UpdateLineJoinPoints()
/external/boringssl/src/crypto/ec/
Dp256-x86_64.c532 BN_ULONG point_x[P256_LIMBS], point_y[P256_LIMBS], point_z[P256_LIMBS]; in ecp_nistz256_get_affine() local
540 !ecp_nistz256_bignum_to_field_elem(point_y, &point->Y) || in ecp_nistz256_get_affine()
562 ecp_nistz256_mul_mont(y_aff, z_inv3, point_y); in ecp_nistz256_get_affine()