HomeSort by relevance Sort by last modified time
    Searched defs:x_offset (Results 26 - 50 of 56) sorted by null

12 3

  /external/chromium_org/ash/wm/
window_selector.cc 487 int x_offset = total_bounds.x() + ((windows.size() >= columns ? 0 : local
496 gfx::Rect target_bounds(window_size.width() * column + x_offset,
  /external/chromium_org/chrome/browser/ui/gtk/
browser_toolbar_gtk.cc 715 int x_offset = base::i18n::IsRTL() ? 0 : allocation.width - badge->width(); local
718 allocation.x + x_offset,
  /external/chromium_org/chromeos/display/
output_configurator.h 50 float x_offset; member in struct:chromeos::OutputConfigurator::CoordinateTransformation
  /external/chromium_org/third_party/skia/src/effects/
SkMagnifierImageFilter.cpp 51 float x_offset() const { return fXOffset; } function in class:GrMagnifierEffect
183 uman.set2f(fOffsetVar, zoom.x_offset(), zoom.y_offset());
  /external/harfbuzz/src/
harfbuzz-shape.h 148 HB_Fixed x_offset; member in struct:HB_GlyphItem
  /external/skia/src/effects/
SkMagnifierImageFilter.cpp 51 float x_offset() const { return fXOffset; } function in class:GrMagnifierEffect
183 uman.set2f(fOffsetVar, zoom.x_offset(), zoom.y_offset());
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6venc.h 60 unsigned int x_offset; member in struct:q6_encode_param
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6venc.h 60 unsigned int x_offset; member in struct:q6_encode_param
  /external/chromium_org/ash/launcher/
launcher_button.cc 187 int x_offset = (base_bounds_.width() - bounds.width()) / 2; local
188 bounds.set_x(base_bounds_.x() + x_offset);
401 int x_offset = shelf_layout_manager_->PrimaryAxisValue(0, icon_pad); local
405 button_bounds.width() - x_offset);
412 x_offset = button_bounds.width() - (kIconSize + icon_pad);
418 x_offset += shelf_layout_manager_->SelectValueForShelfAlignment(
427 x_offset = std::max(0, button_bounds.width() - icon_width) / 2;
432 if (x_offset + icon_width + kBarSize > button_bounds.width())
433 icon_width = button_bounds.width() - (x_offset + kBarSize);
437 button_bounds.x() + x_offset,
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc 486 int x_offset = actual_frame_style_ == FIXED_TOP_LEFT ? local
490 screen_x = toplevel_x + x_offset;
  /external/chromium_org/chrome/installer/util/
install_util.cc 108 int x_offset = (screen_rect.right - screen_rect.left) / 2; local
111 screen_rect.left + x_offset,
  /external/chromium_org/chrome/test/chromedriver/
window_commands.cc 388 int x_offset = 0; local
390 bool has_offset = params.GetInteger("xoffset", &x_offset) &&
406 location.Offset(x_offset, y_offset);
  /external/chromium_org/ui/base/x/
events_x.cc 600 float x_offset, y_offset; local
602 native_event, &x_offset, &y_offset, NULL, NULL, NULL)) {
603 return gfx::Vector2d(static_cast<int>(x_offset),
694 float* x_offset,
706 if (!x_offset)
707 x_offset = &x_offset_;
719 x_offset, y_offset,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 534 LLVMValueRef x_offset, offset; local
598 &x_offset, &x_subcoord);
599 offset = x_offset;
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 780 // Decides an x_offset for current item.
781 int x_offset = 0; local
783 x_offset = -page_width;
785 x_offset = page_width;
789 x_offset += transition_offset;
795 gfx::Point(grid_rect.x() + col * tile_size.width() + x_offset,
    [all...]
  /external/chromium_org/ui/base/events/
event.h 420 MouseWheelEvent(const MouseEvent& mouse_event, int x_offset, int y_offset);
430 offset_(model.x_offset(), model.y_offset()){
434 // Note: x_offset() > 0/y_offset() > 0 means scroll left/up.
435 int x_offset() const { return offset_.x(); } function in class:ui::MouseWheelEvent
645 float x_offset,
656 float x_offset() const { return x_offset_; } function in class:ui::ScrollEvent
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 534 LLVMValueRef x_offset, offset; local
598 &x_offset, &x_subcoord);
599 offset = x_offset;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coff.h 303 char x_offset[4]; member in struct:COFF_auxent::__anon39273::__anon39274
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h 303 char x_offset[4]; member in struct:COFF_auxent::__anon40864::__anon40865
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h 303 char x_offset[4]; member in struct:COFF_auxent::__anon42378::__anon42379
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 650 int x_offset = abs(screen_point.x() - start_screen_point_.x()); local
652 return sqrt(pow(static_cast<float>(x_offset), 2) +
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 762 int x_offset = abs(point_in_screen.x() - start_point_in_screen_.x()); local
764 return sqrt(pow(static_cast<float>(x_offset), 2) +
1343 int x_offset = std::ceil((1.0 - x_scale) * drag_bounds[0].x()); local
    [all...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 355 int x_offset = flag_offset; local
364 dst[x_offset++] = std::abs(dx);
367 x_offset = Store16(dst, x_offset, dx);
    [all...]
  /external/qemu/
a.out.h 201 host_ulong x_offset; member in struct:external_auxent::__anon26378::__anon26379
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 2062 Int y_offset, x_offset, x_tab, y_tab, z_tab; \/* speedup coefficients *\/ local
    [all...]

Completed in 517 milliseconds

12 3