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

1 2

  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button.cc 55 int dst_x = (width() - dst_width) / 2; local
69 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,
intel_fbo.c 553 unsigned int dst_x, dst_y; local
560 &dst_x, &dst_y);
562 irb->draw_x = dst_x;
intel_mipmap_tree.c 693 uint32_t dst_x, dst_y, src_x, src_y; local
695 &dst_x, &dst_y);
701 dst_mt, dst_x, dst_y, dst_mt->region->pitch * dst_mt->region->cpp,
711 dst_x, dst_y,
723 dst_x, dst_y,
    [all...]
  /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,
intel_fbo.c 553 unsigned int dst_x, dst_y; local
560 &dst_x, &dst_y);
562 irb->draw_x = dst_x;
intel_mipmap_tree.c 693 uint32_t dst_x, dst_y, src_x, src_y; local
695 &dst_x, &dst_y);
701 dst_mt, dst_x, dst_y, dst_mt->region->pitch * dst_mt->region->cpp,
711 dst_x, dst_y,
723 dst_x, dst_y,
    [all...]
  /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/chrome/browser/ui/tabs/
tab_audio_indicator.cc 124 int dst_x = rect.x() - (favicon_.width() - rect.width()) / 2; local
126 canvas->DrawImageInt(favicon_, dst_x, dst_y);
  /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;
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 197 int dst_x = position == DisplayLayout::LEFT ? local
201 dst_x, upper_shared_y, kIndicatorThickness, shared_height);
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rotator.h 51 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
  /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
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 86 int dst_x = bounds.x() - (icon_width - bounds.width()) / 2; local
90 canvas->ClipRectInt(dst_x, dst_y, icon_width, icon_height);
93 dst_x, dst_y, icon_width, icon_height,
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 435 float dst_x = frame.left; local
438 TP.set(dst_x, dst_y);

Completed in 2890 milliseconds

1 2