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

  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 161 for (int dest_x = 0; dest_x < result_width; dest_x ++) {
163 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
170 dest_scan[dest_x / 8] |= 1 << (7 - dest_x % 8);
176 for (int dest_x = 0; dest_x < result_width; dest_x ++) {
178 result2src_fix.Transform(dest_x, dest_y, src_x, src_y)
    [all...]
fx_win32_gdipext.cpp 326 for (int dest_x = 0; dest_x < result_width; dest_x ++) {
328 int src_x_start = bFlipX ? (dest_width - 1 - dest_x - pClipRect->left) : (dest_x + pClipRect->left);
340 dest_scan[dest_x] = 255 - sum / area_unit;
    [all...]
  /hardware/intel/img/psb_video/src/
psb_output.c 224 int *dest_x,
240 if (*dest_x < 0) *dest_x = 0;
241 if (*dest_x > surface->width) *dest_x = surface->width - 1;
245 if (((*width) + (*dest_x)) > surface->width) *width = surface->width - *dest_x;
246 if (((*height) + (*dest_y)) > surface->height) *height = surface->height - *dest_x;
861 int ret, src_x = 0, src_y = 0, dest_x = 0, dest_y = 0; local
883 psb__VAImageCheckRegion(obj_surface, &obj_image->image, &src_x, &src_y, &dest_x, &dest_y
    [all...]
psb_output.h 284 int dest_x,
338 short dest_x, /* upper left offset in surface */
  /external/mesa3d/src/gallium/state_trackers/va/
va_image.c 145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
va_subpicture.c 124 short dest_x, short dest_y,
va_private.h 121 int dest_x,
139 short dest_x,
  /hardware/intel/common/libva/va/
va_backend.h 272 int dest_x,
325 short dest_x, /* upper left offset in surface */
va.c     [all...]
va.h     [all...]
  /external/libvncserver/x11vnc/
xwrappers.h 69 int format, XImage *dest_image, int dest_x, int dest_y);
screen.c 1295 static void from_libvncclient_CopyRectangleFromRectangle(rfbClient* client, int src_x, int src_y, int w, int h, int dest_x, int dest_y) {
1300 uint##BPP##_t* _buffer=((uint##BPP##_t*)client->frameBuffer)+(src_y-dest_y)*client->width+src_x-dest_x; \
1303 if (dest_x < src_x) { \
1304 for(i = dest_x; i < dest_x+w; i++) { \
1308 for(i = dest_x+w-1; i >= dest_x; i--) { \
1315 if (dest_x < src_x) { \
1316 for(i = dest_x; i < dest_x+w; i++) {
    [all...]
xwrappers.c 74 int format, XImage *dest_image, int dest_x, int dest_y);
282 int format, XImage *dest_image, int dest_x, int dest_y) {
285 if (!disp || !d || !x || !y || !width || !height || !plane_mask || !format || !dest_image || !dest_x || !dest_y) {}
290 if (overlay && dest_x == 0 && dest_y == 0) {
311 format, dest_image, dest_x, dest_y);
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 676 * @dest_x: X placement coordinate for surface.
689 int32_t dest_x; member in struct:drm_vmw_present_arg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 720 * @dest_x: X placement coordinate for surface.
733 int32_t dest_x; member in struct:drm_vmw_present_arg
  /external/libvncserver/libvncclient/
rfbproto.c 178 static void CopyRectangleFromRectangle(rfbClient* client, int src_x, int src_y, int w, int h, int dest_x, int dest_y) {
183 uint##BPP##_t* _buffer=((uint##BPP##_t*)client->frameBuffer)+(src_y-dest_y)*client->width+src_x-dest_x; \
186 if (dest_x < src_x) { \
187 for(i = dest_x; i < dest_x+w; i++) { \
191 for(i = dest_x+w-1; i >= dest_x; i--) { \
198 if (dest_x < src_x) { \
199 for(i = dest_x; i < dest_x+w; i++) {
    [all...]
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 269 int32_t dest_x; member in struct:drm_vmw_present_arg
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 743 * @dest_x: X placement coordinate for surface.
756 int32_t dest_x; member in struct:drm_vmw_present_arg
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 1140 FX_DWORD dest_x = clip_left + i; local
1150 FX_DWORD dest_x = clip_left + i; local
1178 FX_DWORD dest_x = clip_left + i; local
    [all...]
fx_dib_composite.cpp 4494 int dest_x = m_DestLeft + (m_bFlipX ? (m_DestWidth - line - 1) : line); local
    [all...]
  /external/libvncserver/rfb/
rfbclient.h 174 typedef void (*GotCopyRectProc)(struct _rfbClient* client, int src_x, int src_y, int w, int h, int dest_x, int dest_y);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 933 int dest_x = m_ClipLeft + x; local
    [all...]
fpdf_render_loadimage.cpp 1341 int dest_x = clip_left + i; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 828 milliseconds