HomeSort by relevance Sort by last modified time
    Searched full:desty (Results 26 - 50 of 69) sorted by null

12 3

  /hardware/intel/common/libva/va/
va_tpi.h 82 short desty,
va_trace.h 205 short desty,
va_backend.h 210 short desty,
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.h 176 Window psb_xrandr_create_full_screen_window(unsigned int destx, unsigned int desty, unsigned int destw, unsigned int desth);
psb_xvva.c 378 short desty,
667 short desty,
719 destx, desty, destw, desth,
726 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth);
812 srcx, srcy, srcw, srch, destx, desty, destw, desth);
psb_xrandr.c 535 Window psb_xrandr_create_full_screen_window(unsigned int destx, unsigned int desty, unsigned int destw, unsigned int desth)
549 win = XCreateSimpleWindow(psb_xrandr_info->dpy, DefaultRootWindow(psb_xrandr_info->dpy), destx, desty, destw, desth, 0, 0, 0);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_output.h 199 short desty,
222 short desty,
psb_overlay.h 351 short desty,
psb_overlay.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 182 int destY = -selection - mOrigin.y;
184 scroll(0, destY, 0, 0, imageBounds.width, imageBounds.height, false);
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 609 GLint destx, GLint desty, GLenum type )
628 desty = YFLIP(dstXrb, desty) - height + 1;
630 srcx, srcy, width, height, destx, desty);
633 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type );
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 285 int destY = vi.translate(0);
291 destX, destY, destWidth, destHeight);
294 SwtUtils.drawRectangleShadow(gc, destX, destY, destWidth, destHeight);
RenderPreviewManager.java 611 int destY = vi.translate(0);
616 int y = destY + destHeight;
    [all...]
  /external/mesa3d/src/mesa/main/
drawpix.c 270 GLint desty = IROUND(ctx->Current.RasterPos[1]); local
271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
  /external/mesa3d/src/gallium/state_trackers/va/
ftab.c 67 short desty,
va_private.h 101 short desty,
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 718 GLint destX, GLint destY, GLint destZ,
752 destX, destY, width, height);
917 GLint destX, GLint destY, GLint destZ,
    [all...]
  /external/opencv3/samples/cpp/
cloning_gui.cpp 49 int destx, desty; variable
216 desty = y;
  /external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/
cloning_gui.cpp 48 int destx, desty; variable
215 desty = y;
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 402 unsigned destx, unsigned desty, unsigned width, unsigned height);
  /external/mesa3d/src/mesa/swrast/
swrast.h 137 GLint destx, GLint desty,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 749 int destY = 0;
778 p.dest.y = destY;
795 destY += p.dest.height;
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java 212 * @param destY the Y-axis coordinate.
218 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException {
220 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), destX, destY,
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 3473 unsigned int destx, desty,destW, destH; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 3929 unsigned int destx, desty,destW, destH; local
    [all...]

Completed in 781 milliseconds

12 3