Searched refs:sy (Results 101 - 125 of 267) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPoint.h101 void scale(float sx, float sy) argument
104 m_y *= sy;
H A DLayoutPoint.h59 void scale(float sx, float sy) argument
62 m_y *= sy;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
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 Dmatrix.h185 VGfloat sx, VGfloat sy)
191 scale_matrix.m[4] = sy;
195 dst->m[3] *= sy; dst->m[4] *= sy;
184 matrix_scale(struct matrix *dst, VGfloat sx, VGfloat sy) argument
/external/chromium_org/third_party/skia/src/effects/
H A DSk1DPathEffect.cpp88 SkScalar sy = src[i].fY; local
97 pt.set(sx, sy);
/external/mesa3d/src/gallium/state_trackers/vega/
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 Dmatrix.h185 VGfloat sx, VGfloat sy)
191 scale_matrix.m[4] = sy;
195 dst->m[3] *= sy; dst->m[4] *= sy;
184 matrix_scale(struct matrix *dst, VGfloat sx, VGfloat sy) argument
/external/opencv/cv/src/
H A Dcvimgwarp.cpp242 int sy = k == 0 ? sy0 : sy1; \
249 _src = src + sy*srcstep; \
329 int k, sy, dx, cur_dy = 0; \
336 for( sy = 0; sy < ssize.height; sy++, src += srcstep ) \
380 if( (cur_dy + 1)*scale_y <= sy + 1 || sy == ssize.height - 1 ) \
382 float beta = sy + 1 - (cur_dy+1)*scale_y, beta1; \
424 int dx, dy, sx, sy, sy
638 int k, sx, sy, dx, dy; local
[all...]
H A Dcvmoments.cpp256 int x, y, sx_init = (size.width & -4) * (size.width & -4), sy = 0; \
266 for( y = 0; y < size.height; sy += 2 * y + 1, y++, img += step ) \
314 mom[9] += ((momtype)py) * sy; /* m03 */ \
315 mom[8] += ((momtype)x1) * sy; /* m12 */ \
318 mom[5] += x0 * sy; /* m02 */ \
/external/pixman/pixman/
H A Dpixman-filter.c313 double sy = fabs (pixman_fixed_to_double (scale_y)); local
322 vert = create_1d_filter (&height, reconstruct_y, sample_y, sy, subsample_y);
/external/skia/src/effects/
H A DSk1DPathEffect.cpp88 SkScalar sy = src[i].fY; local
97 pt.set(sx, sy);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c288 const GLfloat sy = y + samples[i][1]; local
290 const GLfloat fy0 = sy - info->qy0;
292 const GLfloat fy1 = sy - info->qy1;
294 const GLfloat fy2 = sy - info->qy2;
296 const GLfloat fy3 = sy - info->qy3;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDistanceFieldTextContext.cpp257 SkScalar sy = SkFixedToScalar(vy); local
319 ctm.postTranslate(sx, sy);
397 sy += dy;
408 r.fTop = sy;
410 r.fBottom = sy + height;
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c288 const GLfloat sy = y + samples[i][1]; local
290 const GLfloat fy0 = sy - info->qy0;
292 const GLfloat fy1 = sy - info->qy1;
294 const GLfloat fy2 = sy - info->qy2;
296 const GLfloat fy3 = sy - info->qy3;
/external/skia/src/gpu/
H A DGrDistanceFieldTextContext.cpp213 SkScalar sy = SkFixedToScalar(vy); local
273 ctm.postTranslate(sx, sy);
336 sy += dy;
347 sy,
349 sy + height,
/external/chromium_org/third_party/mesa/src/include/VG/
H A Dopenvg.h558 VG_API_CALL void VG_API_ENTRY vgScale(VGfloat sx, VGfloat sy) VG_API_EXIT;
577 VGint sx, VGint sy,
650 VGImage src, VGint sx, VGint sy,
655 VGImage src, VGint sx, VGint sy,
662 VGint sx, VGint sy,
666 VGint sx, VGint sy,
669 VGint sx, VGint sy,
/external/mesa3d/include/VG/
H A Dopenvg.h558 VG_API_CALL void VG_API_ENTRY vgScale(VGfloat sx, VGfloat sy) VG_API_EXIT;
577 VGint sx, VGint sy,
650 VGImage src, VGint sx, VGint sy,
655 VGImage src, VGint sx, VGint sy,
662 VGint sx, VGint sy,
666 VGint sx, VGint sy,
669 VGint sx, VGint sy,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFETurbulence.cpp234 float sx, sy, a, b, u, v;
248 sy = smoothCurve(noiseY.noisePositionFractionValue);
265 return linearInterpolation(sy, a, b);
/external/chromium_org/third_party/mesa/src/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
H A Dxa_priv.h247 int sy,
/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
H A Dxa_priv.h247 int sy,
/external/chromium_org/third_party/skia/src/core/
H A DSkPicturePlayback.cpp501 SkScalar sy = reader->readScalar(); local
502 canvas->scale(sx, sy);
512 SkScalar sy = reader->readScalar(); local
513 canvas->skew(sx, sy);
/external/clang/test/Parser/
H A Dcxx11-user-defined-literals.cpp64 S<u'y'_id> sy; variable
/external/elfutils/0.153/lib/
H A Dcolor.c173 E (sy, symbol),

Completed in 454 milliseconds

1234567891011