Searched defs:yx (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/freetype/src/cff/
H A Dcffobjs.h107 FT_Fixed yx, yy; member in struct:CFF_Transform_
/external/freetype/src/cff/
H A Dcffobjs.h107 FT_Fixed yx, yy; member in struct:CFF_Transform_
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfttypes.h369 /* y' = x*yx + y*yy */
377 /* yx :: Matrix coefficient. */
384 FT_Fixed yx, yy; member in struct:FT_Matrix_
/external/chromium_org/third_party/freetype/src/base/
H A Dftcalc.c721 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
775 FT_Fixed xx, xy, yx, yy; local
[all...]
/external/freetype/include/freetype/
H A Dfttypes.h369 /* y' = x*yx + y*yy */
377 /* yx :: Matrix coefficient. */
384 FT_Fixed yx, yy; member in struct:FT_Matrix_
/external/freetype/src/base/
H A Dftcalc.c721 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
775 FT_Fixed xx, xy, yx, yy; local
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.h194 FT_Fixed yx, yy; member in struct:TT_Transform_
H A Dttgload.c582 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;
1100 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx
1101 : -subglyph->transform.yx;
1126 subglyph->transform.yx );
/external/freetype/src/truetype/
H A Dttobjs.h194 FT_Fixed yx, yy; member in struct:TT_Transform_
H A Dttgload.c582 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;
1100 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx
1101 : -subglyph->transform.yx;
1126 subglyph->transform.yx );
/external/opencv/cv/src/
H A Dcvstereogc.cpp598 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/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 211 milliseconds