HomeSort by relevance Sort by last modified time
    Searched refs:left_x (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/app_list/
app_list_folder_item.cc 144 int left_x = icon_center.x() - kItemIconDimension - delta_to_center; local
146 gfx::Rect top_left(left_x, top_y, kItemIconDimension, kItemIconDimension);
157 left_x, bottom_y, kItemIconDimension, kItemIconDimension);
  /external/opencv/cv/src/
cvrotcalipers.cpp 112 float left_x, right_x, top_y, bottom_y; local
115 left_x = right_x = pt0.x;
122 if( pt0.x < left_x )
123 left_x = pt0.x, left = i;
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 341 int left_x = x - kContentEdgeShadowThickness; local
374 canvas->DrawImageInt(*toolbar_left_mask, left_x, y, paint);
382 canvas->DrawImageInt(*toolbar_left, left_x, y);
385 canvas->TileImageInt(*toolbar_center, left_x + toolbar_left->width(), y,
386 right_x - (left_x + toolbar_left->width()), toolbar_center->height());
opaque_browser_frame_view.cc 697 int left_x = x - kContentEdgeShadowThickness; local
699 split_point, left_x, y, toolbar_left_mask->width(),
703 toolbar_left_mask->width(), bottom_edge_height, left_x, bottom_y,
719 left_x, y, toolbar_left->width(), split_point, false);
722 bottom_edge_height, left_x, bottom_y, toolbar_left->width(),
727 canvas->TileImageInt(*toolbar_center, 0, 0, left_x + toolbar_left->width(),
728 y, right_x - (left_x + toolbar_left->width()),
    [all...]
  /external/chromium_org/ppapi/examples/ime/
ime.cc 149 int left_x = font_.MeasureSimpleText( local
153 FillRect(image, offset + left_x, area_.y(), right_x - left_x,
173 int left_x = font_.MeasureSimpleText( local
177 FillRect(image, offset + left_x, area_.y(), right_x - left_x,

Completed in 156 milliseconds