HomeSort by relevance Sort by last modified time
    Searched refs:sy (Results 1 - 25 of 483) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/asus/flo/camera/hdr/include/
morpho_rect_int.h 20 int sy; /**< top */ member in struct:__anon2940
28 (rect)->sy=(t);\
  /device/lge/hammerhead/camera/hdr/include/
morpho_rect_int.h 20 int sy; /**< top */ member in struct:__anon3444
28 (rect)->sy=(t);\
  /device/lge/mako/camera/hdr/include/
morpho_rect_int.h 20 int sy; /**< top */ member in struct:__anon3764
28 (rect)->sy=(t);\
  /frameworks/base/core/jni/android/opengl/
poly.h 35 float sx, sy, sz, sw; /* screen space position (sometimes homo.) */ member in struct:android::__anon38335
  /external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
WindowImageBitmapFactories.idl 37 [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);
ImageBitmapFactories.idl 52 [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);
ImageBitmapFactories.h 62 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/
ScaleTransformOperation.h 34 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, OperationType type)
36 return adoptRef(new ScaleTransformOperation(sx, sy, 1, type));
39 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, double sz, OperationType type)
41 return adoptRef(new ScaleTransformOperation(sx, sy, sz, type));
70 ScaleTransformOperation(double sx, double sy, double sz, OperationType type)
72 , m_y(sy)
  /external/llvm/test/MC/ARM/
thumb-hints.s 22 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...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ColorCube.java 44 final int sy = 32; local
49 tb.setY(sy);
54 int dat[] = new int[sx * sy * sz];
56 for (int y = 0; y < sy; y++) {
60 v |= (0xff * y / (sy - 1)) << 8;
62 dat[z*sy*sx + y*sx + x] = v;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ColorCube.java 36 final int sy = 32; local
41 tb.setY(sy);
46 int dat[] = new int[sx * sy * sz];
48 for (int y = 0; y < sy; y++) {
52 v |= (0xff * y / (sy - 1)) << 8;
54 dat[z*sy*sx + y*sx + x] = v;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ColorCube.java 44 final int sy = 32; local
49 tb.setY(sy);
54 int dat[] = new int[sx * sy * sz];
56 for (int y = 0; y < sy; y++) {
60 v |= (0xff * y / (sy - 1)) << 8;
62 dat[z*sy*sx + y*sx + x] = v;
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_cwrs32.c 119 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/
test_unit_cwrs32.c 119 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);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Intrinsic3DLut.java 27 final int sy = 32; field in class:Intrinsic3DLut
31 int dat[] = new int[sx * sy * sz];
33 for (int y = 0; y < sy; y++) {
37 v |= (0xff * y / (sy - 1)) << 8;
39 dat[z*sy*sx + y*sx + x] = v;
49 int dat[] = new int[sx * sy * sz];
51 for (int y = 0; y < sy; y++) {
57 dat[z*sy*sx + y*sx + x] = v;
68 tb.setY(sy);
  /external/qemu/android/skin/
scaler.h 41 int sy,
argb.h 232 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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_images.c 273 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;
    [all...]
image.h 78 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/
api_images.c 273 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;
    [all...]
image.h 78 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,
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 59 public void setScale(float sx, float sy, float px, float py) {
64 public void setScale(float sx, float sy) {
111 public boolean preScale(float sx, float sy, float px, float py) {
117 public boolean preScale(float sx, float sy) {
159 public boolean postScale(float sx, float sy, float px, float py) {
165 public boolean postScale(float sx, float sy) {
307 * Set the matrix to scale by sx and sy, with a pivot point at (px, py).
311 public void setScale(float sx, float sy, float px, float py) {
312 native_setScale(native_instance, sx, sy, px, py);
315 /** Set the matrix to scale by sx and sy. *
    [all...]
  /external/chromium_org/cc/resources/
layer_quad.h 51 void scale_y(float sy) { y_ *= sy; }
53 void scale(float sx, float sy, float sz) {
55 y_ *= sy;
  /external/fio/
cairo_text_helpers.c 65 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/
SkMatrix.cpp 173 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) {
286 if (1 == sx && 1 == sy) {
290 fMat[kMScaleY] = sy;
292 fMat[kMTransY] = py - sy * py
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
    [all...]

Completed in 1802 milliseconds

1 2 3 4 5 6 7 8 91011>>