HomeSort by relevance Sort by last modified time
    Searched refs:point_y (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/fxge/
cfx_pathdata.cpp 25 float point_y; local
27 point_y = end_pos.y - hw;
29 point_y = end_pos.y + hw;
31 rect->UpdateRect(CFX_PointF(end_pos.x + hw, point_y));
32 rect->UpdateRect(CFX_PointF(end_pos.x - hw, point_y));
78 float point_y = mid_pos.y + half_width * start_dir;
79 rect->UpdateRect(CFX_PointF(mid_pos.x + half_width, point_y));
80 rect->UpdateRect(CFX_PointF(mid_pos.x - half_width, point_y));
  /external/libmojo/ui/gfx/geometry/
rect_f.cc 85 bool RectF::Contains(float point_x, float point_y) const {
86 return (point_x >= x()) && (point_x < right()) && (point_y >= y()) &&
87 (point_y < bottom());
rect.cc 162 bool Rect::Contains(int point_x, int point_y) const {
163 return (point_x >= x()) && (point_x < right()) && (point_y >= y()) &&
164 (point_y < bottom());
rect_f.h 110 // Returns true if the point identified by point_x and point_y falls inside
113 bool Contains(float point_x, float point_y) const;
rect.h 148 // Returns true if the point identified by point_x and point_y falls inside
151 bool Contains(int point_x, int point_y) const;
  /external/boringssl/src/crypto/fipsmodule/ec/
p256-x86_64.c 392 BN_ULONG point_x[P256_LIMBS], point_y[P256_LIMBS], point_z[P256_LIMBS]; local
400 !ecp_nistz256_bignum_to_field_elem(point_y, &point->Y) ||
427 ecp_nistz256_mul_mont(y_aff, z_inv3, point_y);
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderRendering.cpp 1885 int point_y = 6 * instance_id; local
    [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 60 jfieldID point_y; member in struct:fields_t
417 env->SetIntField(leftEye, fields.point_y, metadata->faces[i].left_eye[1]);
423 env->SetIntField(rightEye, fields.point_y, metadata->faces[i].right_eye[1]);
429 env->SetIntField(mouth, fields.point_y, metadata->faces[i].mouth[1]);
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.h 456 struct qreg line_x, point_x, point_y; member in struct:vc4_compile
vc4_program.c     [all...]

Completed in 813 milliseconds