HomeSort by relevance Sort by last modified time
    Searched defs:yx (Results 1 - 12 of 12) 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/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/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/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/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 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/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 202 milliseconds