HomeSort by relevance Sort by last modified time
    Searched full:dstx (Results 1 - 24 of 24) sorted by null

  /external/clang/test/CodeGenCXX/
copy-assign-synthesis.cpp 70 X dstX;
74 dstY = dstX = srcX;
76 dstX.pr();
copy-assign-synthesis-1.cpp 86 X dstX;
90 dstY = dstX = srcX;
92 dstX.pr();
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbmatrox.c 67 int dstX, dstY;
89 FB_dst_to_xy(this, dst, &dstX, &dstY);
92 dstX += rect->x;
96 fxbndry = (dstX | ((dstX+rect->w) << 16));
126 int dstX, dstY;
149 FB_dst_to_xy(this, dst, &dstX, &dstY);
154 dstX += dstrect->x;
160 if ( srcX < dstX ) {
171 if ( srcX < dstX ) {
    [all...]
SDL_fb3dfx.c 57 int dstX, dstY;
73 dstX = rect->x;
83 tdfx_out32(LAUNCH_2D, dstX | (dstY << 16));
103 int dstX, dstY;
125 dstX = dstrect->x;
130 if ( srcX <= dstX ) {
133 dstX += (dstrect->w - 1);
159 tdfx_out32(DSTXY, dstX | (dstY << 16));
SDL_fbriva.c 75 int dstX, dstY;
90 FB_dst_to_xy(this, dst, &dstX, &dstY);
93 dstX += rect->x;
100 Bitmap->UnclippedRectangle[0].TopLeft = (dstX << 16) | dstY;
116 int dstX, dstY;
137 FB_dst_to_xy(this, dst, &dstX, &dstY);
142 dstX += dstrect->x;
147 Blt->TopLeftDst = (dstY << 16) | dstX;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv.c 87 int dstx, dsty, dstw, dsth; local
99 dstx = dstrect->x;
103 if ( dstx < 0 ) {
104 srcw += (dstx * overlay->w) / dstrect->w;
105 dstw += dstx;
106 srcx -= (dstx * overlay->w) / dstrect->w;
107 dstx = 0;
109 if ( (dstx+dstw) > current_video->screen->w ) {
110 int extra = (dstx+dstw - current_video->screen->w);
134 dst.x = dstx;
    [all...]
  /external/skia/src/utils/
SkNinePatch.cpp 262 SkScalar dstX[4] = {
271 if (dstX[1] > dstX[2]) {
272 dstX[1] = dstX[0] + (dstX[3] - dstX[0]) * SkIntToScalar(margins.fLeft) /
274 dstX[2] = dstX[1];
293 d.fLeft = dstX[x]
    [all...]
  /external/skia/include/pdf/
SkPDFUtils.h 50 SkScalar dstX, SkScalar dstY, SkWStream* content);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dga.h 220 int dstx,
232 int dstx,
xf86dgastr.h 205 CARD16 dstx B16;
219 CARD16 dstx B16;
  /system/extras/tests/framebuffer/
mdp_test.c 181 int dstx = 10; int dsty = 10; local
206 if (parse_geometry(optarg, &dstw, &dsth, &dstx, &dsty)) {
210 printf("Got dest: w=%d h=%d x=%d y=%d\n", dstw, dsth, dstx, dsty);
310 req->dst_rect.x = dstx;
  /external/skia/src/pdf/
SkPDFUtils.cpp 67 SkScalar dstX, SkScalar dstY, SkWStream* content) {
73 if (ctl2X != dstX || ctl2Y != dstY) {
80 SkPDFScalar::Append(dstX, content);
  /external/skia/src/effects/
SkGradientShader.cpp 938 SkScalar dstX = SkIntToScalar(x);
941 dstProc(fDstToIndex, dstX, dstY, &srcPt);
946 dstX += SK_Scalar1;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
Util.java 176 int dstX = (targetWidth - src.width()) / 2;
179 dstX,
181 targetWidth - dstX,
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 542 int dstx,
559 req->dstx = dstx;
572 int dstx,
590 req->dstx = dstx;
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 363 int dstX = destRect.left;
364 for (int sourceX = phase.x; dstX < destRect.right; ) {
365 int sourceW = std::min<int>(bmpSize.cx - sourceX, destRect.right - dstX);
367 StretchDIBits(hdc, dstX, dstY, sourceW, sourceH, sourceX, sourceY, sourceW, sourceH,
370 dstX += sourceW;
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 379 int dstX = (targetWidth - src.width()) / 2;
382 dstX,
384 targetWidth - dstX,
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 865 int dstx, dsty; local
879 DGA_dst_to_xy(this, dst, &dstx, &dsty);
880 dstx += dstrect->x;
885 printf("Blitting %dx%d from %d,%d to %d,%d\n", w, h, srcx, srcy, dstx, dsty);
889 srcx, srcy, w, h, dstx, dsty, src->format->colorkey);
892 srcx, srcy, w, h, dstx, dsty);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shmstr.h 134 INT16 dstX B16;
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 344 void multVecMatrix(double x, double y, double& dstX, double& dstY) const;
347 void multVecMatrix(double x, double y, double z, double& dstX, double& dstY, double& dstZ) const;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 599 INT16 dstX B16, dstY B16;
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 226 icvCalcIxIy_32f( const float* src, int src_step, float* dstX, float* dstY, int dst_step,
234 dst_step /= sizeof(dstX[0]);
236 for( ; height--; src += src_step, dstX += dst_step, dstY += dst_step )
252 dstX[x] = t0; dstY[x] = t1;
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GL/
wglext.h     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 1035 int dstx, int dsty
1041 int dstx, int dsty,
    [all...]

Completed in 2999 milliseconds