/external/chromium_org/ppapi/cpp/ |
rect.cc | 111 int32_t new_x = x(); local 115 AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width); 117 return Rect(new_x, new_y, new_width, new_height); 215 float new_x = x(); local 219 AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width); 221 return FloatRect(new_x, new_y, new_width, new_height);
|
/external/chromium_org/ash/system/chromeos/ |
tray_caps_lock.cc | 98 const int new_x = variable 100 shortcut_label_->SetX(new_x); 102 text_label_->SetSize(gfx::Size(text_size.width() + new_x - old_x,
|
/external/chromium_org/ui/gfx/geometry/ |
rect_base_impl.h | 251 Type new_x = x(); local 255 AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width); 257 SetRect(new_x, new_y, new_width, new_height); 281 Type new_x = x() + (width() - new_width) / 2; local 283 SetRect(new_x, new_y, new_width, new_height);
|
/external/chromium_org/pdf/pdfium/ |
pdfium_page.cc | 249 double new_x, new_y; local 251 rotation, point2.x(), point2.y(), &new_x, &new_y); local 254 GetTextPage(), new_x, new_y, kTolerance, kTolerance); 257 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), new_x, new_y);
|
pdfium_engine.cc | 1835 int new_x = static_cast<int>(center.x() * current_zoom_) - local [all...] |
/external/chromium_org/ui/views/controls/ |
scroll_view.cc | 500 const int new_x = local 506 contents_->SetX(-new_x); 508 header_->SetX(-new_x);
|
/external/opencv/cv/src/ |
cvemd.cpp | 836 CvNode2D *new_x; local 843 new_x = loop[0] = enter_x; 852 new_x = state->rows_x[new_x->i]; 853 while( new_x != 0 && is_used[new_x - _x] ) 854 new_x = new_x->next[0]; 859 new_x = state->cols_x[new_x->j] [all...] |
/external/chromium_org/cc/resources/ |
picture_layer_tiling.cc | 511 int new_x = visible_rect_in_content_space.x(); local 524 skewport.Inset(extrapolation_multiplier * (new_x - old_x), [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller.cc | 725 const int new_x = local 727 if (new_x < attach_x_) 937 int new_x = attached_tabstrip_->GetSizeNeededForTabs(tabs_to_source) - local [all...] |
tab_strip.cc | 1668 int new_x = std::max(new_bounds.x() + delta, max_x); local 1693 int new_x = std::min(max_x, new_bounds.x() + adjusted_delta); local [all...] |