HomeSort by relevance Sort by last modified time
    Searched defs:dst_x (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_button.cc 68 int dst_x = (width() - dst_width) / 2; local
82 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_read.c 83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
intel_tex_image.c 142 GLuint dst_x, dst_y, dst_stride; local
182 &dst_x, &dst_y);
192 0, 0, dst_x, dst_y, image->Width, image->Height,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 100 GLint dst_x = 0, dst_y = 0; local
127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) {
173 0, /* dst_x */
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_read.c 83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
intel_tex_image.c 142 GLuint dst_x, dst_y, dst_stride; local
182 &dst_x, &dst_y);
192 0, 0, dst_x, dst_y, image->Width, image->Height,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 100 GLint dst_x = 0, dst_y = 0; local
127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) {
173 0, /* dst_x */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_texstate.c 129 GLuint dst_x, dst_y; local
149 &dst_x, &dst_y);
158 i830->state.tex_offset[unit] = dst_x * intelObj->mt->cpp + dst_y * pitch;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 129 GLuint dst_x, dst_y; local
149 &dst_x, &dst_y);
158 i830->state.tex_offset[unit] = dst_x * intelObj->mt->cpp + dst_y * pitch;
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rotator.h 51 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 326 int dst_x = position == DisplayLayout::LEFT ? local
330 dst_x, upper_shared_y, kIndicatorThickness, shared_height);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.cc 273 int dst_x = rect.left(), dst_y = rect.top(); local
276 dst_pos += dst_x * DesktopFrame::kBytesPerPixel;
291 int dst_x = rect.left(), dst_y = rect.top(); local
306 dst_pos += dst_x * DesktopFrame::kBytesPerPixel;
  /external/pixman/test/
affine-test.c 37 int dst_x, dst_y; local
72 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2);
74 w = prng_rand_n (dst_width * 3 / 2 - dst_x);
215 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n",
216 src_x, src_y, dst_x, dst_y);
274 src_x, src_y, 0, 0, dst_x, dst_y, w, h);
blitters-test.c 233 int dst_x, dst_y; local
290 dst_x = prng_rand_n (dst_width);
336 w = prng_rand_n (dst_width - dst_x + 1);
347 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n",
348 src_x, src_y, dst_x, dst_y);
355 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h);
composite-traps-test.c 56 int dst_x, dst_y; local
156 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2);
215 src_x, src_y, dst_x, dst_y, n_traps, traps);
scaling-test.c 64 int dst_x, dst_y; local
134 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2);
136 w = prng_rand_n (dst_width * 3 / 2 - dst_x);
250 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n",
251 src_x, src_y, dst_x, dst_y);
338 src_x, src_y, 0, 0, dst_x, dst_y, w, h);
341 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h);
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rotator.h 38 unsigned int dst_x; member in struct:msm_rotator_img_info

Completed in 485 milliseconds

1 2