HomeSort by relevance Sort by last modified time
    Searched refs:start_x (Results 1 - 25 of 31) 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 62 // kAddType*. |start_x| is the new x-coordinate non-mini tabs start at.
63 void AddTab(int index, int add_types, int start_x);
65 // Removes the tab at the specified index. |start_x| is the new x-coordinate
68 void RemoveTab(int index, int start_x, int old_x);
75 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:__anon34931
  /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;
jpeglib.h     [all...]
  /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 173 int start_x, int start_y, int width, int height, jobject options) {
212 region.fLeft = start_x;
214 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 162 int start_x; local
166 gtk_window_get_position(GTK_WINDOW(frame_container_), &start_x, &start_y); local
174 anim_frame_start_ = gfx::Rect(start_x, start_y, start_w, start_h);
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 235 int start_x = kHorizontalPadding; local
238 icon_->SetBounds(start_x, OffsetY(icon_size), icon_size.width(),
246 start_x + content_minimum_width +
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_host_browsertest.cc 604 double start_x, start_y; local
605 ASSERT_TRUE(start->GetDouble(0, &start_x) && start->GetDouble(1, &start_y));
626 rvh->DragTargetDragEnter(drop_data, gfx::Point(start_x, start_y),
627 gfx::Point(start_x, start_y), blink::WebDragOperationEvery, 0);
    [all...]
  /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 454 int start_x = GetCursorBounds(selection_start, true).x(); local
458 if (direction == CURSOR_RIGHT ? start_x > cursor_x : start_x < cursor_x)
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 930 int start_x = w2->bounds().x(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 195 int start_x = bounds.x(); variable
199 icon->SetX(start_x);
202 start_x += icon->bounds().width() + kAroundTextPadding;
218 label->SetBounds(start_x, bounds.y(), end_x - start_x, bounds.height());
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 1871 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/freetype/src/cff/
cffgload.c 1871 FT_Pos start_x, start_y; \/* record start x, y values for *\/ local
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1166 int start_x = 0, start_y = 0; local
    [all...]

Completed in 1078 milliseconds

1 2