Searched defs:dst_x (Results 1 - 25 of 84) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_button.cc68 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/gallium/auxiliary/util/
H A Du_rect.c47 unsigned dst_x,
66 dst_x /= blockwidth;
73 dst += dst_x * blocksize;
94 unsigned dst_x,
111 dst_x /= blockwidth;
116 dst += dst_x * blocksize;
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
91 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) argument
H A Du_surface.c150 unsigned dst_x, unsigned dst_y, unsigned dst_z,
184 dst_x, dst_y, w, h);
147 util_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_blit.c98 short dst_x, short dst_y,
103 int dst_x2 = dst_x + w;
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
136 if (dst_y2 < dst_y || dst_x2 < dst_x) {
152 OUT_BATCH((dst_y << 16) | dst_x);
89 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
H A Di830_texstate.c129 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/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_pixel_read.c100 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/radeon/
H A Dradeon_pixel_read.c100 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/gallium/auxiliary/util/
H A Du_rect.c47 unsigned dst_x,
66 dst_x /= blockwidth;
73 dst += dst_x * blocksize;
94 unsigned dst_x,
111 dst_x /= blockwidth;
116 dst += dst_x * blocksize;
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
91 util_fill_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, union util_color *uc) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_blit.c98 short dst_x, short dst_y,
103 int dst_x2 = dst_x + w;
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
136 if (dst_y2 < dst_y || dst_x2 < dst_x) {
152 OUT_BATCH((dst_y << 16) | dst_x);
89 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
H A Di830_texstate.c129 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/i965/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_read.c83 GLint dst_x, dst_y; local
129 &dst_x, &dst_y,
142 dst_x = 0;
157 dst_x, dst_y,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_pixel_read.c100 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/radeon/
H A Dradeon_pixel_read.c100 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/gallium/state_trackers/xa/
H A Dxa_yuv.c114 int dst_x,
150 (float)src_x + scale_x * (x - dst_x),
109 xa_yuv_planar_blit(struct xa_context *r, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_box *box, unsigned int num_boxes, const float conversion_matrix[], struct xa_surface *dst, struct xa_surface *yuv[]) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c122 int dst_x,
130 xy1 = ((int)src->x1 > (int)bbox->x1 + dst_x) ? src->x1 :
131 (int)bbox->x1 + dst_x;
132 xy2 = ((int)src->x2 < (int)bbox->x2 + dst_x) ? src->x2 :
133 (int)bbox->x2 + dst_x;
121 vmw_dri1_intersect_src_bbox(struct drm_clip_rect *dst, int dst_x, int dst_y, const struct drm_clip_rect *src, const struct drm_clip_rect *bbox) argument
/external/chromium_org/ui/gfx/x/
H A Dx11_types.cc42 0, 0, // dst_x, dst_y
70 int dst_x, int dst_y,
102 src_x, src_y, dst_x, dst_y,
129 src_x, src_y, dst_x, dst_y,
159 src_x, src_y, dst_x, dst_y,
64 PutARGBImage(XDisplay* display, void* visual, int depth, XID pixmap, void* pixmap_gc, const uint8* data, int data_width, int data_height, int src_x, int src_y, int dst_x, int dst_y, int copy_width, int copy_height) argument
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_yuv.c114 int dst_x,
150 (float)src_x + scale_x * (x - dst_x),
109 xa_yuv_planar_blit(struct xa_context *r, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_box *box, unsigned int num_boxes, const float conversion_matrix[], struct xa_surface *dst, struct xa_surface *yuv[]) argument
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c122 int dst_x,
130 xy1 = ((int)src->x1 > (int)bbox->x1 + dst_x) ? src->x1 :
131 (int)bbox->x1 + dst_x;
132 xy2 = ((int)src->x2 < (int)bbox->x2 + dst_x) ? src->x2 :
133 (int)bbox->x2 + dst_x;
121 vmw_dri1_intersect_src_bbox(struct drm_clip_rect *dst, int dst_x, int dst_y, const struct drm_clip_rect *src, const struct drm_clip_rect *bbox) argument
/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc326 int dst_x = position == DisplayLayout::LEFT ? local
330 dst_x, upper_shared_y, kIndicatorThickness, shared_height);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_surface.c50 unsigned dst_x, unsigned dst_y, unsigned dst_z,
70 box.x = dst_x;
83 dst_handle, dst_level, dst_x, dst_y, dst_z);
45 svga_texture_copy_handle(struct svga_context *svga, struct svga_winsys_surface *src_handle, unsigned src_x, unsigned src_y, unsigned src_z, unsigned src_level, unsigned src_face, struct svga_winsys_surface *dst_handle, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned dst_level, unsigned dst_face, unsigned width, unsigned height, unsigned depth) argument

Completed in 496 milliseconds

1234