Searched defs:point_x (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/fxge/
H A Dcfx_pathdata.cpp37 float point_x; local
39 point_x = end_pos.x - hw;
41 point_x = end_pos.x + hw;
43 rect->UpdateRect(CFX_PointF(point_x, end_pos.y + hw));
44 rect->UpdateRect(CFX_PointF(point_x, end_pos.y - hw));
/external/boringssl/src/crypto/fipsmodule/ec/
H A Dp256-x86_64.c392 BN_ULONG point_x[P256_LIMBS], point_y[P256_LIMBS], point_z[P256_LIMBS]; local
399 if (!ecp_nistz256_bignum_to_field_elem(point_x, &point->X) ||
417 ecp_nistz256_mul_mont(x_aff, z_inv2, point_x);
/external/libmojo/ui/gfx/geometry/
H A Drect_f.cc85 bool RectF::Contains(float point_x, float point_y) const { argument
86 return (point_x >= x()) && (point_x < right()) && (point_y >= y()) &&
H A Drect.cc162 bool Rect::Contains(int point_x, int point_y) const { argument
163 return (point_x >= x()) && (point_x < right()) && (point_y >= y()) &&
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderRendering.cpp1884 int point_x = 0; local
1901 point_x = 6 * index;
1906 point_x = 6 * n_point;
1911 t1[0] = point_x;
1913 t1[2] = point_x;
1915 t1[4] = point_x + 6;
1918 t2[0] = point_x + 6;
1920 t2[2] = point_x;
1922 t2[4] = point_x + 6;
1932 point_x
[all...]
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.h456 struct qreg line_x, point_x, point_y; member in struct:vc4_compile

Completed in 246 milliseconds