Searched refs:sy (Results 1 - 25 of 267) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/core/imagebitmap/
H A DWindowImageBitmapFactories.idl37 [CallWith=ScriptState, RaisesException] Promise createImageBitmap(HTMLImageElement image, long sx, long sy, long sw, long sh);
39 [CallWith=ScriptState, RaisesException] Promise createImageBitmap(HTMLVideoElement video, long sx, long sy, long sw, long sh);
41 [CallWith=ScriptState, RaisesException] Promise createImageBitmap(CanvasRenderingContext2D context, long sx, long sy, long sw, long sh);
43 [CallWith=ScriptState, RaisesException] Promise createImageBitmap(HTMLCanvasElement canvas, long sx, long sy, long sw, long sh);
H A DImageBitmapFactories.idl52 [CallWith=ScriptState, RaisesException] Promise createImageBitmap(Blob blob, long sx, long sy, long sw, long sh);
54 [CallWith=ScriptState, RaisesException] Promise createImageBitmap(ImageData data, long sx, long sy, long sw, long sh);
56 [CallWith=ScriptState, RaisesException] Promise createImageBitmap(ImageBitmap bitmap, long sx, long sy, long sw, long sh);
H A DImageBitmapFactories.h62 static ScriptPromise createImageBitmap(ScriptState*, EventTarget&, HTMLImageElement*, int sx, int sy, int sw, int sh, ExceptionState&);
64 static ScriptPromise createImageBitmap(ScriptState*, EventTarget&, HTMLVideoElement*, int sx, int sy, int sw, int sh, ExceptionState&);
66 static ScriptPromise createImageBitmap(ScriptState*, EventTarget&, CanvasRenderingContext2D*, int sx, int sy, int sw, int sh, ExceptionState&);
68 static ScriptPromise createImageBitmap(ScriptState*, EventTarget&, HTMLCanvasElement*, int sx, int sy, int sw, int sh, ExceptionState&);
70 static ScriptPromise createImageBitmap(ScriptState*, EventTarget&, Blob*, int sx, int sy, int sw, int sh, ExceptionState&);
72 static ScriptPromise createImageBitmap(ScriptState*, EventTarget&, ImageData*, int sx, int sy, int sw, int sh, ExceptionState&);
74 static ScriptPromise createImageBitmap(ScriptState*, EventTarget&, ImageBitmap*, int sx, int sy, int sw, int sh, ExceptionState&);
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DScaleTransformOperation.h34 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, OperationType type) argument
36 return adoptRef(new ScaleTransformOperation(sx, sy, 1, type));
39 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, double sz, OperationType type) argument
41 return adoptRef(new ScaleTransformOperation(sx, sy, sz, type));
68 ScaleTransformOperation(double sx, double sy, double sz, OperationType type) argument
70 , m_y(sy)
H A DAffineTransform.cpp155 AffineTransform& AffineTransform::scale(double sx, double sy) argument
159 m_transform[2] *= sy;
160 m_transform[3] *= sy;
178 AffineTransform& AffineTransform::scaleNonUniform(double sx, double sy) argument
180 return scale(sx, sy);
198 AffineTransform& AffineTransform::shear(double sx, double sy) argument
203 m_transform[0] += sy * m_transform[2];
204 m_transform[1] += sy * m_transform[3];
317 double sy = yScale(); local
326 sy
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py54 if s.sy == 'IDENT':
63 while s.sy == 'IDENT':
66 if s.sy != ',':
79 op = s.sy
85 while s.sy in ops:
99 # s.sy == 'lambda'
102 if s.sy == ':':
126 if s.sy == 'lambda':
130 if s.sy == 'if':
142 if s.sy
[all...]
H A DScanning.py312 self.sy = ''
400 sy, systring = self.read()
403 if sy == IDENT:
412 sy = systring
415 self.sy = sy
419 if not self.systring or self.sy == self.systring:
420 t = self.sy
422 t = "%s %s" % (self.sy, self.systring)
426 saved = self.sy, sel
[all...]
/external/llvm/test/MC/ARM/
H A Dthumb-hints.s22 dmb sy
24 dsb sy
26 isb sy
28 @ CHECK: dmb sy @ encoding: [0xbf,0xf3,0x5f,0x8f]
29 @ CHECK: dmb sy @ encoding: [0xbf,0xf3,0x5f,0x8f]
30 @ CHECK: dsb sy @ encoding: [0xbf,0xf3,0x4f,0x8f]
31 @ CHECK: dsb sy @ encoding: [0xbf,0xf3,0x4f,0x8f]
32 @ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f]
33 @ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f]
49 @ CHECK-ERROR-NEXT: dmb sy
[all...]
H A Dthumb-only-conditionals.s10 @ CHECK-NEXT: isbne sy
17 @ CHECK-NEXT: dmble sy
18 @ CHECK-NEXT: dsbgt sy
19 @ CHECK-NEXT: isble sy
/external/chromium_org/third_party/opus/src/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/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/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMMatrix.cpp78 DOMMatrix* DOMMatrix::scaleNonUniformSelf(double sx, double sy, double sz, argument
84 if (sx == 1 && sy == 1 && sz == 1)
93 m_matrix.scaleNonUniform(sx, sy);
95 m_matrix.scale3d(sx, sy, sz);
/external/qemu/android/skin/
H A Dscaler.h41 int sy,
H A Dargb.h232 int sy = op->sy; local
238 src_line += (sx >> 16)*4 + (sy >> 16)*src_pitch;
240 sy &= 0xffff;
247 int sy1 = sy;
298 sy += iy;
299 src_line += (sy >> 16)*src_pitch;
300 sy &= 0xffff;
328 int sy = op->sy; local
465 int sy = op->sy; local
552 int sy = op->sy; local
806 int sy = op->sy; local
[all...]
H A Dscaler.c63 int sx, sy; /* source start position in 16.16 format */ member in struct:__anon29193
89 int sy = srect->pos.y; local
100 drect->pos.y = (int)(sy * scale + scaler->ydisp);
102 drect->size.h = (int)(ceil((sy + sh) * scale + scaler->ydisp)) - drect->pos.y;
110 int sy,
132 op.rd.y = (int)(sy * scaler->scale + scaler->ydisp);
134 op.rd.h = (int)(ceil((sy + sh) * scaler->scale + scaler->ydisp)) - op.rd.y;
139 op.sy = (int)((op.rd.y - scaler->ydisp) * scaler->invscale * 65536);
106 skin_scaler_scale( SkinScaler* scaler, SDL_Surface* dst_surface, SDL_Surface* src_surface, int sx, int sy, int sw, int sh ) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
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...]
H A Dimage.h78 struct vg_image *src, VGint sx, VGint sy,
85 struct vg_image *src, VGint sx, VGint sy,
88 VGint sx, VGint sy,
101 struct pipe_surface *src, VGint sx, VGint sy,
/external/mesa3d/src/gallium/state_trackers/vega/
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...]
H A Dimage.h78 struct vg_image *src, VGint sx, VGint sy,
85 struct vg_image *src, VGint sx, VGint sy,
88 VGint sx, VGint sy,
101 struct pipe_surface *src, VGint sx, VGint sy,
/external/chromium_org/cc/resources/
H A Dlayer_quad.h51 void scale_y(float sy) { y_ *= sy; } argument
53 void scale(float sx, float sy, float sz) { argument
55 y_ *= sy;
/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/chromium_org/third_party/skia/src/core/
H A DSkMatrix.cpp173 SkScalar sy = fMat[kMSkewY]; local
175 if (is_degenerate_2x2(mx, sx, sy, my)) {
181 return (SkScalarNearlyEqual(mx, my, tol) && SkScalarNearlyEqual(sx, -sy, tol))
182 || (SkScalarNearlyEqual(mx, -my, tol) && SkScalarNearlyEqual(sx, sy, tol));
201 SkScalar sy = fMat[kMSkewY]; local
203 if (is_degenerate_2x2(mx, sx, sy, my)) {
209 vec[0].set(mx, sy);
279 void SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { argument
280 if (1 == sx && 1 == sy) {
284 fMat[kMScaleY] = sy;
296 setScale(SkScalar sx, SkScalar sy) argument
320 preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
330 preScale(SkScalar sx, SkScalar sy) argument
351 postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
360 postScale(SkScalar sx, SkScalar sy) argument
464 setSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
479 setSkew(SkScalar sx, SkScalar sy) argument
494 preSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
500 preSkew(SkScalar sx, SkScalar sy) argument
506 postSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
512 postSkew(SkScalar sx, SkScalar sy) argument
533 SkScalar ty, sy = dst.height() / src.height(); local
924 SkScalar sy = src->fY; local
946 SkScalar sy = src->fY; local
967 SkScalar sy = src->fY; local
1023 SkScalar sy = src[1]; local
1096 Persp_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1110 RotTrans_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1123 Rot_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1138 ScaleTrans_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1147 Scale_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1158 Trans_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1166 Identity_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
[all...]
/external/skia/src/core/
H A DSkMatrix.cpp173 SkScalar sy = fMat[kMSkewY]; local
175 if (is_degenerate_2x2(mx, sx, sy, my)) {
182 vec[1].set(sy, my);
205 SkScalar sy = fMat[kMSkewY]; local
207 if (is_degenerate_2x2(mx, sx, sy, my)) {
214 vec[1].set(sy, my);
285 void SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { argument
286 if (1 == sx && 1 == sy) {
290 fMat[kMScaleY] = sy;
292 fMat[kMTransY] = py - sy * p
302 setScale(SkScalar sx, SkScalar sy) argument
326 preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
336 preScale(SkScalar sx, SkScalar sy) argument
357 postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
366 postScale(SkScalar sx, SkScalar sy) argument
470 setSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
485 setSkew(SkScalar sx, SkScalar sy) argument
500 preSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
506 preSkew(SkScalar sx, SkScalar sy) argument
512 postSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) argument
518 postSkew(SkScalar sx, SkScalar sy) argument
539 SkScalar ty, sy = dst.height() / src.height(); local
930 SkScalar sy = src->fY; local
952 SkScalar sy = src->fY; local
973 SkScalar sy = src->fY; local
1029 SkScalar sy = src[1]; local
1102 Persp_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1116 RotTrans_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1129 Rot_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1144 ScaleTrans_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1153 Scale_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1164 Trans_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
1172 Identity_xy(const SkMatrix& m, SkScalar sx, SkScalar sy, SkPoint* pt) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTransform.idl42 [RaisesException] void setScale(float sx, float sy);
H A DSVGTransformTearOff.cpp79 void SVGTransformTearOff::setScale(float sx, float sy, ExceptionState& exceptionState) argument
86 target()->setScale(sx, sy);

Completed in 537 milliseconds

1234567891011