/external/fonttools/Lib/fontTools/misc/ |
D | transform.py | 88 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/ |
D | ftcalc.c | 719 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 …]
|
D | ftsynth.c | 64 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
|
/external/chromium_org/third_party/freetype/src/base/ |
D | ftcalc.c | 721 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 …]
|
D | ftsynth.c | 64 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
|
/external/freetype/src/base/ |
D | ftcalc.c | 964 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 …]
|
D | ftsynth.c | 64 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
|
/external/clang/utils/ABITest/ |
D | Makefile.test.common | 31 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/ |
D | script | 1 if test "$HTREE"x = yx ; then
|
/external/e2fsprogs/tests/f_h_unsigned/ |
D | script | 1 if test "$HTREE"x = yx ; then
|
/external/e2fsprogs/tests/f_h_badroot/ |
D | script | 1 if test "$HTREE"x = yx ; then
|
/external/e2fsprogs/tests/f_h_badnode/ |
D | script | 1 if test "$HTREE"x = yx ; then
|
/external/e2fsprogs/tests/f_h_reindex/ |
D | script | 1 if test "$HTREE"x = yx ; then
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsPoint.h | 60 double yx = fY * a.fX; in crossCheck() local 61 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx; in crossCheck()
|
/external/skia/src/pathops/ |
D | SkPathOpsPoint.h | 60 double yx = fY * a.fX; in crossCheck() local 61 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx; in crossCheck()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-clang.cpp | 14 v1.xy = v2.yx; in f()
|
/external/chromium_org/third_party/freetype/src/cff/ |
D | cffobjs.h | 107 FT_Fixed yx, yy; member
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
D | cffobjs.h | 107 FT_Fixed yx, yy; member
|
/external/clang/test/Sema/ |
D | ext_vector_components.c | 34 vec2.yx = vec2_2.xy; in test()
|
/external/freetype/src/cff/ |
D | cffobjs.h | 107 FT_Fixed yx, yy; member
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
D | fttypes.h | 384 FT_Fixed yx, yy; member
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
D | fttypes.h | 384 FT_Fixed yx, yy; member
|
/external/chromium_org/third_party/freetype/include/freetype/ |
D | fttypes.h | 384 FT_Fixed yx, yy; member
|
/external/freetype/include/ |
D | fttypes.h | 384 FT_Fixed yx, yy; member
|
/external/clang/test/CodeGen/ |
D | volatile.c | 100 i=VE.yx[1]; in main()
|