Home
last modified time | relevance | path

Searched refs:icon_x (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/views/controls/button/
Dtext_button.cc646 int icon_x = 0; in OnPaintIcon() local
651 icon_x = full_justification_ ? insets.left() in OnPaintIcon()
655 icon_x = full_justification_ ? width() - insets.right() - icon.width() in OnPaintIcon()
660 icon_x = (width() - insets.width() - icon.width()) / 2 + insets.left(); in OnPaintIcon()
671 gfx::Rect icon_bounds(icon_x, icon_y, icon.width(), icon.height()); in OnPaintIcon()
/external/chromium_org/chrome/browser/ui/views/download/
Ddownload_item_view.cc869 int icon_x, icon_y; in OnPaintBackground() local
872 icon_x = kLeftPadding + body_image_set->top_left->width(); in OnPaintBackground()
875 icon_x = DownloadShelf::kSmallProgressIconOffset; in OnPaintBackground()
878 icon_x = GetMirroredXWithWidthInView(icon_x, icon->width()); in OnPaintBackground()
880 canvas->DrawImageInt(*icon, icon_x, icon_y); in OnPaintBackground()
885 canvas->DrawImageInt(*icon, icon_x, icon_y, paint); in OnPaintBackground()
/external/chromium_org/ui/views/controls/tree/
Dtree_view.cc782 int icon_x = kArrowRegionSize + kImagePadding + in PaintRow() local
785 icon_x = bounds.right() - icon_x - open_icon_.width(); in PaintRow()
787 icon_x += bounds.x(); in PaintRow()
789 icon, icon_x, in PaintRow()
/external/chromium_org/ui/views/controls/menu/
Dmenu_item_view.cc768 const int icon_x = config.item_left_margin + left_icon_margin_; in PaintButton() local
778 gfx::Rect check_bounds(icon_x, in PaintButton()
787 gfx::Rect radio_bounds(icon_x, in PaintButton()