Searched defs:vy (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/utils/
H A DSkNinePatch.cpp57 const SkScalar vy, const SkScalar ty,
61 verts->set(vx, vy); verts++;
70 verts->set(vx, vy); verts++;
73 verts->set(bounds.fRight, vy); verts++;
194 SkScalar vy = bounds.fTop; local
195 fillRow(verts, texs, vy, 0, bounds, xDivs, numXDivs,
202 vy += stretchY;
204 vy += ty;
206 fillRow(verts, texs, vy, ty, bounds, xDivs, numXDivs,
56 fillRow(SkPoint verts[], SkPoint texs[], const SkScalar vy, const SkScalar ty, const SkRect& bounds, const int32_t xDivs[], int numXDivs, const SkScalar stretchX, int width) argument
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
H A DXv.c427 int vx, int vy,
447 req->vid_y = vy;
467 int vx, int vy,
486 req->vid_y = vy;
506 int vx, int vy,
525 req->vid_y = vy;
545 int vx, int vy,
564 req->vid_y = vy;
422 XvPutVideo( Display *dpy, XvPortID port, Drawable d, GC gc, int vx, int vy, unsigned int vw, unsigned int vh, int dx, int dy, unsigned int dw, unsigned int dh ) argument
462 XvPutStill( Display *dpy, XvPortID port, Drawable d, GC gc, int vx, int vy, unsigned int vw, unsigned int vh, int dx, int dy, unsigned int dw, unsigned int dh ) argument
501 XvGetVideo( Display *dpy, XvPortID port, Drawable d, GC gc, int vx, int vy, unsigned int vw, unsigned int vh, int dx, int dy, unsigned int dw, unsigned int dh ) argument
540 XvGetStill( Display *dpy, XvPortID port, Drawable d, GC gc, int vx, int vy, unsigned int vw, unsigned int vh, int dx, int dy, unsigned int dw, unsigned int dh ) argument

Completed in 61 milliseconds