/external/opencv3/3rdparty/openexr/Imath/ |
ImathShear.h | 67 T xy, xz, yz, yx, zx, zy; member in class:Imath::Shear6 82 Shear6 (T XY, T XZ, T YZ, // (XY XZ YZ YX ZX ZY) 83 T YX, T ZX, T ZY); 103 void setValue (S XY, S XZ, S YZ, S YX, S ZX, S ZY); 110 S &YX, S &ZX, S &ZY) const; 271 xy = xz = yz = yx = zx = zy = 0; 281 yx = 0; 293 yx = 0; 306 yx = 0; 313 Shear6<T>::Shear6 (T XY, T XZ, T YZ, T YX, T ZX, T ZY [all...] |
/external/fonttools/Lib/fontTools/misc/ |
transform.py | 88 def __init__(self, xx=1, xy=0, yx=0, yy=1, dx=0, dy=0): 95 >>> Transform(yx=12) 99 self.__affine = xx, xy, yx, yy, dx, dy 111 xx, xy, yx, yy, dx, dy = self.__affine 112 return (xx*x + yx*y + dx, xy*x + yy*y + dy) 123 xx, xy, yx, yy, dx, dy = self.__affine 124 return [(xx*x + yx*y + dx, xy*x + yy*y + dy) for x, y in points] 238 xx, xy, yx, yy, dx, dy = self.__affine 239 det = xx*yy - yx*xy 240 xx, xy, yx, yy = yy/det, -xy/det, -yx/det, xx/de [all...] |
/external/freetype/src/base/ |
ftcalc.c | 690 FT_Fixed xx, xy, yx, yy; local 696 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx ); 698 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx ); 699 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy ); 702 b->yx = yx; b->yy = yy; 719 FT_MulFix( matrix->xy, matrix->yx ); 725 matrix->yx = - FT_DivFix( matrix->yx, delta ) 744 FT_Fixed xx, xy, yx, yy; local [all...] |
ftsynth.c | 69 transform.yx = 0x00000L;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftcalc.c | 663 FT_Fixed xx, xy, yx, yy; local 669 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx ); 671 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx ); 672 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy ); 675 b->yx = yx; b->yy = yy; 692 FT_MulFix( matrix->xy, matrix->yx ); 698 matrix->yx = - FT_DivFix( matrix->yx, delta ) 717 FT_Fixed xx, xy, yx, yy; local [all...] |
ftsynth.c | 69 transform.yx = 0x00000L;
|
/external/pdfium/third_party/freetype/src/base/ |
ftcalc.c | 663 FT_Fixed xx, xy, yx, yy; local 669 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx ); 671 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx ); 672 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy ); 675 b->yx = yx; b->yy = yy; 692 FT_MulFix( matrix->xy, matrix->yx ); 698 matrix->yx = - FT_DivFix( matrix->yx, delta ) 717 FT_Fixed xx, xy, yx, yy; local [all...] |
ftsynth.c | 69 transform.yx = 0x00000L;
|
/external/clang/test/SemaTemplate/ |
instantiate-clang.cpp | 14 v1.xy = v2.yx;
|
/external/clang/test/Sema/ |
ext_vector_components.c | 34 vec2.yx = vec2_2.xy;
|
/external/freetype/src/cff/ |
cffobjs.h | 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cffobjs.h | 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
|
/external/pdfium/third_party/freetype/src/cff/ |
cffobjs.h | 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
|
/external/clang/test/CodeGen/ |
volatile.c | 100 i=VE.yx[1];
|
/external/freetype/include/ |
fttypes.h | 373 /* y' = x*yx + y*yy */ 381 /* yx :: Matrix coefficient. */ 388 FT_Fixed yx, yy; member in struct:FT_Matrix_ [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
fttypes.h | 373 /* y' = x*yx + y*yy */ 381 /* yx :: Matrix coefficient. */ 388 FT_Fixed yx, yy; member in struct:FT_Matrix_ [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
fttypes.h | 373 /* y' = x*yx + y*yy */ 381 /* yx :: Matrix coefficient. */ 388 FT_Fixed yx, yy; member in struct:FT_Matrix_ [all...] |
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
fttypes.h | 373 /* y' = x*yx + y*yy */ 381 /* yx :: Matrix coefficient. */ 388 FT_Fixed yx, yy; member in struct:FT_Matrix_ [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECFieldElement.java | 177 BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); local 179 BigInteger xy = xx.multiply(yx); 185 BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); local 187 BigInteger xy = xx.multiply(yx); 208 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); local 210 BigInteger xy = xx.multiply(yx); 216 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); local 218 BigInteger xy = xx.multiply(yx); 727 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; local 730 LongArray xy = xx.multiply(yx, m, ks) 768 LongArray ax = this.x, xx = ((F2m)x).x, yx = ((F2m)y).x; local [all...] |
/external/skia/src/pathops/ |
SkPathOpsPoint.h | 63 double yx = fY * a.fX; local 64 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx;
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
Quaternion.java | 466 * @param yx y-axis x-coordinate
472 public Quaternion setFromAxes (float xx, float xy, float xz, float yx, float yy, float yz, float zx, float zy, float zz) {
473 return setFromAxes(false, xx, xy, xz, yx, yy, yz, zx, zy, zz);
489 * @param yx y-axis x-coordinate
495 public Quaternion setFromAxes (boolean normalizeAxes, float xx, float xy, float xz, float yx, float yy, float yz, float zx,
499 final float ly = 1f / Vector3.len(yx, yy, yz);
504 yx *= ly;
522 z = (yx - xy) * s;
527 y = (yx + xy) * s;
534 x = (yx + xy) * s; [all...] |
/external/freetype/src/truetype/ |
ttobjs.h | 194 FT_Fixed yx, yy; member in struct:TT_Transform_
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttobjs.h | 183 FT_Fixed yx, yy; member in struct:TT_Transform_
|
/external/pdfium/third_party/freetype/src/truetype/ |
ttobjs.h | 183 FT_Fixed yx, yy; member in struct:TT_Transform_
|
/external/v8/test/mjsunit/ |
string-add.js | 70 assertEquals("21", y + x, "yx"); 92 assertEquals("21", y + x, "yx'");
|