/external/jpeg/ |
transupp.c | 71 int ci, k, offset_y; local 92 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { 94 ptr1 = buffer[offset_y][blk_x]; 95 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; 121 int ci, i, j, offset_y; local 156 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) 192 int ci, i, j, offset_x, offset_y; local 240 int ci, i, j, offset_x, offset_y; local 304 int ci, i, j, offset_x, offset_y; local 368 int ci, i, j, offset_y; local 473 int ci, i, j, offset_x, offset_y; local [all...] |
/external/qemu/distrib/jpeg-6b/ |
transupp.c | 71 int ci, k, offset_y; local 92 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { 94 ptr1 = buffer[offset_y][blk_x]; 95 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; 121 int ci, i, j, offset_y; local 156 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) 192 int ci, i, j, offset_x, offset_y; local 240 int ci, i, j, offset_x, offset_y; local 304 int ci, i, j, offset_x, offset_y; local 368 int ci, i, j, offset_y; local 473 int ci, i, j, offset_x, offset_y; local [all...] |
/external/chromium_org/printing/ |
printed_document_win.cc | 18 int offset_y, 22 xform.eDy = static_cast<float>(offset_y);
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_stream.c | 1820 int offset_x = 0, offset_y = 0; local [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_stream.c | 1821 int offset_x = 0, offset_y = 0; local [all...] |
/external/chromium_org/ash/display/ |
mouse_cursor_event_filter.cc | 124 int offset_y = 0; local 143 offset_y = -2 * scale_when_drag_started_; 145 offset_y = 2 * scale_when_drag_started_; 151 point_in_dst_screen.Offset(offset_x, offset_y);
|
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/ |
mm_jpeg_interface.h | 51 int32_t offset_y; member in struct:__anon2166
|
/external/chromium/chrome/browser/ui/gtk/ |
info_bubble_gtk.cc | 276 int offset_x, offset_y; local 278 rect_.x(), rect_.y(), &offset_x, &offset_y); 320 int offset_x, offset_y; local 322 rect_.x(), rect_.y(), &offset_x, &offset_y); 334 gint screen_y = toplevel_y + offset_y + rect_.height() +
|
gtk_custom_menu_item.cc | 374 int offset_x, offset_y; local 376 0, 0, &offset_x, &offset_y); 378 y >= offset_y && y < (offset_y + alloc.height)) {
|
/external/chromium_org/chrome/browser/ui/gtk/bubble/ |
bubble_gtk.cc | 423 int offset_x, offset_y; local 425 rect_.x(), rect_.y(), &offset_x, &offset_y); 433 toplevel_y + offset_y, 474 int offset_x, offset_y; local 476 rect_.x(), rect_.y(), &offset_x, &offset_y); 508 gint screen_y = toplevel_y + offset_y + rect_.height();
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_custom_menu_item.cc | 387 int offset_x, offset_y; local 389 0, 0, &offset_x, &offset_y); 391 y >= offset_y && y < (offset_y + alloc.height)) {
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.cc | 388 int offset_y = 0; local 398 offset_y = background_offset_y_; 402 x() + favicon_bounds_.x(), offset_y + favicon_bounds_.y(), 908 int offset_y = theme_service_->HasCustomImage(tab_id) ? local [all...] |
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.cc | 489 int offset_y = 0; local 497 offset_y = background_offset_y_; 502 tab_bg.ToCairo()->SetSource(cr, widget, -x(), -offset_y); 1026 int offset_y = theme_service_->HasCustomImage(theme_id) ? local [all...] |
tab_renderer_gtk.h | 319 int offset_y);
|
/external/chromium_org/content/child/npapi/ |
webplugin_delegate_impl_gtk.cc | 365 int offset_y = 0; local 368 offset_y = -draw_rect.y(); 384 pixmap_draw_rect.Offset(offset_x, offset_y); 466 gdk_cairo_set_source_pixmap(context, pixmap_, -offset_x, -offset_y);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_asm.h | 83 unsigned offset_y; member in struct:r600_bytecode_tex
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_asm.h | 83 unsigned offset_y; member in struct:r600_bytecode_tex
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbvideo.h | 196 *y += this->offset_y;
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_installed_bubble_view.cc | 327 // Layout the signin promo at coordinates |offset_x| and |offset_y|. Returns 329 int LayoutSigninPromo(int offset_x, int offset_y) { 342 offset_x, offset_y, link_size.width(), link_size.height()); 353 contents_area.origin().y() + offset_y + 1);
|
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 296 (src_buf->crop.height + src_buf->crop.offset_y > src_buf->src_dim.height)) { 302 src_buf->crop.offset_y, 314 thumbnail.top = src_buf->crop.offset_y; 347 src_buf->crop.height + src_buf->crop.offset_y > src_buf->src_dim.height) { 350 src_buf->crop.height + src_buf->crop.offset_y, 362 rect_type.nTop = src_buf->crop.offset_y; [all...] |
/external/chromium/chrome/browser/ui/views/bubble/ |
bubble_border.cc | 188 int offset_y = local 192 arrow_offset_ = std::max(offset_x, offset_y);
|
/external/chromium_org/cc/resources/ |
picture_pile_impl_unittest.cc | 666 for (int offset_y = 0; offset_y < content_bounds.height(); 667 offset_y += step_y) { 668 gfx::Rect content_rect(offset_x, offset_y, step_x, step_y);
|
/external/chromium_org/chrome/test/chromedriver/ |
window_commands.cc | 129 int* offset_y) { 161 *offset_y = y - view_y; 162 if (*offset_x < 0 || *offset_x >= view_width || *offset_y < 0 || 163 *offset_y >= view_height)
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_sysvideo.h | 286 int offset_y; member in struct:SDL_VideoDevice
|
SDL_video.c | 218 video->offset_y = 0; 726 video->offset_y = 0; 733 video->offset_y = (mode->h-height)/2; 734 mode->offset = video->offset_y*mode->pitch + 1089 rects[i].y += video->offset_y; 1094 rects[i].y -= video->offset_y; [all...] |