HomeSort by relevance Sort by last modified time
    Searched defs:yx (Results 1 - 22 of 22) sorted by null

  /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/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/pdfium/third_party/freetype/src/cff/
cffobjs.h 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
  /external/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...]
  /external/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...]
  /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/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...]
  /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...]
  /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...]
  /external/skia/src/pathops/
SkPathOpsPoint.h 63 double yx = fY * a.fX; local
64 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx;
  /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/freetype/src/truetype/
ttobjs.h 179 FT_Fixed yx, yy; member in struct:TT_Transform_
ttgload.c 570 FT_Fixed xx, xy, yy, yx; local
634 xy = yx = 0;
649 yx = (FT_Fixed)FT_NEXT_SHORT( p ) * 4;
656 subglyph->transform.yx = yx;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttobjs.h 183 FT_Fixed yx, yy; member in struct:TT_Transform_
ttgload.c 569 FT_Fixed xx, xy, yy, yx; local
633 xy = yx = 0;
648 yx = (FT_Fixed)FT_NEXT_SHORT( p ) * 4;
655 subglyph->transform.yx = yx;
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.h 183 FT_Fixed yx, yy; member in struct:TT_Transform_
ttgload.c 568 FT_Fixed xx, xy, yy, yx; local
632 xy = yx = 0;
647 yx = (FT_Fixed)FT_NEXT_SHORT( p ) * 4;
654 subglyph->transform.yx = yx;
    [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/opencv/cv/src/
cvstereogc.cpp 598 GCEdge *xy = edgeBuf + nedges, *yx = xy + 1; local
606 yx->dst = x;
607 yx->next = y->first;
608 yx->weight = (short)rw;
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 323 milliseconds