Home
last modified time | relevance | path

Searched defs:sy (Results 1 – 25 of 274) sorted by relevance

1234567891011

/third_party/flutter/skia/src/core/
DSkMatrix.cpp215 SkScalar sy = fMat[kMSkewY]; in isSimilarity() local
243 SkScalar sy = fMat[kMSkewY]; in preservesRightAngles() local
314 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale()
323 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy) { in setScale()
332 SkMatrix& SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preScale()
342 SkMatrix& SkMatrix::preScale(SkScalar sx, SkScalar sy) { in preScale()
373 SkMatrix& SkMatrix::postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postScale()
382 SkMatrix& SkMatrix::postScale(SkScalar sx, SkScalar sy) { in postScale()
501 SkMatrix& SkMatrix::setSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setSkew()
509 SkMatrix& SkMatrix::setSkew(SkScalar sx, SkScalar sy) { in setSkew()
[all …]
/third_party/skia/src/core/
DSkMatrix.cpp211 SkScalar sy = fMat[kMSkewY]; in isSimilarity() local
239 SkScalar sy = fMat[kMSkewY]; in preservesRightAngles() local
310 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale()
319 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy) { in setScale()
328 SkMatrix& SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preScale()
338 SkMatrix& SkMatrix::preScale(SkScalar sx, SkScalar sy) { in preScale()
369 SkMatrix& SkMatrix::postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postScale()
378 SkMatrix& SkMatrix::postScale(SkScalar sx, SkScalar sy) { in postScale()
497 SkMatrix& SkMatrix::setSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setSkew()
505 SkMatrix& SkMatrix::setSkew(SkScalar sx, SkScalar sy) { in setSkew()
[all …]
/third_party/ffmpeg/libavcodec/
Dmpegutils.c131 int sy = mb_y * 16 + 4 + 8 * (i >> 1); in ff_print_debug_info2() local
141 int sy = mb_y * 16 + 4 + 8 * i; in ff_print_debug_info2() local
154 int sy = mb_y * 16 + 8; in ff_print_debug_info2() local
166 int sy = mb_y * 16 + 8; in ff_print_debug_info2() local
Dvorbis.c147 intptr_t sy, int ady, int adx, in render_line_unrolled()
174 int sy = dy < 0 ? -1 : 1; in render_line() local
/third_party/skia/experimental/xform/
DSkXform.h103 void setTranslate(SkScalar sx, SkScalar sy) { in setTranslate()
106 void setScale(SkScalar sx, SkScalar sy) { in setScale()
/third_party/flutter/skia/experimental/xform/
DSkXform.h103 void setTranslate(SkScalar sx, SkScalar sy) { in setTranslate()
106 void setScale(SkScalar sx, SkScalar sy) { in setScale()
/third_party/optimized-routines/math/
Dv_pow.c20 f64_t sy = v_get_f64 (y, lane); in V_NAME() local
/third_party/flutter/skia/docs/examples/
DPath_rCubicTo.cpp14 sy = SkScalarCos(i * SK_ScalarPI / 8); in draw() local
/third_party/skia/docs/examples/
DPath_rCubicTo.cpp14 sy = SkScalarCos(i * SK_ScalarPI / 8); in draw() local
Dexample3ps.cpp5 static SkMatrix setpsmatrix(float sx, float kx, float ky, float sy, float tx, float ty, int h) { in setpsmatrix()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c192 int dx, int dy, int sx, int sy, in nv04_surface_copy_swizzle()
273 int dx, int dy, int sx, int sy, in nv04_surface_copy_m2mf()
361 int dx, int dy, int sx, int sy, in nv04_surface_copy_cpu()
389 int dx, int dy, int sx, int sy, in nv04_surface_copy()
/third_party/mesa3d/src/asahi/lib/
Dtiling.c108 unsigned sx, unsigned sy, unsigned smaxx, unsigned smaxy) in agx_detile()
121 unsigned sx, unsigned sy, unsigned smaxx, unsigned smaxy) in agx_tile()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dremquo.c10 int sy = uy.i>>63; in remquo() local
Dremquof.c10 int sy = uy.i>>31; in remquof() local
Dremquol.c15 int sy = uy.i.se >> 15; in remquol() local
/third_party/musl/src/math/
Dremquo.c10 int sy = uy.i>>63; in remquo() local
Dremquof.c10 int sy = uy.i>>31; in remquof() local
Dremquol.c15 int sy = uy.i.se >> 15; in remquol() local
/third_party/weston/libweston/
Dlibinput-seat-export.h24 int32_t sy; member
/third_party/skia/src/gpu/ops/
DSmallPathShapeData.cpp32 SkScalar sy = ctm.get(SkMatrix::kMScaleY); in SmallPathShapeDataKey() local
/third_party/ffmpeg/libavfilter/
Dvf_codecview.c92 static int clip_line(int *sx, int *sy, int *ex, int *ey, int maxx) in clip_line()
120 static void draw_line(uint8_t *buf, int sx, int sy, int ex, int ey, in draw_line()
178 static void draw_arrow(uint8_t *buf, int sx, int sy, int ex, in draw_arrow()
/third_party/mesa3d/src/mesa/swrast/
Ds_copypix.c92 GLint sy, dy, stepy, row; in copy_rgba_pixels() local
239 GLint sy, dy, stepy; in copy_depth_pixels() local
340 GLint sy, dy, stepy; in copy_stencil_pixels() local
/third_party/weston/libweston-desktop/
Dseat.c98 wl_fixed_t sx, sy; in weston_desktop_seat_popup_grab_pointer_focus() local
185 wl_fixed_t sx, wl_fixed_t sy) in weston_desktop_seat_popup_grab_touch_down()
202 wl_fixed_t sx, wl_fixed_t sy) in weston_desktop_seat_popup_grab_touch_motion()
/third_party/python/Modules/_decimal/tests/
Dbench.py121 sy = str(y) variable
/third_party/flutter/skia/src/gpu/geometry/
DGrPathUtils.h76 float sy = fM[4]; in apply() local

1234567891011