Home
last modified time | relevance | path

Searched refs:yx (Results 1 – 25 of 98) sorted by relevance

1234

/external/fonttools/Lib/fontTools/misc/
Dtransform.py88 def __init__(self, xx=1, xy=0, yx=0, yy=1, dx=0, dy=0): argument
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/det
241 dx, dy = -xx*dx - yx*dy, -xy*dx - yy*dy
[all …]
/external/freetype/src/base/
Dftcalc.c663 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local
669 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx ); in FT_Matrix_Multiply()
671 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx ); in FT_Matrix_Multiply()
672 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy ); in FT_Matrix_Multiply()
675 b->yx = yx; b->yy = yy; in FT_Matrix_Multiply()
692 FT_MulFix( matrix->xy, matrix->yx ); in FT_Matrix_Invert()
698 matrix->yx = - FT_DivFix( matrix->yx, delta ); in FT_Matrix_Invert()
717 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local
725 xx = FT_MulDiv( a->xx, b->xx, val ) + FT_MulDiv( a->xy, b->yx, val ); in FT_Matrix_Multiply_Scaled()
727 yx = FT_MulDiv( a->yx, b->xx, val ) + FT_MulDiv( a->yy, b->yx, val ); in FT_Matrix_Multiply_Scaled()
[all …]
Dftsynth.c69 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
/external/pdfium/third_party/freetype/src/base/
Dftcalc.c663 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local
669 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx ); in FT_Matrix_Multiply()
671 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx ); in FT_Matrix_Multiply()
672 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy ); in FT_Matrix_Multiply()
675 b->yx = yx; b->yy = yy; in FT_Matrix_Multiply()
692 FT_MulFix( matrix->xy, matrix->yx ); in FT_Matrix_Invert()
698 matrix->yx = - FT_DivFix( matrix->yx, delta ); in FT_Matrix_Invert()
717 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local
725 xx = FT_MulDiv( a->xx, b->xx, val ) + FT_MulDiv( a->xy, b->yx, val ); in FT_Matrix_Multiply_Scaled()
727 yx = FT_MulDiv( a->yx, b->xx, val ) + FT_MulDiv( a->yy, b->yx, val ); in FT_Matrix_Multiply_Scaled()
[all …]
Dftsynth.c69 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
/external/python/cpython2/Python/
Dpymath.c37 double yx; in hypot() local
49 yx = y/x; in hypot()
50 return x*sqrt(1.+yx*yx); in hypot()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java177 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyMinusProduct() local
179 BigInteger xy = xx.multiply(yx); in multiplyMinusProduct()
185 … BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); in multiplyPlusProduct() local
187 BigInteger xy = xx.multiply(yx); in multiplyPlusProduct()
208 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squareMinusProduct() local
210 BigInteger xy = xx.multiply(yx); in squareMinusProduct()
216 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); in squarePlusProduct() local
218 BigInteger xy = xx.multiply(yx); in squarePlusProduct()
727 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; in multiplyPlusProduct() local
730 LongArray xy = xx.multiply(yx, m, ks); in multiplyPlusProduct()
[all …]
/external/clang/utils/ABITest/
DMakefile.test.common31 test.%.report: temps/test.%.xx.diff temps/test.%.xy.diff temps/test.%.yx.diff temps/test.%.yy.diff
56 test.%.build: temps/test.%.ref temps/test.%.xx temps/test.%.xy temps/test.%.yx temps/test.%.yy temp…
71 .PRECIOUS: temps/test.%.yx.diff
72 temps/test.%.yx.diff: temps/test.%.ref.out temps/test.%.yx.out
100 .PRECIOUS: temps/test.%.yx
101 temps/test.%.yx: temps/test.%.driver.ref.o temps/test.%.a.y.o temps/test.%.b.x.o
/external/skia/src/pathops/
DSkPathOpsPoint.h64 double yx = fY * a.fX; in crossCheck() local
65 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx; in crossCheck()
71 double yx = fY * a.fX; in crossNoNormalCheck() local
72 return AlmostEqualUlpsNoNormalCheck(xy, yx) ? 0 : xy - yx; in crossNoNormalCheck()
/external/e2fsprogs/tests/f_h_unsigned/
Dscript1 if test "$HTREE"x = yx ; then
/external/e2fsprogs/tests/f_h_badroot/
Dscript1 if test "$HTREE"x = yx ; then
/external/e2fsprogs/tests/f_h_badnode/
Dscript1 if test "$HTREE"x = yx ; then
/external/e2fsprogs/tests/f_h_reindex/
Dscript1 if test "$HTREE"x = yx ; then
/external/e2fsprogs/tests/f_h_normal/
Dscript1 if test "$HTREE"x = yx ; then
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DIMath.js713 var yx = upx;
719 xy = -yx * zz + yz * zx;
720 xz = yx * zy - yy * zx;
723 yx = zy * xz - zz * xy;
725 yx = zx * xy - zy * xx;
737 mag = Math.sqrt(yx * yx + yy * yy + yz * yz);
739 yx /= mag;
749 matrix.$matrix.m21 = yx;
/external/clang/test/SemaTemplate/
Dinstantiate-clang.cpp14 v1.xy = v2.yx; in f()
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
Dvecoperations.c127 v2i64 c2 = a.yx; in v2i64_shuffle()
132 v2f64 c2 = a.yx; in v2f64_shuffle()
/external/freetype/src/cff/
Dcffobjs.c763 : FT_ABS( matrix->yx ); in cff_face_init()
770 matrix->yx = FT_DivFix( matrix->yx, temp ); in cff_face_init()
834 : FT_ABS( matrix->yx ); in cff_face_init()
842 matrix->yx = FT_DivFix( matrix->yx, temp ); in cff_face_init()
Dcffobjs.h107 FT_Fixed yx, yy; member
/external/pdfium/third_party/freetype/src/cff/
Dcffobjs.h107 FT_Fixed yx, yy; member
/external/pdfium/third_party/freetype/include/freetype/
Dfttypes.h388 FT_Fixed yx, yy; member
/external/freetype/include/freetype/
Dfttypes.h388 FT_Fixed yx, yy; member
/external/clang/test/CodeGen/
Dvolatile.c100 i=VE.yx[1]; in main()
/external/clang/test/Sema/
Dext_vector_components.c34 vec2.yx = vec2_2.xy; in test()
/external/pdfium/third_party/freetype/src/truetype/
Dttgload.c568 FT_Fixed xx, xy, yy, yx; in TT_Load_Composite_Glyph() local
632 xy = yx = 0; in TT_Load_Composite_Glyph()
647 yx = (FT_Fixed)FT_NEXT_SHORT( p ) * 4; in TT_Load_Composite_Glyph()
654 subglyph->transform.yx = yx; in TT_Load_Composite_Glyph()
1074 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx in TT_Process_Composite_Component()
1075 : -subglyph->transform.yx; in TT_Process_Composite_Component()
1100 subglyph->transform.yx ); in TT_Process_Composite_Component()

1234