Home
last modified time | relevance | path

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

1234567

/external/syslinux/com32/lib/jpeg/
Dyuv420p.c67 static void YCrCB_to_YUV420P_1x1(struct jdec_private *priv, int sx, int sy) in YCrCB_to_YUV420P_1x1()
113 static void YCrCB_to_YUV420P_2x1(struct jdec_private *priv, int sx, int sy) in YCrCB_to_YUV420P_2x1()
158 static void YCrCB_to_YUV420P_1x2(struct jdec_private *priv, int sx, int sy) in YCrCB_to_YUV420P_1x2()
206 static void YCrCB_to_YUV420P_2x2(struct jdec_private *priv, int sx, int sy) in YCrCB_to_YUV420P_2x2()
Dgrey.c48 static void YCrCB_to_Grey_1xN(struct jdec_private *priv, int sx, int sy) in YCrCB_to_Grey_1xN()
72 static void YCrCB_to_Grey_2xN(struct jdec_private *priv, int sx, int sy) in YCrCB_to_Grey_2xN()
Dbgra32.c72 static void YCrCB_to_BGRA32_1x1(struct jdec_private *priv, int sx, int sy) in YCrCB_to_BGRA32_1x1()
130 static void YCrCB_to_BGRA32_2x1(struct jdec_private *priv, int sx, int sy) in YCrCB_to_BGRA32_2x1()
200 static void YCrCB_to_BGRA32_1x2(struct jdec_private *priv, int sx, int sy) in YCrCB_to_BGRA32_1x2()
274 static void YCrCB_to_BGRA32_2x2(struct jdec_private *priv, int sx, int sy) in YCrCB_to_BGRA32_2x2()
Drgba32.c72 static void YCrCB_to_RGBA32_1x1(struct jdec_private *priv, int sx, int sy) in YCrCB_to_RGBA32_1x1()
129 static void YCrCB_to_RGBA32_2x1(struct jdec_private *priv, int sx, int sy) in YCrCB_to_RGBA32_2x1()
201 static void YCrCB_to_RGBA32_1x2(struct jdec_private *priv, int sx, int sy) in YCrCB_to_RGBA32_1x2()
274 static void YCrCB_to_RGBA32_2x2(struct jdec_private *priv, int sx, int sy) in YCrCB_to_RGBA32_2x2()
Dbgr24.c72 static void YCrCB_to_BGR24_1x1(struct jdec_private *priv, int sx, int sy) in YCrCB_to_BGR24_1x1()
128 static void YCrCB_to_BGR24_2x1(struct jdec_private *priv, int sx, int sy) in YCrCB_to_BGR24_2x1()
195 static void YCrCB_to_BGR24_1x2(struct jdec_private *priv, int sx, int sy) in YCrCB_to_BGR24_1x2()
265 static void YCrCB_to_BGR24_2x2(struct jdec_private *priv, int sx, int sy) in YCrCB_to_BGR24_2x2()
Drgb24.c72 static void YCrCB_to_RGB24_1x1(struct jdec_private *priv, int sx, int sy) in YCrCB_to_RGB24_1x1()
126 static void YCrCB_to_RGB24_2x1(struct jdec_private *priv, int sx, int sy) in YCrCB_to_RGB24_2x1()
195 static void YCrCB_to_RGB24_1x2(struct jdec_private *priv, int sx, int sy) in YCrCB_to_RGB24_1x2()
264 static void YCrCB_to_RGB24_2x2(struct jdec_private *priv, int sx, int sy) in YCrCB_to_RGB24_2x2()
/external/skqp/src/core/
DSkMatrix.cpp217 SkScalar sy = fMat[kMSkewY]; in isSimilarity() local
245 SkScalar sy = fMat[kMSkewY]; in preservesRightAngles() local
321 void SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale()
329 void SkMatrix::setScale(SkScalar sx, SkScalar sy) { in setScale()
345 void SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preScale()
355 void SkMatrix::preScale(SkScalar sx, SkScalar sy) { in preScale()
385 void SkMatrix::postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postScale()
394 void SkMatrix::postScale(SkScalar sx, SkScalar sy) { in postScale()
513 void SkMatrix::setSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setSkew()
528 void SkMatrix::setSkew(SkScalar sx, SkScalar sy) { in setSkew()
[all …]
DSkMatrix44.cpp281 void SkMatrix44::setScale(SkMScalar sx, SkMScalar sy, SkMScalar sz) { in setScale()
294 void SkMatrix44::preScale(SkMScalar sx, SkMScalar sy, SkMScalar sz) { in preScale()
310 void SkMatrix44::postScale(SkMScalar sx, SkMScalar sy, SkMScalar sz) { in postScale()
831 SkMScalar sy = SkFloatToMScalar(src2[1]); in map2_af() local
848 double sy = src2[1]; in map2_ad() local
863 SkMScalar sy = SkFloatToMScalar(src2[1]); in map2_pf() local
877 double sy = src2[1]; in map2_pd() local
/external/skia/src/core/
DSkMatrix.cpp218 SkScalar sy = fMat[kMSkewY]; in isSimilarity() local
246 SkScalar sy = fMat[kMSkewY]; in preservesRightAngles() local
322 void SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale()
330 void SkMatrix::setScale(SkScalar sx, SkScalar sy) { in setScale()
346 void SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preScale()
356 void SkMatrix::preScale(SkScalar sx, SkScalar sy) { in preScale()
386 void SkMatrix::postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postScale()
395 void SkMatrix::postScale(SkScalar sx, SkScalar sy) { in postScale()
514 void SkMatrix::setSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setSkew()
529 void SkMatrix::setSkew(SkScalar sx, SkScalar sy) { in setSkew()
[all …]
DSkMatrix44.cpp281 void SkMatrix44::setScale(SkMScalar sx, SkMScalar sy, SkMScalar sz) { in setScale()
294 void SkMatrix44::preScale(SkMScalar sx, SkMScalar sy, SkMScalar sz) { in preScale()
310 void SkMatrix44::postScale(SkMScalar sx, SkMScalar sy, SkMScalar sz) { in postScale()
831 SkMScalar sy = SkFloatToMScalar(src2[1]); in map2_af() local
848 double sy = src2[1]; in map2_ad() local
863 SkMScalar sy = SkFloatToMScalar(src2[1]); in map2_pf() local
877 double sy = src2[1]; in map2_pd() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java121 public void setScale(float sx, float sy, float px, float py) { in setScale()
127 public void setScale(float sx, float sy) { in setScale()
181 public boolean preScale(float sx, float sy, float px, float py) { in preScale()
187 public boolean preScale(float sx, float sy) { in preScale()
229 public boolean postScale(float sx, float sy, float px, float py) { in postScale()
235 public boolean postScale(float sx, float sy) { in postScale()
389 public static SimpleMatrix scale(float sx, float sy, float px, float py) { in scale()
397 public static SimpleMatrix scale(float sx, float sy) { in scale()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c196 int dx, int dy, int sx, int sy, in nv04_surface_copy_swizzle()
277 int dx, int dy, int sx, int sy, in nv04_surface_copy_m2mf()
365 int dx, int dy, int sx, int sy, in nv04_surface_copy_cpu()
393 int dx, int dy, int sx, int sy, in nv04_surface_copy()
/external/eigen/Eigen/src/Geometry/
DScaling.h131 inline DiagonalMatrix<Scalar,2> Scaling(const Scalar& sx, const Scalar& sy) in Scaling()
135 inline DiagonalMatrix<Scalar,3> Scaling(const Scalar& sx, const Scalar& sy, const Scalar& sz) in Scaling()
DTranslation.h56 EIGEN_DEVICE_FUNC inline Translation(const Scalar& sx, const Scalar& sy) in Translation()
63 EIGEN_DEVICE_FUNC inline Translation(const Scalar& sx, const Scalar& sy, const Scalar& sz) in Translation()
/external/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
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCanvas.java51 public void scale(float sx, float sy) { in scale()
57 public void scale(float sx, float sy, float px, float py) { in scale()
DShadowMatrix.java61 public boolean postScale(float sx, float sy, float px, float py) { in postScale()
/external/eigen/blas/f2c/
Dsrotm.c15 /* Subroutine */ int srotm_(integer *n, real *sx, integer *incx, real *sy, in srotm_()
/external/libvncserver/libvncclient/
Dhextile.c39 int sx, sy, sw, sh; in HandleHextileBPP() local
/external/python/cpython3/Modules/_decimal/tests/
Dbench.py125 sy = str(y) variable
/external/skia/src/gpu/
DGrPathUtils.h81 float sy = fM[4]; in apply() local
/external/skqp/src/gpu/
DGrPathUtils.h81 float sy = fM[4]; in apply() local
/external/skia/src/atlastext/
DSkAtlasTextTarget.cpp59 void SkAtlasTextTarget::scale(SkScalar sx, SkScalar sy) { this->accessCTM()->preScale(sx, sy); } in scale()
67 void SkAtlasTextTarget::skew(SkScalar sx, SkScalar sy) { this->accessCTM()->preSkew(sx, sy); } in skew()
/external/skqp/src/atlastext/
DSkAtlasTextTarget.cpp59 void SkAtlasTextTarget::scale(SkScalar sx, SkScalar sy) { this->accessCTM()->preScale(sx, sy); } in scale()
67 void SkAtlasTextTarget::skew(SkScalar sx, SkScalar sy) { this->accessCTM()->preSkew(sx, sy); } in skew()
/external/libopus/celt/tests/
Dtest_unit_cwrs32.c119 int sy; in main() local

1234567