Home
last modified time | relevance | path

Searched refs:yx (Results 1 – 25 of 83) 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dftcalc.c719 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local
725 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx ); in FT_Matrix_Multiply()
727 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx ); in FT_Matrix_Multiply()
728 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy ); in FT_Matrix_Multiply()
731 b->yx = yx; b->yy = yy; in FT_Matrix_Multiply()
748 FT_MulFix( matrix->xy, matrix->yx ); in FT_Matrix_Invert()
754 matrix->yx = - FT_DivFix( matrix->yx, delta ); in FT_Matrix_Invert()
773 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local
781 xx = FT_MulDiv( a->xx, b->xx, val ) + FT_MulDiv( a->xy, b->yx, val ); in FT_Matrix_Multiply_Scaled()
783 yx = FT_MulDiv( a->yx, b->xx, val ) + FT_MulDiv( a->yy, b->yx, val ); in FT_Matrix_Multiply_Scaled()
[all …]
Dftsynth.c64 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
/external/chromium_org/third_party/freetype/src/base/
Dftcalc.c721 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local
727 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx ); in FT_Matrix_Multiply()
729 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx ); in FT_Matrix_Multiply()
730 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy ); in FT_Matrix_Multiply()
733 b->yx = yx; b->yy = yy; in FT_Matrix_Multiply()
750 FT_MulFix( matrix->xy, matrix->yx ); in FT_Matrix_Invert()
756 matrix->yx = - FT_DivFix( matrix->yx, delta ); in FT_Matrix_Invert()
775 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local
783 xx = FT_MulDiv( a->xx, b->xx, val ) + FT_MulDiv( a->xy, b->yx, val ); in FT_Matrix_Multiply_Scaled()
785 yx = FT_MulDiv( a->yx, b->xx, val ) + FT_MulDiv( a->yy, b->yx, val ); in FT_Matrix_Multiply_Scaled()
[all …]
Dftsynth.c64 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
/external/freetype/src/base/
Dftcalc.c964 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local
970 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx ); in FT_Matrix_Multiply()
972 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx ); in FT_Matrix_Multiply()
973 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy ); in FT_Matrix_Multiply()
976 b->yx = yx; b->yy = yy; in FT_Matrix_Multiply()
993 FT_MulFix( matrix->xy, matrix->yx ); in FT_Matrix_Invert()
999 matrix->yx = - FT_DivFix( matrix->yx, delta ); in FT_Matrix_Invert()
1018 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local
1026 xx = FT_MulDiv( a->xx, b->xx, val ) + FT_MulDiv( a->xy, b->yx, val ); in FT_Matrix_Multiply_Scaled()
1028 yx = FT_MulDiv( a->yx, b->xx, val ) + FT_MulDiv( a->yy, b->yx, val ); in FT_Matrix_Multiply_Scaled()
[all …]
Dftsynth.c64 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
/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/e2fsprogs/tests/f_h_normal/
Dscript1 if test "$HTREE"x = yx ; then
/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/chromium_org/third_party/skia/src/pathops/
DSkPathOpsPoint.h60 double yx = fY * a.fX; in crossCheck() local
61 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx; in crossCheck()
/external/skia/src/pathops/
DSkPathOpsPoint.h60 double yx = fY * a.fX; in crossCheck() local
61 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx; in crossCheck()
/external/clang/test/SemaTemplate/
Dinstantiate-clang.cpp14 v1.xy = v2.yx; in f()
/external/chromium_org/third_party/freetype/src/cff/
Dcffobjs.h107 FT_Fixed yx, yy; member
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
Dcffobjs.h107 FT_Fixed yx, yy; member
/external/clang/test/Sema/
Dext_vector_components.c34 vec2.yx = vec2_2.xy; in test()
/external/freetype/src/cff/
Dcffobjs.h107 FT_Fixed yx, yy; member
/external/pdfium/core/include/thirdparties/freetype/freetype/
Dfttypes.h384 FT_Fixed yx, yy; member
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
Dfttypes.h384 FT_Fixed yx, yy; member
/external/chromium_org/third_party/freetype/include/freetype/
Dfttypes.h384 FT_Fixed yx, yy; member
/external/freetype/include/
Dfttypes.h384 FT_Fixed yx, yy; member
/external/clang/test/CodeGen/
Dvolatile.c100 i=VE.yx[1]; in main()

1234