HomeSort by relevance Sort by last modified time
    Searched refs:start_x (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/ui/views/controls/menu/
menu_separator_win.cc 33 int start_x = 0; local
44 start_x = gutter_bounds.x() + config.gutter_width;
47 gfx::Rect separator_bounds(start_x, 0, width(), height());
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 265 int start_x = left + tl_width; local
266 int before_arrow = arrow_offset - start_x - top_arrow_->width() / 2;
271 start_x + before_arrow + top_arrow_->width() / 2,
279 start_x,
323 int start_x = left + bl_width; local
324 int before_arrow = arrow_offset - start_x - bottom_arrow_->width() / 2;
329 start_x + before_arrow + bottom_arrow_->width() / 2,
337 start_x,
355 int start_x,
361 * start_x
    [all...]
bubble_border.h 118 int start_x,
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.h 60 // kAddType*. |start_x| is the new x-coordinate non-mini tabs start at.
61 void AddTab(int index, int add_types, int start_x);
63 // Removes the tab at the specified index. |start_x| is the new x-coordinate
66 void RemoveTab(int index, int start_x, int old_x);
73 int start_x,
stacked_tab_strip_layout.cc 150 void StackedTabStripLayout::AddTab(int index, int add_types, int start_x) {
157 x_ = start_x;
173 void StackedTabStripLayout::RemoveTab(int index, int start_x, int old_x) {
183 int delta = start_x - x_;
184 x_ = start_x;
200 int start_x,
202 x_ = start_x;
215 start_x - ideal_x(mini_tab_count - 1) : 0;
216 first_tab_x_ = mini_tab_count > 0 ? ideal_x(0) : start_x;
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 123 int start_x, int start_y, int width, int height,
BitmapRegionDecoder.java 258 int start_x, int start_y, int width, int height,
  /hardware/samsung_slsi/exynos5/include/
s5p_fimc_v4l2.h 134 unsigned int start_x; // Source Image Start width offset member in struct:__anon34024
  /external/jpeg/
jdapistd.c 205 * and its upper-left corner located at (start_x, start_y).
206 * Align start_x and start_y to multiplies of iMCU width and height, respectively.
208 * (start_x, start_y) and (width, height), respectively.
213 int *start_x, int *start_y, int *width, int *height)
219 int col_left_boundary = ((*start_x / lines_per_iMCU_col)
222 jdiv_round_up(*start_x + *width, lines_per_iMCU_col);
225 *start_x / lines_per_iMCU_col - col_left_boundary;
228 *start_x = col_left_boundary * lines_per_iMCU_col;
  /external/qemu/distrib/jpeg-6b/
jdapistd.c 205 * and its upper-left corner located at (start_x, start_y).
206 * Align start_x and start_y to multiplies of iMCU width and height, respectively.
208 * (start_x, start_y) and (width, height), respectively.
213 int *start_x, int *start_y, int *width, int *height)
219 int col_left_boundary = ((*start_x / lines_per_iMCU_col)
222 jdiv_round_up(*start_x + *width, lines_per_iMCU_col);
225 *start_x / lines_per_iMCU_col - col_left_boundary;
228 *start_x = col_left_boundary * lines_per_iMCU_col;
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 174 int start_x, int start_y, int width, int height, jobject options) {
213 region.fLeft = start_x;
215 region.fRight = start_x + width;
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_view.cc 192 int start_x = kHorizontalPadding; local
195 icon_->SetBounds(start_x, OffsetY(icon_size), icon_size.width(),
200 close_button_->SetBounds(std::max(start_x + ContentMinimumWidth(),
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 165 int start_x; local
169 gtk_window_get_position(GTK_WINDOW(frame_container_), &start_x, &start_y); local
177 anim_frame_start_ = gfx::Rect(start_x, start_y, start_w, start_h);
  /external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 166 int start_x; local
170 gtk_window_get_position(GTK_WINDOW(frame_container_), &start_x, &start_y); local
178 anim_frame_start_ = gfx::Rect(start_x, start_y, start_w, start_h);
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 201 int start_x = kHorizontalPadding; local
204 icon_->SetBounds(start_x, OffsetY(icon_size), icon_size.width(),
209 close_button_->SetBounds(std::max(start_x + ContentMinimumWidth(),
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_host_browsertest.cc 616 double start_x, start_y; local
617 ASSERT_TRUE(start->GetDouble(0, &start_x) && start->GetDouble(1, &start_y));
638 rvh->DragTargetDragEnter(drop_data, gfx::Point(start_x, start_y),
639 gfx::Point(start_x, start_y), WebKit::WebDragOperationEvery, 0);
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 826 int start_x = w2->bounds().x(); local
    [all...]
  /external/chromium_org/chrome/test/automation/
automation_json_requests.h 348 int start_x,
automation_json_requests.cc 561 int start_x,
569 dict.SetInteger("start_x", start_x);
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 1135 double start_x = 0.5 + widget->allocation.x; local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 1176 double start_x = 0.5 + allocation.x; local
    [all...]
  /external/chromium_org/ui/gfx/
render_text.cc 413 int start_x = GetCursorBounds(selection_start, true).x(); local
417 if (direction == CURSOR_RIGHT ? start_x > cursor_x : start_x < cursor_x)
    [all...]
  /external/skia/bench/
bench_graph_svg.py 277 def create_regressions(lines, start_x, end_x):
285 regression_line = [p for p in line if start_x <= p[0] <= end_x]
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 175 int start_x = bounds.x(); variable
179 icon->SetX(start_x);
182 start_x += icon->bounds().width() + kAroundTextPadding;
198 label->SetBounds(start_x, bounds.y(), end_x - start_x, bounds.height());
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 1851 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]

Completed in 788 milliseconds

1 2