/external/chromium_org/ui/app_list/ |
app_list_folder_item.cc | 150 int right_x = icon_center.x() + delta_to_center; local 151 gfx::Rect top_right(right_x, top_y, kItemIconDimension, kItemIconDimension); 162 right_x, bottom_y, kItemIconDimension, kItemIconDimension);
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_result_view.cc | 271 int right_x = x + max_width; local 278 // vertically stack the ellipsis by restricting the end edge (right_x). 300 right_x = x + std::min(remaining_width - prefix_width, 302 prefix_x = right_x; 315 right_x = x + std::min(remaining_width, start_offset + max_width); 332 mirroring_context_->mirrored_left_coord(x, right_x), y, 333 right_x - x, height())); 335 return right_x;
|
/external/opencv/cv/src/ |
cvrotcalipers.cpp | 112 float left_x, right_x, top_y, bottom_y; local 115 left_x = right_x = pt0.x; 125 if( pt0.x > right_x ) 126 right_x = pt0.x, right = i;
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
glass_browser_frame_view.cc | 377 int right_x = local 379 canvas->DrawImageInt(*toolbar_right_mask, right_x, y, paint); 386 right_x - (left_x + toolbar_left->width()), toolbar_center->height()); 390 right_x, y);
|
opaque_browser_frame_view.cc | 707 int right_x = local 710 split_point, right_x, y, toolbar_right_mask->width(), 714 toolbar_right_mask->width(), bottom_edge_height, right_x, bottom_y, 728 y, right_x - (left_x + toolbar_left->width()), 734 split_point, right_x, y, toolbar_right->width(), split_point, false); 737 bottom_edge_height, right_x, bottom_y, toolbar_right->width(), [all...] |
/external/chromium_org/ppapi/examples/ime/ |
ime.cc | 151 int right_x = font_.MeasureSimpleText( local 153 FillRect(image, offset + left_x, area_.y(), right_x - left_x, 175 int right_x = font_.MeasureSimpleText( local 177 FillRect(image, offset + left_x, area_.y(), right_x - left_x,
|