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

  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.h 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
  /external/freetype/src/cff/
cffobjs.h 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffobjs.h 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
  /external/chromium_org/third_party/freetype/include/freetype/
fttypes.h 369 /* y' = x*yx + y*yy */
377 /* yx :: Matrix coefficient. */
384 FT_Fixed yx, yy; member in struct:FT_Matrix_
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 721 FT_Fixed xx, xy, yx, yy; local
727 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
729 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
730 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
733 b->yx = yx; b->yy = yy;
750 FT_MulFix( matrix->xy, matrix->yx );
756 matrix->yx = - FT_DivFix( matrix->yx, delta )
775 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsPoint.h 60 double yx = fY * a.fX; local
61 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx;
  /external/freetype/include/
fttypes.h 369 /* y' = x*yx + y*yy */
377 /* yx :: Matrix coefficient. */
384 FT_Fixed yx, yy; member in struct:FT_Matrix_
    [all...]
  /external/freetype/src/base/
ftcalc.c 964 FT_Fixed xx, xy, yx, yy; local
970 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
972 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
973 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
976 b->yx = yx; b->yy = yy;
993 FT_MulFix( matrix->xy, matrix->yx );
999 matrix->yx = - FT_DivFix( matrix->yx, delta )
1018 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
fttypes.h 369 /* y' = x*yx + y*yy */
377 /* yx :: Matrix coefficient. */
384 FT_Fixed yx, yy; member in struct:FT_Matrix_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
fttypes.h 369 /* y' = x*yx + y*yy */
377 /* yx :: Matrix coefficient. */
384 FT_Fixed yx, yy; member in struct:FT_Matrix_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftcalc.c 719 FT_Fixed xx, xy, yx, yy; local
725 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
727 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
728 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
731 b->yx = yx; b->yy = yy;
748 FT_MulFix( matrix->xy, matrix->yx );
754 matrix->yx = - FT_DivFix( matrix->yx, delta )
773 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/skia/src/pathops/
SkPathOpsPoint.h 60 double yx = fY * a.fX; local
61 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx;
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h 194 FT_Fixed yx, yy; member in struct:TT_Transform_
ttgload.c 582 FT_Fixed xx, xy, yy, yx; local
630 xy = yx = 0;
645 yx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
652 subglyph->transform.yx = yx;
    [all...]
  /external/freetype/src/truetype/
ttobjs.h 194 FT_Fixed yx, yy; member in struct:TT_Transform_
ttgload.c 587 FT_Fixed xx, xy, yy, yx; local
635 xy = yx = 0;
650 yx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
657 subglyph->transform.yx = yx;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttobjs.h 194 FT_Fixed yx, yy; member in struct:TT_Transform_
ttgload.c 587 FT_Fixed xx, xy, yy, yx; local
635 xy = yx = 0;
650 yx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
657 subglyph->transform.yx = yx;
    [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;
  /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 1034 milliseconds