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

  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 225 FX_FLOAT point_x;
227 point_x = end_x - hw;
229 point_x = end_x + hw;
231 rect.UpdateRect(point_x, end_y + hw);
232 rect.UpdateRect(point_x, end_y - hw);
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 59 jfieldID point_x; member in struct:fields_t
390 env->SetIntField(leftEye, fields.point_x, metadata->faces[i].left_eye[0]);
396 env->SetIntField(rightEye, fields.point_x, metadata->faces[i].right_eye[0]);
402 env->SetIntField(mouth, fields.point_x, metadata->faces[i].mouth[0]);
    [all...]
  /external/boringssl/src/crypto/ec/
p256-x86_64.c 532 BN_ULONG point_x[P256_LIMBS], point_y[P256_LIMBS], point_z[P256_LIMBS]; local
539 if (!ecp_nistz256_bignum_to_field_elem(point_x, &point->X) ||
548 ecp_nistz256_mul_mont(x_aff, z_inv2, point_x);

Completed in 1200 milliseconds