Searched defs:aY (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRegion.cpp139 int aY = aSpan->y; local
152 if (aY < bY && !bHadSegmentInPreviousSpan && aHasSegmentInSpan && CompareOperation::aOutsideB(result))
154 if (bY < aY && !aHadSegmentInPreviousSpan && bHasSegmentInSpan && CompareOperation::bOutsideA(result))
160 bool spansOverlap = bMaxY > aY && bY < aMaxY;
/external/openssl/crypto/ec/
H A Dec2_smpl.c608 BIGNUM *aX, *aY, *bX, *bY; local
634 aY = BN_CTX_get(ctx);
639 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) goto err;
641 ret = ((BN_cmp(aX, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1;
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dsdlexe.cpp80 void Move(TInt aX, TInt aY);
102 void TVirtualCursor::Move(TInt aX, TInt aY) argument
111 if(aY > 0 && iInc.iY > 0)
113 else if(aY < 0 && iInc.iY < 0)
116 iInc.iY = aY;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 249 milliseconds