Searched defs:sy (Results 1 - 25 of 115) sorted by relevance

12345

/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.h46 VGfloat sx, sy, ox, oy, px, py; member in struct:path_for_each_data
H A Dapi_transform.c110 void vegaScale(VGfloat sx, VGfloat sy) argument
114 matrix_scale(dst, sx, sy);
H A Dapi_masks.c220 VGint sx, VGint sy,
243 mask_copy(mask, sx, sy, dx, dy, width, height);
219 vegaCopyMask(VGMaskLayer maskLayer, VGint sx, VGint sy, VGint dx, VGint dy, VGint width, VGint height) argument
H A Dapi_images.c273 VGImage src, VGint sx, VGint sy,
290 handle_to_image(src), sx, sy, local
312 VGImage src, VGint sx, VGint sy,
327 image_set_pixels(dx, dy, handle_to_image(src), sx, sy, width,
332 VGint sx, VGint sy,
350 sx, sy, width, height);
393 VGint sx, VGint sy,
427 if (sy < 0) {
428 yoffset = -sy;
430 height += sy;
272 vegaCopyImage(VGImage dst, VGint dx, VGint dy, VGImage src, VGint sx, VGint sy, VGint width, VGint height, VGboolean dither) argument
311 vegaSetPixels(VGint dx, VGint dy, VGImage src, VGint sx, VGint sy, VGint width, VGint height) argument
331 vegaGetPixels(VGImage dst, VGint dx, VGint dy, VGint sx, VGint sy, VGint width, VGint height) argument
391 vegaReadPixels(void * data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height) argument
466 vegaCopyPixels(VGint dx, VGint dy, VGint sx, VGint sy, VGint width, VGint height) argument
[all...]
/external/fio/
H A Dcairo_text_helpers.c65 double sx, sy; local
73 sy = y;
79 cairo_translate(cr, -sx, -sy);
81 cairo_translate(cr, sx, sy);
/external/libvncserver/libvncclient/
H A Dultra.c185 unsigned short sx, sy, sw, sh; local
189 memcpy((char *)&sy, ptr, 2); ptr += 2;
195 sy = rfbClientSwap16IfLE(sy);
202 CopyRectangle(client, (unsigned char *)ptr, sx, sy, sw, sh);
H A Dhextile.c39 int sx, sy, sw, sh; local
97 sy = rfbHextileExtractY(*ptr);
103 FillRectangle(client, x+sx, y+sy, sw, sh, fg);
112 sy = rfbHextileExtractY(*ptr);
118 FillRectangle(client, x+sx, y+sy, sw, sh, fg);
/external/skia/src/gpu/
H A DGrPathUtils.h84 float sy = fM[4]; local
90 uv->fY = ky * xy->fX + sy * xy->fY + ty;
/external/skia/src/opts/
H A DSkMatrix_opts.h50 SkScalar sy = m.getScaleY(); local
53 dst->fY = src->fY * sy + ty;
58 Sk4s scale4(sx, sy, sx, sy);
81 SkScalar sy = m.getScaleY(); local
86 src->fX * ky + src->fY * sy + ty);
91 Sk4s scale4(sx, sy, sx, sy);
/external/skia/tests/
H A DCopySurfaceTest.cpp136 int sy = y - dstOffset.fY; local
137 uint32_t s = srcPixels.get()[sy * kW + sx];
141 "0x%08x", x, y, s, sx, sy, r);
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DScaling.h57 inline Scaling(const Scalar& sx, const Scalar& sy) argument
61 m_coeffs.y() = sy;
64 inline Scaling(const Scalar& sx, const Scalar& sy, const Scalar& sz) argument
68 m_coeffs.y() = sy;
H A DTranslation.h55 inline Translation(const Scalar& sx, const Scalar& sy) argument
59 m_coeffs.y() = sy;
62 inline Translation(const Scalar& sx, const Scalar& sy, const Scalar& sz) argument
66 m_coeffs.y() = sy;
/external/eigen/Eigen/src/Geometry/
H A DScaling.h125 static inline DiagonalMatrix<Scalar,2> Scaling(const Scalar& sx, const Scalar& sy) argument
126 { return DiagonalMatrix<Scalar,2>(sx, sy); }
129 static inline DiagonalMatrix<Scalar,3> Scaling(const Scalar& sx, const Scalar& sy, const Scalar& sz) argument
130 { return DiagonalMatrix<Scalar,3>(sx, sy, sz); }
H A DTranslation.h56 inline Translation(const Scalar& sx, const Scalar& sy) argument
60 m_coeffs.y() = sy;
63 inline Translation(const Scalar& sx, const Scalar& sy, const Scalar& sz) argument
67 m_coeffs.y() = sy;
/external/eigen/blas/f2c/
H A Dsrotm.c15 /* Subroutine */ int srotm_(integer *n, real *sx, integer *incx, real *sy, argument
90 --sy;
119 z__ = sy[i__];
121 sy[i__] = w * sh21 + z__;
132 z__ = sy[i__];
134 sy[i__] = -w + sh22 * z__;
147 z__ = sy[i__];
149 sy[i__] = w * sh21 + z__ * sh22;
176 z__ = sy[ky];
178 sy[k
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DSTZInfo.java33 if (sy != -1) {
34 stz.setStartYear(sy);
57 if (sy != -1) {
58 stz.setStartYear(sy);
80 int sy = -1; field in class:STZInfo
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSTZInfo.java32 if (sy != -1) {
33 stz.setStartYear(sy);
56 if (sy != -1) {
57 stz.setStartYear(sy);
79 int sy = -1; field in class:STZInfo
/external/libopus/celt/tests/
H A Dtest_unit_cwrs32.c119 int sy; local
129 sy=0;
130 for(j=0;j<n;j++)sy+=ABS(y[j]);
131 if(sy!=k){
133 n,sy,k);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMatrix.java61 public boolean postScale(float sx, float sy, float px, float py) { argument
63 scaleY *= sy;
/external/clang/test/Parser/
H A Dcxx11-user-defined-literals.cpp64 S<u'y'_id> sy; variable
/external/skia/gm/
H A Dlcdtext.cpp80 static void ScaleAbout(SkCanvas* canvas, SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { argument
82 m.setScale(sx, sy, px, py);
/external/skia/src/effects/
H A DSk1DPathEffect.cpp83 SkScalar sy = src[i].fY; local
92 pt.set(sx, sy);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_transfer.c64 uint32_t sy = src->y; local
121 PUSH_DATA (push, (sy << 16) | (src->x * cpp));
139 sy += line_count;
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_transfer.c28 uint32_t sy = src->y; local
85 PUSH_DATA (push, sy);
104 sy += line_count;
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_context.c239 int dx, int dy, int sx, int sy, int width, int height)
244 u_box_2d(sx, sy, width, height, &src_box);
250 renderer_copy(ctx, dx, dy, sx, sy, width, height,
238 xa_copy(struct xa_context *ctx, int dx, int dy, int sx, int sy, int width, int height) argument

Completed in 882 milliseconds

12345