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

1 2 3 4 5 6 7 8 9

  /device/asus/flo/camera/hdr/include/
morpho_rect_int.h 20 int sy; /**< top */ member in struct:__anon1929
28 (rect)->sy=(t);\
  /device/lge/mako/camera/hdr/include/
morpho_rect_int.h 20 int sy; /**< top */ member in struct:__anon2310
28 (rect)->sy=(t);\
  /hardware/qcom/camera/hdr/include/
morpho_rect_int.h 20 int sy; /**< top */ member in struct:__anon33385
28 (rect)->sy=(t);\
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path.h 46 VGfloat sx, sy, ox, oy, px, py; member in struct:path_for_each_data
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...]
  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.h 85 float sy = fM[4]; local
91 uv->fY = ky * xy->fX + sy * xy->fY + ty;
  /external/mesa3d/src/gallium/state_trackers/vega/
path.h 46 VGfloat sx, sy, ox, oy, px, py; member in struct:path_for_each_data
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...]
  /external/skia/src/gpu/
GrPathUtils.h 85 float sy = fM[4]; local
91 uv->fY = ky * xy->fX + sy * xy->fY + ty;
  /frameworks/base/core/jni/android/opengl/
poly.h 35 float sx, sy, sz, sw; /* screen space position (sometimes homo.) */ member in struct:android::__anon31855
  /external/chromium_org/third_party/skia/src/effects/
Sk1DPathEffect.cpp 87 SkScalar sy = src[i].fY; local
96 pt.set(sx, sy);
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 64 S<u'y'_id> sy; variable
  /external/skia/src/effects/
Sk1DPathEffect.cpp 87 SkScalar sy = src[i].fY; local
96 pt.set(sx, sy);
  /external/chromium_org/skia/ext/
platform_device_mac.cc 102 SkScalar sy = matrix.getScaleY() * (SkScalar)-1; local
103 transformed_matrix.setScaleY(sy);
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_cwrs32.c 113 int sy; local
121 sy=0;
122 for(j=0;j<n;j++)sy+=ABS(y[j]);
123 if(sy!=k){
125 n,sy,k);
  /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;
  /packages/apps/Gallery2/jni/filters/
redEyeMath.c 39 int sy = (recY + y) * iw; local
41 int p = (recX + x + sy) * 4;
60 int sy = (recY + y) * iw; local
62 int p = (recX + x + sy) * 4;
78 int sy = (recY + y) * iw; local
80 int p = (recX + x + sy) * 4;
138 int sy = (recY + y) * iw; local
140 int p = (recX + x + sy) * 4;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp 124 double sy = 1.0; local
126 sy = firstValue->getDoubleValue();
132 sy = secondValue->getDoubleValue();
134 sy = sx;
137 operations.operations().append(ScaleTransformOperation::create(sx, sy, 1.0, getTransformOperationType(transformValue->operationType())));
143 double sy = 1.0; local
148 sy = firstValue->getDoubleValue();
158 sy = secondValue->getDoubleValue();
160 sy = sx;
163 operations.operations().append(ScaleTransformOperation::create(sx, sy, sz, getTransformOperationType(transformValue->operationType())))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_transfer.c 64 uint32_t sy = src->y; local
121 PUSH_DATA (push, (sy << 16) | (src->x * cpp));
139 sy += line_count;
  /external/chromium_org/third_party/skia/src/core/
SkStrokerPriv.cpp 30 SkScalar sy = SkScalarMul(ny, CUBIC_ARC_FACTOR); local
32 path->cubicTo(px + nx + CWX(sx, sy), py + ny + CWY(sx, sy),
33 px + CWX(nx, ny) + sx, py + CWY(nx, ny) + sy,
35 path->cubicTo(px + CWX(nx, ny) - sx, py + CWY(nx, ny) - sy,
36 px - nx + CWX(sx, sy), py - ny + CWY(sx, sy),
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ParticleDepositionHeightMap.java 130 int sx, sy; local
188 sy = y;
202 ty = (sy + dy[(jj + m) % 8]) % (size);
206 if (tempBuffer[tx][ty] + 1.0f < tempBuffer[sx][sy]) {
208 tempBuffer[sx][sy] -= 1.0f;
210 sy = ty;
220 if (tempBuffer[sx][sy] > tempBuffer[calderaX][calderaY]) {
222 calderaY = sy;
243 sy = miny;
249 for (y = sy; y <= ty; y++) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 64 uint32_t sy = src->y; local
121 PUSH_DATA (push, (sy << 16) | (src->x * cpp));
139 sy += line_count;
  /external/skia/src/core/
SkStrokerPriv.cpp 30 SkScalar sy = SkScalarMul(ny, CUBIC_ARC_FACTOR); local
32 path->cubicTo(px + nx + CWX(sx, sy), py + ny + CWY(sx, sy),
33 px + CWX(nx, ny) + sx, py + CWY(nx, ny) + sy,
35 path->cubicTo(px + CWX(nx, ny) - sx, py + CWY(nx, ny) - sy,
36 px - nx + CWX(sx, sy), py - ny + CWY(sx, sy),
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 243 float sy = 1.0f; local
250 sy = mFromY + ((mToY - mFromY) * interpolatedTime);
254 t.getMatrix().setScale(sx, sy);
256 t.getMatrix().setScale(sx, sy, scale * mPivotX, scale * mPivotY);

Completed in 767 milliseconds

1 2 3 4 5 6 7 8 9