HomeSort by relevance Sort by last modified time
    Searched refs:y2 (Results 376 - 400 of 878) sorted by null

<<11121314151617181920>>

  /external/freetype/src/cff/
cf2hints.c 72 CF2_Fixed y2 )
77 return ( x1 >> 16 ) * ( ( y2 - y1 ) >> 16 ) -
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2hints.c 72 CF2_Fixed y2 )
77 return ( x1 >> 16 ) * ( ( y2 - y1 ) >> 16 ) -
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2hints.c 72 CF2_Fixed y2 )
77 return ( x1 >> 16 ) * ( ( y2 - y1 ) >> 16 ) -
    [all...]
  /external/ImageMagick/MagickCore/
draw.c 444 p->bounds.x2,p->bounds.y2);
547 polygon_info->edges[edge].bounds.y2=points[n-1].y;
601 polygon_info->edges[edge].bounds.y2=points[n-1].y;
658 polygon_info->edges[edge].bounds.y2=points[n-1].y;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
TricubicSplineInterpolatingFunction.java 464 final double y2 = y * y; local
465 final double y3 = y2 * y;
466 final double[] pY = { 1, y, y2, y3 };
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpField.java 618 final Dfp y2 = yk.multiply(yk); local
619 final Dfp oneMinusY4 = one.subtract(y2.multiply(y2));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DangiTest.java 272 int y2 = DATA[i++]; local
282 if (y != y2 || m != m2 || d != d2) {
284 + ", expected " + y2 + "/" + (m2 + 1) + "/" + d2);
HebrewTest.java 301 // m2/y2 - month/year after add(MONTH, delta)
303 //m1 y1 delta m2 y2 m3 y3
317 int m2 = DATA[i++], y2 = DATA[i++]; local
326 if (y2 != yact || m2 != mact) {
330 m2 + "/" + y2);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DangiTest.java 268 int y2 = DATA[i++]; local
278 if (y != y2 || m != m2 || d != d2) {
280 + ", expected " + y2 + "/" + (m2 + 1) + "/" + d2);
HebrewTest.java 297 // m2/y2 - month/year after add(MONTH, delta)
299 //m1 y1 delta m2 y2 m3 y3
313 int m2 = DATA[i++], y2 = DATA[i++]; local
322 if (y2 != yact || m2 != mact) {
326 m2 + "/" + y2);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btPolyhedralConvexShape.cpp 421 const btScalar y2 = ly*ly; local
425 inertia = scaledmass * (btVector3(y2+z2,x2+z2,x2+y2));
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 497 unsigned x2, unsigned y2,
510 ctx->vertices[2][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v2.y*/
513 ctx->vertices[3][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v3.y*/
556 unsigned x2, unsigned y2,
568 out[3] = y2 / (float)u_minify(src_height0, level);
573 out[3] = y2;
598 unsigned x2, unsigned y2)
604 get_texcoords(src, src_width0, src_height0, x1, y1, x2, y2, coord);
842 unsigned x2, unsigned y2,
848 blitter_set_rectangle(ctx, x1, y1, x2, y2, depth)
    [all...]
  /external/opencv3/modules/calib3d/src/
homography_decomp.cpp 288 int y2 = row == 2 ? 1 : 2; local
290 return (M(y1, x2) * M(y2, x1) - M(y1, x1) * M(y2, x2));
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 809 FX_FLOAT y2) {
812 int flag2 = (x2 < 0) | ((x2 > m_Width) << 1) | ((y2 < 0) << 2) |
813 ((y2 > m_Height) << 3);
821 int np = agg::clip_liang_barsky<FX_FLOAT>(x1, y1, x2, y2, rect, x, y);
827 y2 = y[0];
832 y2 = y[np - 1];
836 LineTo(m_hDC, FXSYS_round(x2), FXSYS_round(y2));
921 FX_FLOAT x2 = pPathData->GetPointX(1), y2 = pPathData->GetPointY(1); local
923 pMatrix->Transform(x2, y2);
925 DrawLine(x1, y1, x2, y2);
    [all...]
  /external/pdfium/third_party/agg23/
agg_math_stroke.h 117 FX_FLOAT y2 = v1.y - dy1;
118 if((FXSYS_Mul(x2 - v0.x, dy1) - FXSYS_Mul(v0.y - y2, dx1) < 0) !=
119 (FXSYS_Mul(x2 - v2.x, dy1) - FXSYS_Mul(v2.y - y2, dx1) < 0)) {
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffpageview.cpp 328 FX_FLOAT x1 = rt1.left, y1 = rt1.top, x2 = rt2.left, y2 = rt2.top;
329 if (y1 < y2 || (y1 - y2 < XFA_FLOAT_PERCISION && x1 < x2)) {
  /frameworks/rs/scriptc/
rs_graphics.rsh 816 rsgDrawQuad(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3,
836 rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, float x2, float y2,
857 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
1046 float x1, y1, z1, x2, y2, z2;
1047 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
1052 bBoxMax->y = y2;
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 816 rsgDrawQuad(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3,
836 rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, float x2, float y2,
857 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
1046 float x1, y1, z1, x2, y2, z2;
1047 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
1052 bBoxMax->y = y2;
    [all...]
  /system/core/libmincrypt/
p256.c 341 p256_int y2, x3; local
348 p256_modmul(&SECP256r1_p, y, 0, y, &y2); // y^2
358 return p256_cmp(&y2, &x3) == 0;
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
mat3.js 464 y2 = y + y,
469 yy = y * y2,
471 zy = z * y2,
474 wy = w * y2,
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp 114 int y2 = Y<Z>().get(); // ok member in namespace:PotentialConstant
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 8 Y<1 >> 2> *y2; // FIXME: expected-error{{expected unqualified-id}} variable
  /external/clang/test/Sema/
array-init.c 33 int y2[4][3] = { local
  /external/clang/test/SemaCXX/
explicit.cpp 70 Y y2 = z; // expected-error {{no viable conversion from 'Z' to 'Y'}} local
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 16 set format y2 "%g"

Completed in 884 milliseconds

<<11121314151617181920>>