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

/external/freetype/src/cff/
H A Dcffobjs.h107 FT_Fixed yx, yy; member in struct:CFF_Transform_
/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.c705 FT_Fixed xx, xy, yx, yy; local
711 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
713 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
714 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
717 b->yx = yx; b->yy = yy;
734 FT_MulFix( matrix->xy, matrix->yx );
740 matrix->yx
759 FT_Fixed xx, xy, yx, yy; local
[all...]
/external/freetype/src/truetype/
H A Dttobjs.h192 FT_Fixed yx, yy; member in struct:TT_Transform_
H A Dttgload.c569 FT_Fixed xx, xy, yy, yx; local
617 xy = yx = 0;
632 yx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
639 subglyph->transform.yx = yx;
1013 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx
1014 : -subglyph->transform.yx;
1044 (FT_Int32)FT_MulFix( subglyph->transform.yx,
1045 subglyph->transform.yx ) );
[all...]
/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 129 milliseconds