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

  /external/freetype/src/cff/
cffobjs.h 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
  /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 705 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 = - FT_DivFix( matrix->yx, delta )
759 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/freetype/src/truetype/
ttobjs.h 192 FT_Fixed yx, yy; member in struct:TT_Transform_
ttgload.c 569 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/
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 505 milliseconds