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

  /external/freetype/src/base/
ftcalc.c 704 FT_Fixed xx, xy, yx, yy; local
710 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
712 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
713 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
716 b->yx = yx; b->yy = yy;
733 FT_MulFix( matrix->xy, matrix->yx );
739 matrix->yx = - FT_DivFix( matrix->yx, delta )
758 FT_Fixed xx, xy, yx, yy; local
    [all...]
ftsynth.c 63 transform.yx = 0x00000L;
ftobjs.c 475 internal->transform_matrix.yx = 0;
483 if ( ( matrix->xy | matrix->yx ) ||
616 ( ( face->internal->transform_matrix.yx == 0 &&
619 face->internal->transform_matrix.yx != 0 ) ) )
    [all...]
ftoutln.c 684 yz = FT_MulFix( vector->x, matrix->yx ) +
  /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/cff/
cffobjs.h 107 FT_Fixed yx, yy; member in struct:CFF_Transform_
cffparse.c 479 matrix->yx = 0;
480 matrix->yx = 0;
489 matrix->yx = cff_parse_fixed_scaled( data++, scaling );
cffobjs.c 588 matrix->yx = FT_DivFix( matrix->yx, temp );
659 matrix->yx = FT_DivFix( matrix->yx, temp );
cffgload.c     [all...]
  /external/freetype/src/truetype/
ttobjs.h 191 FT_Fixed yx, yy; member in struct:TT_Transform_
ttgload.c 589 FT_Fixed xx, xy, yy, yx; local
637 xy = yx = 0;
652 yx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
659 subglyph->transform.yx = yx;
1033 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx
1034 : -subglyph->transform.yx;
    [all...]
  /external/v8/test/mjsunit/
string-add.js 70 assertEquals("21", y + x, "yx");
92 assertEquals("21", y + x, "yx'");
  /external/skia/src/images/
fpdfemb.h     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 369 fMatrix22.yx = -SkScalarToFixed(SkScalarMul(m.getSkewY(), inv));
373 fMatrix22.xy = fMatrix22.yx = 0;
640 glyph->fAdvanceY = -SkFixedMul(fMatrix22.yx, fFace->glyph->linearHoriAdvance);
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 216 return AffineTransform(m.xx, m.yx, m.xy, m.yy, m.x0, m.y0);
    [all...]

Completed in 237 milliseconds