y_offset 299 ash/display/display_controller_unittest.cc scroll_y_offset_ = event->y_offset(); y_offset 117 ash/display/root_window_transformers.cc float y_offset = insets.top() / device_scale_factor; y_offset 118 ash/display/root_window_transformers.cc transform.Translate(x_offset, y_offset); y_offset 74 ash/display/root_window_transformers_unittest.cc scroll_y_offset_ = event->y_offset(); y_offset 579 ash/magnifier/magnification_controller.cc scale += scroll_event->y_offset() * kScrollScaleChangeFactor; y_offset 102 ash/shelf/overflow_bubble_view.cc void OverflowBubbleView::ScrollByYOffset(int y_offset) { y_offset 108 ash/shelf/overflow_bubble_view.cc std::max(0, scroll_offset_.y() + y_offset)); y_offset 158 ash/shelf/overflow_bubble_view.cc ScrollByXOffset(-event.y_offset()); y_offset 160 ash/shelf/overflow_bubble_view.cc ScrollByYOffset(-event.y_offset()); y_offset 174 ash/shelf/overflow_bubble_view.cc ScrollByYOffset(-event->y_offset()); y_offset 44 ash/shelf/overflow_bubble_view.h void ScrollByYOffset(int y_offset); y_offset 191 ash/shelf/shelf_button.cc int y_offset = (base_bounds_.height() - bounds.height()) / 2; y_offset 192 ash/shelf/shelf_button.cc bounds.set_y(base_bounds_.y() + y_offset); y_offset 408 ash/shelf/shelf_button.cc int y_offset = shelf_layout_manager_->PrimaryAxisValue(icon_pad, 0); y_offset 413 ash/shelf/shelf_button.cc button_bounds.height() - y_offset); y_offset 421 ash/shelf/shelf_button.cc y_offset = button_bounds.height() - (kIconSize + icon_pad); y_offset 426 ash/shelf/shelf_button.cc y_offset += shelf_layout_manager_->SelectValueForShelfAlignment( y_offset 434 ash/shelf/shelf_button.cc if (y_offset + icon_height + kBarSize > button_bounds.height()) y_offset 435 ash/shelf/shelf_button.cc icon_height = button_bounds.height() - (y_offset + kBarSize); y_offset 437 ash/shelf/shelf_button.cc y_offset = std::max(0, button_bounds.height() - icon_height) / 2; y_offset 444 ash/shelf/shelf_button.cc button_bounds.y() + y_offset, y_offset 289 ash/sticky_keys/sticky_keys_controller.cc int offset = event->y_offset(); y_offset 661 ash/sticky_keys/sticky_keys_unittest.cc mock_delegate->GetEvent(0))->y_offset()); y_offset 914 ash/sticky_keys/sticky_keys_unittest.cc static_cast<ui::MouseWheelEvent*>(events[0])->y_offset()); y_offset 932 ash/sticky_keys/sticky_keys_unittest.cc static_cast<ui::MouseWheelEvent*>(events[0])->y_offset()); y_offset 50 ash/wm/gestures/overview_gesture_handler.cc scroll_y_ += event.y_offset(); y_offset 413 ash/wm/overview/window_overview.cc int y_offset = total_bounds.y() + (total_bounds.height() - y_offset 420 ash/wm/overview/window_overview.cc window_size.height() * row + y_offset, y_offset 31 chrome/browser/chromeos/display/overscan_calibrator.cc int y_offset, y_offset 52 chrome/browser/chromeos/display/overscan_calibrator.cc move_transform.Translate(x_offset, y_offset); y_offset 711 chrome/browser/ui/gtk/browser_toolbar_gtk.cc int y_offset = 0; y_offset 714 chrome/browser/ui/gtk/browser_toolbar_gtk.cc allocation.y + y_offset); y_offset 43 chrome/browser/ui/gtk/status_bubble_gtk.h int y_offset() const { return y_offset_; } y_offset 208 chrome/browser/ui/gtk/tab_contents_container_gtk.cc g_value_set_int(&value, child_y + status->y_offset()); y_offset 262 chrome/browser/ui/pdf/pdf_browsertest.cc int y_offset = 0; y_offset 266 chrome/browser/ui/pdf/pdf_browsertest.cc &y_offset)); y_offset 267 chrome/browser/ui/pdf/pdf_browsertest.cc ASSERT_GT(y_offset, 0); y_offset 130 chrome/browser/ui/views/frame/browser_root_view.cc int scroll_offset = abs(event.y_offset()) > abs(event.x_offset()) ? y_offset 131 chrome/browser/ui/views/frame/browser_root_view.cc event.y_offset() : -event.x_offset(); y_offset 463 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc int y_offset = std::min(popup_bottom, kPopupTopPx); y_offset 464 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc size.set_height(size.height() - popup_bottom + y_offset); y_offset 465 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc y -= y_offset; y_offset 153 chrome/browser/ui/views/location_bar/location_bar_view.cc const int y_offset = space / 2 - internal_leading; y_offset 154 chrome/browser/ui/views/location_bar/location_bar_view.cc const int space_at_bottom = height - (y_offset + font_list.GetHeight()); y_offset 155 chrome/browser/ui/views/location_bar/location_bar_view.cc if ((y_offset >= 0) && (space_at_bottom >= 0)) y_offset 597 chrome/browser/ui/views/tabs/tab_drag_controller.cc int y_offset = abs(point_in_screen.y() - start_point_in_screen_.y()); y_offset 599 chrome/browser/ui/views/tabs/tab_drag_controller.cc pow(static_cast<float>(y_offset), 2)) > kMinimumDragDistance; y_offset 117 chrome/installer/util/install_util.cc int y_offset = (screen_rect.bottom - screen_rect.top) / 2; y_offset 120 chrome/installer/util/install_util.cc screen_rect.top + y_offset, y_offset 454 chrome/test/chromedriver/window_commands.cc int y_offset = 0; y_offset 456 chrome/test/chromedriver/window_commands.cc params.GetInteger("yoffset", &y_offset); y_offset 471 chrome/test/chromedriver/window_commands.cc location.Offset(x_offset, y_offset); y_offset 140 content/browser/renderer_host/web_input_event_aura.cc webkit_event.deltaX = event->y_offset(); y_offset 146 content/browser/renderer_host/web_input_event_aura.cc webkit_event.deltaY = event->y_offset(); y_offset 168 content/browser/renderer_host/web_input_event_aura.cc webkit_event.data.flingStart.velocityY = event->y_offset(); y_offset 403 content/browser/renderer_host/web_input_event_aura.cc webkit_event.deltaX = event->y_offset(); y_offset 407 content/browser/renderer_host/web_input_event_aura.cc webkit_event.deltaY = event->y_offset(); y_offset 105 content/browser/web_contents/aura/window_slider.cc void WindowSlider::UpdateForScroll(float x_offset, float y_offset) { y_offset 84 content/browser/web_contents/aura/window_slider.h void UpdateForScroll(float x_offset, float y_offset); y_offset 205 media/base/simd/convert_rgb_to_yuv_sse2.cc __m128i y_offset = _mm_load_si128( y_offset 208 media/base/simd/convert_rgb_to_yuv_sse2.cc y_abcd = _mm_add_epi32(y_abcd, y_offset); y_offset 241 media/base/simd/convert_rgb_to_yuv_sse2.cc y_efgh = _mm_add_epi32(y_efgh, y_offset); y_offset 268 media/base/simd/convert_rgb_to_yuv_sse2.cc __m128i uv_offset = _mm_slli_epi32(y_offset, 3); y_offset 293 media/base/video_util.cc const int y_offset = region_in_frame.x() y_offset 299 media/base/video_util.cc frame->data(kY) + y_offset, y_offset 64 media/cdm/ppapi/external_clear_key/fake_cdm_video_decoder.cc int y_offset = 0; y_offset 74 media/cdm/ppapi/external_clear_key/fake_cdm_video_decoder.cc decoded_frame->SetPlaneOffset(cdm::VideoFrame::kYPlane, y_offset); y_offset 150 media/filters/skcanvas_video_renderer.cc size_t y_offset = (video_frame->stride(media::VideoFrame::kYPlane) * y_offset 158 media/filters/skcanvas_video_renderer.cc video_frame->data(media::VideoFrame::kYPlane) + y_offset; y_offset 210 media/filters/skcanvas_video_renderer.cc size_t y_offset = 0; y_offset 216 media/filters/skcanvas_video_renderer.cc y_offset = (video_frame->stride(media::VideoFrame::kYPlane) * y_offset 231 media/filters/skcanvas_video_renderer.cc video_frame->data(media::VideoFrame::kYPlane) + y_offset, y_offset 245 media/filters/skcanvas_video_renderer.cc video_frame->data(media::VideoFrame::kYPlane) + y_offset, y_offset 259 media/filters/skcanvas_video_renderer.cc video_frame->data(media::VideoFrame::kYPlane) + y_offset, y_offset 84 ppapi/examples/2d/scroll.cc int y_offset = y_origin % kSquareSpacing; y_offset 90 ppapi/examples/2d/scroll.cc int y = ys * kSquareSpacing + y_offset - paint_bounds.y(); y_offset 218 printing/pdf_metafile_cg_mac.cc float y_offset = params.center_vertically ? y_offset 226 printing/pdf_metafile_cg_mac.cc CGContextTranslateCTM(context, x_offset, y_offset); y_offset 60 remoting/base/util.cc int y_offset = CalculateYOffset(x, y, y_stride); y_offset 64 remoting/base/util.cc y_plane + y_offset, y_stride, y_offset 95 remoting/base/util.cc int y_offset = - CalculateYOffset(source_buffer_rect.left(), y_offset 115 remoting/base/util.cc y_offset += CalculateYOffset(inner_rect.left(), inner_rect.top(), y_offset 122 remoting/base/util.cc libyuv::I420ToARGB(source_yplane + y_offset, source_ystride, y_offset 140 remoting/base/util.cc y_offset += CalculateYOffset(offset.x(), offset.y(), source_ystride); y_offset 151 remoting/base/util.cc media::ScaleYUVToRGB32WithRect(source_yplane + y_offset, y_offset 169 remoting/base/util.cc media::ScaleYUVToRGB32WithRect(source_yplane + y_offset, y_offset 203 remoting/codec/video_decoder_vpx.cc int y_offset = CalculateYOffset(source_rect.left(), source_rect.top(), y_offset 207 remoting/codec/video_decoder_vpx.cc ScaleYUVToRGB32(last_image_->planes[0] + y_offset, y_offset 541 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh { if (!parse_int (tok, p, &pos.y_offset )) return false; } y_offset 589 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh { if (!parse_int (tok, p, &pos.y_offset )) return false; } y_offset 397 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh { if (!parse_int (tok, p, &pos.y_offset )) return false; } y_offset 445 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh { if (!parse_int (tok, p, &pos.y_offset )) return false; } y_offset 522 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh { if (!parse_int (tok, p, &pos.y_offset )) return false; } y_offset 142 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc pos[i].x_offset, pos[i].y_offset); y_offset 202 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc if (pos[i].x_offset || pos[i].y_offset) y_offset 203 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "@%d,%d", pos[i].x_offset, pos[i].y_offset)); y_offset 1445 third_party/harfbuzz-ng/src/hb-buffer.cc pos[i].y_offset += y_advance; y_offset 1467 third_party/harfbuzz-ng/src/hb-buffer.cc pos[i].y_offset -= total_y_advance; y_offset 58 third_party/harfbuzz-ng/src/hb-buffer.h hb_position_t y_offset; y_offset 807 third_party/harfbuzz-ng/src/hb-coretext.cc pos->y_offset = info->var2.u32; y_offset 132 third_party/harfbuzz-ng/src/hb-fallback-shape.cc &buffer->pos[i].y_offset); y_offset 352 third_party/harfbuzz-ng/src/hb-graphite2.cc pPos->y_offset = gr_slot_origin_Y (is) - curradvy; y_offset 360 third_party/harfbuzz-ng/src/hb-graphite2.cc pPos->y_offset = gr_slot_origin_Y (is) - curradvy; y_offset 110 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++)); y_offset 134 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh if (y_ppem) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font); y_offset 417 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh o.y_offset = base_y - mark_y; y_offset 933 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_advance = exit_y + pos[i].y_offset; y_offset 935 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh d = entry_y + pos[j].y_offset; y_offset 937 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[j].y_offset -= d; y_offset 940 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh d = exit_y + pos[i].y_offset; y_offset 942 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_offset -= d; y_offset 955 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_offset = entry_y - exit_y; y_offset 961 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[j].y_offset = exit_y - entry_y; y_offset 1551 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_offset += pos[j].y_offset; y_offset 1565 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_offset += pos[j].y_offset; y_offset 1570 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_offset -= pos[k].y_advance; y_offset 1575 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_offset += pos[k].y_advance; y_offset 208 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.x_offset = pos.y_offset = 0; y_offset 263 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.y_offset = base_extents.y_bearing + base_extents.height - mark_extents.y_bearing; y_offset 265 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc if ((y_gap > 0) == (pos.y_offset > 0)) y_offset 267 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc base_extents.height -= pos.y_offset; y_offset 268 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.y_offset = 0; y_offset 283 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.y_offset = base_extents.y_bearing - (mark_extents.y_bearing + mark_extents.height); y_offset 285 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc if ((y_gap > 0) != (pos.y_offset > 0)) y_offset 287 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc unsigned int correction = -pos.y_offset / 2; y_offset 290 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.y_offset += correction; y_offset 315 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc base_extents.y_bearing += buffer->pos[base].y_offset; y_offset 320 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc hb_position_t x_offset = 0, y_offset = 0; y_offset 323 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc y_offset -= buffer->pos[base].y_advance; y_offset 370 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc buffer->pos[i].y_offset += y_offset; y_offset 375 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc y_offset -= buffer->pos[i].y_advance; y_offset 378 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc y_offset += buffer->pos[i].y_advance; y_offset 474 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos[skippy_iter.idx].y_offset += kern2; y_offset 494 third_party/harfbuzz-ng/src/hb-ot-shape.cc &pos[i].y_offset); y_offset 535 third_party/harfbuzz-ng/src/hb-ot-shape.cc &pos[i].y_offset); y_offset 544 third_party/harfbuzz-ng/src/hb-ot-shape.cc &pos[i].y_offset); y_offset 1009 third_party/harfbuzz-ng/src/hb-uniscribe.cc pos->y_offset = info->var2.u32; y_offset 918 third_party/libpng/png.h png_int_32 y_offset PNG_DEPSTRUCT; /* y offset on page */ y_offset 3341 third_party/libpng/png.h png_int_32 x_offset, png_int_32 y_offset, int unit_type)) PNG_PRIVATE; y_offset 242 third_party/libpng/pngget.c return (info_ptr->y_offset); y_offset 286 third_party/libpng/pngget.c return (info_ptr->y_offset); y_offset 626 third_party/libpng/pngget.c *offset_y = info_ptr->y_offset; y_offset 282 third_party/libpng/pngset.c info_ptr->y_offset = offset_y; y_offset 181 third_party/libpng/pngwrite.c png_write_oFFs(png_ptr, info_ptr->x_offset, info_ptr->y_offset, y_offset 1541 third_party/libpng/pngwutil.c png_write_oFFs(png_structp png_ptr, png_int_32 x_offset, png_int_32 y_offset, y_offset 1555 third_party/libpng/pngwutil.c png_save_int_32(buf + 4, y_offset); y_offset 244 third_party/libwebp/dec/frame.c const int y_offset = cache_id * 16 * dec->cache_y_stride_; y_offset 246 third_party/libwebp/dec/frame.c uint8_t* const ydst = dec->cache_y_ - ysize + y_offset; y_offset 274 third_party/libwebp/dec/frame.c io->y = dec->cache_y_ + y_offset; y_offset 801 third_party/libwebp/dec/frame.c const int y_offset = cache_id * 16 * dec->cache_y_stride_; y_offset 803 third_party/libwebp/dec/frame.c uint8_t* const y_out = dec->cache_y_ + mb_x * 16 + y_offset; y_offset 861 third_party/libwebp/demux/demux.c iter->y_offset = fragment->y_offset_; y_offset 339 third_party/libwebp/enc/picture.c const int y_offset = top * pic->y_stride + left; y_offset 341 third_party/libwebp/enc/picture.c CopyPlane(pic->y + y_offset, pic->y_stride, y_offset 139 third_party/libwebp/webp/demux.h int x_offset, y_offset; // offset relative to the canvas. y_offset 198 third_party/libwebp/webp/mux.h int y_offset; // y-offset of the frame. y_offset 220 ui/app_list/views/contents_view.cc if (abs(event.x_offset()) > abs(event.y_offset())) y_offset 223 ui/app_list/views/contents_view.cc offset = event.y_offset(); y_offset 279 ui/app_list/views/contents_view.cc if (abs(event->x_offset()) > abs(event->y_offset())) y_offset 282 ui/app_list/views/contents_view.cc offset = event->y_offset(); y_offset 542 ui/aura/remote_window_tree_host_win.cc int y_offset = !params.is_horizontal_wheel ? params.extra : 0; y_offset 543 ui/aura/remote_window_tree_host_win.cc ui::MouseWheelEvent wheel_event(mouse_event, x_offset, y_offset); y_offset 408 ui/aura/test/event_generator.cc float y_offset, y_offset 423 ui/aura/test/event_generator.cc float dy = y_offset / steps; y_offset 440 ui/aura/test/event_generator.cc x_offset, y_offset, y_offset 441 ui/aura/test/event_generator.cc x_offset, y_offset, y_offset 287 ui/aura/test/event_generator.h float y_offset, y_offset 982 ui/display/chromeos/output_configurator.cc ctm.y_offset = (native_mode_ar / mirror_mode_ar - 1.0) * 0.5; y_offset 987 ui/display/chromeos/output_configurator.cc ctm.y_offset = 0.0; y_offset 1031 ui/display/chromeos/output_configurator.cc ctm.y_offset = y_offset 46 ui/display/chromeos/output_configurator.h float y_offset; y_offset 94 ui/display/chromeos/output_configurator_unittest.cc ctm.y_offset); y_offset 1252 ui/display/chromeos/output_configurator_unittest.cc EXPECT_EQ(0, round((kDualHeight - 1) * ctm1.y_offset)); y_offset 1257 ui/display/chromeos/output_configurator_unittest.cc round((kDualHeight - 1) * ctm2.y_offset)); y_offset 137 ui/display/chromeos/x11/touchscreen_delegate_x11.cc << ctm.y_offset << ")"; y_offset 166 ui/display/chromeos/x11/touchscreen_delegate_x11.cc { 0.0, ctm.y_scale, ctm.y_offset }, y_offset 398 ui/events/event.cc offset_(scroll_event.x_offset(), scroll_event.y_offset()){ y_offset 404 ui/events/event.cc int y_offset) y_offset 405 ui/events/event.cc : MouseEvent(mouse_event), offset_(x_offset, y_offset) { y_offset 688 ui/events/event.cc float y_offset, y_offset 694 ui/events/event.cc y_offset_(y_offset), y_offset 413 ui/events/event.h MouseWheelEvent(const MouseEvent& mouse_event, int x_offset, int y_offset); y_offset 423 ui/events/event.h offset_(model.x_offset(), model.y_offset()){ y_offset 429 ui/events/event.h int y_offset() const { return offset_.y(); } y_offset 636 ui/events/event.h float y_offset, y_offset 647 ui/events/event.h float y_offset() const { return y_offset_; } y_offset 117 ui/events/event_utils.h float* y_offset, y_offset 96 ui/events/events_stub.cc float* y_offset, y_offset 108 ui/events/ozone/events_ozone.cc float* y_offset, y_offset 193 ui/events/test/events_test_utils_x11.cc int y_offset, y_offset 201 ui/events/test/events_test_utils_x11.cc Valuator(DeviceDataManager::DT_CMT_SCROLL_Y, y_offset), y_offset 56 ui/events/test/events_test_utils_x11.h int y_offset, y_offset 313 ui/events/win/events_win.cc float* y_offset, y_offset 444 ui/events/x/device_data_manager.cc float* x_offset, float* y_offset, y_offset 449 ui/events/x/device_data_manager.cc *y_offset = 0; y_offset 460 ui/events/x/device_data_manager.cc *y_offset = data[DT_CMT_SCROLL_Y]; y_offset 160 ui/events/x/device_data_manager.h float* y_offset, y_offset 513 ui/events/x/events_x.cc float x_offset, y_offset; y_offset 515 ui/events/x/events_x.cc native_event, &x_offset, &y_offset, NULL, NULL, NULL)) { y_offset 517 ui/events/x/events_x.cc static_cast<int>(y_offset)); y_offset 595 ui/events/x/events_x.cc float* y_offset, y_offset 608 ui/events/x/events_x.cc if (!y_offset) y_offset 609 ui/events/x/events_x.cc y_offset = &y_offset_; y_offset 619 ui/events/x/events_x.cc x_offset, y_offset, y_offset 459 ui/gfx/render_text_pango.cc y + pango_units_to_double(glyph.geometry.y_offset)); y_offset 246 ui/views/controls/menu/submenu_view.cc int delta = abs(e.y_offset() / ui::MouseWheelEvent::kWheelDelta); y_offset 248 ui/views/controls/menu/submenu_view.cc return OnScroll(0, e.y_offset()); y_offset 249 ui/views/controls/menu/submenu_view.cc for (bool scroll_up = (e.y_offset() > 0); delta != 0; --delta) { y_offset 197 ui/views/controls/scrollbar/base_scroll_bar.cc ScrollByContentsOffset(event.y_offset());