Home
last modified time | relevance | path

Searched refs:yx (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/freetype/src/base/
H A Dftcalc.c663 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local
670 FT_MulFix( a->xy, b->yx ) ); in FT_Matrix_Multiply()
673 yx = ADD_LONG( FT_MulFix( a->yx, b->xx ), in FT_Matrix_Multiply()
674 FT_MulFix( a->yy, b->yx ) ); in FT_Matrix_Multiply()
675 yy = ADD_LONG( FT_MulFix( a->yx, b->xy ), in FT_Matrix_Multiply()
680 b->yx = yx; in FT_Matrix_Multiply()
698 FT_MulFix( matrix->xy, matrix->yx ); in FT_EXPORT_DEF()
704 matrix->yx in FT_EXPORT_DEF()
723 FT_Fixed xx, xy, yx, yy; FT_Matrix_Multiply_Scaled() local
[all...]
H A Dftsynth.c68 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
H A Dftobjs.c723 internal->transform_matrix.yx = 0; in FT_Set_Transform()
732 if ( ( matrix->xy | matrix->yx ) || in FT_Set_Transform()
906 ( face->internal->transform_matrix.yx == 0 && in FT_EXPORT_DEF()
909 face->internal->transform_matrix.yx != 0 ) ) ) in FT_EXPORT_DEF()
2703 internal->transform_matrix.yx = 0; in ft_open_face_internal()
H A Dftoutln.c695 yz = FT_MulFix( vector->x, matrix->yx ) + in FT_Vector_Transform()
/third_party/skia/tests/
H A DSkVxTest.cpp187 f = f.yx();
193 f.yx().store(&p);
198 REPORTER_ASSERT(r, all(skvx::join(f.yx(),f) == float4(f.y(),f.x(),f)));
199 REPORTER_ASSERT(r, all(skvx::join(f.yx(),f) == float4(f.yx(),f.x(),f.y())));
200 REPORTER_ASSERT(r, all(skvx::join(f,f.yx()) == float4(f.x(),f.y(),f.yx())));
201 REPORTER_ASSERT(r, all(skvx::join(f.yx(),f.yx()) == float4(f.yx(),
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsPoint.h65 double yx = fY * a.fX; in crossCheck() local
66 return AlmostEqualUlps(xy, yx) ? 0 : xy - yx; in crossCheck()
72 double yx = fY * a.fX; in crossNoNormalCheck() local
73 return AlmostEqualUlpsNoNormalCheck(xy, yx) ? 0 : xy - yx; in crossNoNormalCheck()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dcffotypes.h95 FT_Fixed yx, yy; member
/third_party/ffmpeg/libavfilter/
H A Dvf_transpose_vulkan.c100 GLSLF(2, vec4 res = texture(input_images[%i], ivec2(size.yx - pos.yx)); ,i); in init_filter()
104 GLSLF(2, vec4 res = texture(input_images[%i], pos.yx); ,i); in init_filter()
/third_party/skia/src/gpu/tessellate/
H A DAffineMatrix.h48 return fScale.lo * p + (fSkew.lo * p.yx() + fTrans.lo); in mapPoint()
H A DTessellation.h44 float2 x = a * b.yx(); in cross()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dfttypes.h374 * y' = x*yx + y*yy
384 * yx ::
393 FT_Fixed yx, yy; member
H A Dftcolor.h679 * y' = x*yx + y*yy + dy
692 * yx ::
709 FT_Fixed yx, yy, dy; member
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffobjs.c751 /* it is zero, we use `matrix->yx' instead. The scaling is */ in FT_LOCAL_DEF()
767 : FT_ABS( matrix->yx ); in FT_LOCAL_DEF()
774 matrix->yx = FT_DivFix( matrix->yx, temp ); in FT_LOCAL_DEF()
838 : FT_ABS( matrix->yx ); in FT_LOCAL_DEF()
846 matrix->yx = FT_DivFix( matrix->yx, temp ); in FT_LOCAL_DEF()
H A Dcffparse.c752 matrix->yx = values[1]; in cff_parse_font_matrix()
763 (double)matrix->yx / *upm / 65536, in cff_parse_font_matrix()
784 matrix->yx = 0; in cff_parse_font_matrix()
H A Dcffgload.c612 font_matrix.xy != 0 || font_matrix.yx != 0 ) in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgload.c612 FT_Fixed xx, xy, yy, yx; in FT_CALLBACK_DEF() local
681 xy = yx = 0; in FT_CALLBACK_DEF()
696 yx = (FT_Fixed)FT_NEXT_SHORT( p ) * 4; in FT_CALLBACK_DEF()
703 subglyph->transform.yx = yx; in FT_CALLBACK_DEF()
747 FT_TRACE7(( " scaling: xx=%f, yx=%f\n", in FT_CALLBACK_DEF()
749 subglyph->transform.yx / 65536.0 )); in FT_CALLBACK_DEF()
1262 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx in TT_Process_Composite_Component()
1263 : -subglyph->transform.yx; in TT_Process_Composite_Component()
[all...]
H A Dttobjs.h178 FT_Fixed yx, yy; member
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcolr.c585 apaint->u.transform.affine.yx = FT_NEXT_LONG( p ); in read_paint()
1077 ft_root_scale.yx = 0; in FT_LOCAL_DEF()
1086 paint->u.transform.affine.yx = ft_root_scale.yx; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidgload.c456 font_matrix.xy != 0 || font_matrix.yx != 0 ) in FT_LOCAL_DEF()
H A Dcidload.c218 matrix->yx = temp[1]; in cid_parse_font_matrix()
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrobjs.c423 font_matrix.yx = face->log_font.matrix[1] << 8; in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1gload.c515 font_matrix.xy != 0 || font_matrix.yx != 0 ) in FT_LOCAL_DEF()
H A Dt1driver.c226 val = type1->font_matrix.yx; in t1_ps_get_font_value()
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42parse.c284 matrix->yx = temp[1]; in t42_parse_font_matrix()
/third_party/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp493 -fcMatrix->yx, fcMatrix->yy, 0,

Completed in 32 milliseconds

12