Searched refs:sx (Results 76 - 100 of 329) sorted by relevance

1234567891011>>

/external/skia/include/views/
H A DSkTouchGesture.h20 void reset(float sx, float sy);
/external/skia/src/effects/
H A DSk1DPathEffect.cpp87 SkScalar sx = src[i].fX; local
90 if (!meas.getPosTan(dist + sx, &pos, &tangent)) {
97 pt.set(sx, sy);
99 matrix.preTranslate(-sx, 0);
H A DSkBicubicImageFilter.cpp128 int sx = SkScalarFloorToInt(srcPt.fX); local
130 int x0 = SkClampMax(sx - 1, src.width() - 1);
131 int x1 = SkClampMax(sx , src.width() - 1);
132 int x2 = SkClampMax(sx + 1, src.width() - 1);
133 int x3 = SkClampMax(sx + 2, src.width() - 1);
/external/chromium_org/third_party/skia/include/core/
H A DSkMatrix.h189 /** Set the matrix to scale by sx and sy, with a pivot point at (px, py).
193 void setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py);
194 /** Set the matrix to scale by sx and sy.
196 void setScale(SkScalar sx, SkScalar sy);
218 /** Set the matrix to skew by sx and sy, with a pivot point at (px, py).
223 /** Set the matrix to skew by sx and sy.
237 M' = M * S(sx, sy, px, py)
239 void preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py);
241 M' = M * S(sx, sy)
243 void preScale(SkScalar sx, SkScala
[all...]
/external/skia/include/core/
H A DSkMatrix.h184 /** Set the matrix to scale by sx and sy, with a pivot point at (px, py).
188 void setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py);
189 /** Set the matrix to scale by sx and sy.
191 void setScale(SkScalar sx, SkScalar sy);
213 /** Set the matrix to skew by sx and sy, with a pivot point at (px, py).
218 /** Set the matrix to skew by sx and sy.
232 M' = M * S(sx, sy, px, py)
234 void preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py);
236 M' = M * S(sx, sy)
238 void preScale(SkScalar sx, SkScala
[all...]
/external/opencv/cv/src/
H A Dcvimgwarp.cpp252 int sx = xofs[dx].idx; \
254 worktype t = _src[sx]; \
255 _buf[dx] = mul_one_macro(t) + fx*(_src[sx+cn] - t); \
424 int dx, dy, sx, sy, sy2, ify; \
470 sx = sx0 + cn*2; \
471 while( sx >= ssize.width ) \
472 sx -= cn; \
473 x = load_macro(_src[sx]); \
475 if( (unsigned)(sx = sx0 + cn) < (unsigned)ssize.width ) \
476 x = load_macro(_src[sx]); \
638 int k, sx, sy, dx, dy; local
[all...]
H A Dcvsegmentation.cpp459 int s0 = 0, s1 = 0, s2 = 0, sx = 0, sy = 0; local
480 sx += x; row_count++;
486 sx += x+1; row_count++;
492 sx += x+2; row_count++;
498 sx += x+3; row_count++;
508 sx += x; row_count++;
519 x1 = cvRound(sx*icount);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMatrixTearOff.cpp109 PassRefPtr<SVGMatrixTearOff> SVGMatrixTearOff::scaleNonUniform(double sx, double sy) argument
112 matrix->mutableValue()->scale(sx, sy);
H A DSVGTransform.h86 void setScale(float sx, float sy);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPoint3D.h80 void scale(float sx, float sy, float sz) argument
82 m_x *= sx;
H A DIntPoint.h61 void scale(float sx, float sy) argument
63 m_x = lroundf(static_cast<float>(m_x * sx));
H A DFloatRect.cpp150 void FloatRect::scale(float sx, float sy) argument
152 m_location.setX(x() * sx);
154 m_size.setWidth(width() * sx);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmask.c98 VGint sx, VGint sy,
114 if (sx < 0) {
115 xoffset = -sx;
117 width += sx;
118 sx = 0;
139 pipe_get_tile_rgba(surf, sx, y, width, 1, df);
392 VGint sx, VGint sy,
412 sx, sy, width, height);
96 read_alpha_mask(void * data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height) argument
391 mask_copy(struct vg_mask_layer *layer, VGint sx, VGint sy, VGint dx, VGint dy, VGint width, VGint height) argument
H A Dimage.c119 struct pipe_sampler_view *src, VGint sx, VGint sy,
129 src_loc[0] = sx;
157 struct pipe_surface *src, VGint sx, VGint sy,
167 src_loc[0] = sx;
439 VGint sx, VGint sy,
463 pipe_get_tile_rgba(pipe, transfer, sx+image->x, y, width, 1, df);
511 struct vg_image *src, VGint sx, VGint sy,
522 src->sampler_view, src->x + sx, src->y + sy, width, height);
562 struct vg_image *src, VGint sx, VGint sy,
576 surf, sx
117 vg_copy_texture(struct vg_context *ctx, struct pipe_resource *dst, VGint dx, VGint dy, struct pipe_sampler_view *src, VGint sx, VGint sy, VGint width, VGint height) argument
155 vg_copy_surface(struct vg_context *ctx, struct pipe_surface *dst, VGint dx, VGint dy, struct pipe_surface *src, VGint sx, VGint sy, VGint width, VGint height) argument
435 image_get_sub_data(struct vg_image * image, void * data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height) argument
510 image_copy(struct vg_image *dst, VGint dx, VGint dy, struct vg_image *src, VGint sx, VGint sy, VGint width, VGint height, VGboolean dither) argument
561 image_set_pixels(VGint dx, VGint dy, struct vg_image *src, VGint sx, VGint sy, VGint width, VGint height) argument
581 image_get_pixels(struct vg_image *dst, VGint dx, VGint dy, VGint sx, VGint sy, VGint width, VGint height) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmask.c98 VGint sx, VGint sy,
114 if (sx < 0) {
115 xoffset = -sx;
117 width += sx;
118 sx = 0;
139 pipe_get_tile_rgba(surf, sx, y, width, 1, df);
392 VGint sx, VGint sy,
412 sx, sy, width, height);
96 read_alpha_mask(void * data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height) argument
391 mask_copy(struct vg_mask_layer *layer, VGint sx, VGint sy, VGint dx, VGint dy, VGint width, VGint height) argument
H A Dimage.c119 struct pipe_sampler_view *src, VGint sx, VGint sy,
129 src_loc[0] = sx;
157 struct pipe_surface *src, VGint sx, VGint sy,
167 src_loc[0] = sx;
439 VGint sx, VGint sy,
463 pipe_get_tile_rgba(pipe, transfer, sx+image->x, y, width, 1, df);
511 struct vg_image *src, VGint sx, VGint sy,
522 src->sampler_view, src->x + sx, src->y + sy, width, height);
562 struct vg_image *src, VGint sx, VGint sy,
576 surf, sx
117 vg_copy_texture(struct vg_context *ctx, struct pipe_resource *dst, VGint dx, VGint dy, struct pipe_sampler_view *src, VGint sx, VGint sy, VGint width, VGint height) argument
155 vg_copy_surface(struct vg_context *ctx, struct pipe_surface *dst, VGint dx, VGint dy, struct pipe_surface *src, VGint sx, VGint sy, VGint width, VGint height) argument
435 image_get_sub_data(struct vg_image * image, void * data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height) argument
510 image_copy(struct vg_image *dst, VGint dx, VGint dy, struct vg_image *src, VGint sx, VGint sy, VGint width, VGint height, VGboolean dither) argument
561 image_set_pixels(VGint dx, VGint dy, struct vg_image *src, VGint sx, VGint sy, VGint width, VGint height) argument
581 image_get_pixels(struct vg_image *dst, VGint dx, VGint dy, VGint sx, VGint sy, VGint width, VGint height) argument
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspeedtest.tcl18 set sx [split $sql \n]
19 set n [llength $sx]
22 for {set i 0} {$i<3} {incr i} {append sql [lindex $sx $i]<br>\n}
25 append sql [lindex $sx $i]<br>\n
/external/qemu/android/skin/
H A Dcomposer.h97 extern SkinViewport* skin_viewport( SkinPlate* space, SkinRect* rect, void* surface, int sx, int sy );
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.idl115 [RaisesException] void drawImage(HTMLImageElement image, unrestricted float sx, unrestricted float sy, unrestricted float sw, unrestricted float sh, unrestricted float dx, unrestricted float dy, unrestricted float dw, unrestricted float dh);
118 [RaisesException] void drawImage(HTMLCanvasElement canvas, unrestricted float sx, unrestricted float sy, unrestricted float sw, unrestricted float sh, unrestricted float dx, unrestricted float dy, unrestricted float dw, unrestricted float dh);
121 [RaisesException] void drawImage(HTMLVideoElement video, unrestricted float sx, unrestricted float sy, unrestricted float sw, unrestricted float sh, unrestricted float dx, unrestricted float dy, unrestricted float dw, unrestricted float dh);
124 [RuntimeEnabled=ExperimentalCanvasFeatures, RaisesException] void drawImage(ImageBitmap imageBitmap, unrestricted float sx, unrestricted float sy, unrestricted float sw, unrestricted float sh, unrestricted float dx, unrestricted float dy, unrestricted float dw, unrestricted float dh);
134 [RaisesException] ImageData getImageData(float sx, float sy, float sw, float sh);
180 HTMLImageElement? image, optional unrestricted float sx, optional unrestricted float sy, optional unrestricted float sw, optional unrestricted float sh,
H A DCanvasRenderingContext2D.h132 void scale(float sx, float sy);
186 void drawImage(CanvasImageSource*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&);
188 void drawImageFromRect(HTMLImageElement*, float sx = 0, float sy = 0, float sw = 0, float sh = 0,
201 PassRefPtrWillBeRawPtr<ImageData> getImageData(float sx, float sy, float sw, float sh, ExceptionState&) const;
327 void drawImageInternal(CanvasImageSource*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&, CompositeOperator, blink::WebBlendMode, GraphicsContext* = 0);
/external/pixman/pixman/
H A Dpixman-matrix.c461 pixman_fixed_t sx,
466 t->matrix[0][0] = sx;
480 pixman_fixed_t sx,
485 if (sx == 0 || sy == 0)
490 pixman_transform_init_scale (&t, sx, sy);
497 pixman_transform_init_scale (&t, fixed_inverse (sx),
895 double sx,
898 t->m[0][0] = sx;
912 double sx,
917 if (sx
460 pixman_transform_init_scale(struct pixman_transform *t, pixman_fixed_t sx, pixman_fixed_t sy) argument
478 pixman_transform_scale(struct pixman_transform *forward, struct pixman_transform *reverse, pixman_fixed_t sx, pixman_fixed_t sy) argument
894 pixman_f_transform_init_scale(struct pixman_f_transform *t, double sx, double sy) argument
910 pixman_f_transform_scale(struct pixman_f_transform *forward, struct pixman_f_transform *reverse, double sx, double sy) argument
[all...]
/external/pixman/demos/
H A Dscale.c79 compute_extents (pixman_f_transform_t *trans, double *sx, double *sy) argument
100 *sx = (max_x - min_x) / 2.0;
196 double sx, sy; local
227 compute_extents (&ftransform, &sx, &sy);
234 sx * 65536.0 + 0.5,
/external/chromium_org/third_party/skia/include/utils/
H A DSkMatrix44.h284 void setScale(SkMScalar sx, SkMScalar sy, SkMScalar sz);
285 void preScale(SkMScalar sx, SkMScalar sy, SkMScalar sz);
286 void postScale(SkMScalar sx, SkMScalar sy, SkMScalar sz);
/external/skia/include/utils/
H A DSkMatrix44.h280 void setScale(SkMScalar sx, SkMScalar sy, SkMScalar sz);
281 void preScale(SkMScalar sx, SkMScalar sy, SkMScalar sz);
282 void postScale(SkMScalar sx, SkMScalar sy, SkMScalar sz);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMMatrix.h46 DOMMatrix* scaleNonUniformSelf(double sx, double sy = 1, double sz = 1,

Completed in 1362 milliseconds

1234567891011>>