Home
last modified time | relevance | path

Searched refs:horizontal_offset (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/views/
Dshadow_border.cc19 int horizontal_offset) in ShadowBorder() argument
24 horizontal_offset_(horizontal_offset) {} in ShadowBorder()
Dshadow_border.h20 int horizontal_offset);
/external/chromium_org/chrome/browser/chromeos/display/
Doverscan_calibrator.cc128 int horizontal_offset = inner_bounds.width() / 2 - kArrowGapWidth; in OnPaintLayer() local
132 DrawTriangle(center.x() - horizontal_offset, center.y(), 90, canvas); in OnPaintLayer()
133 DrawTriangle(center.x() + horizontal_offset, center.y(), -90, canvas); in OnPaintLayer()
/external/chromium_org/ui/gfx/
Drender_text.cc854 void RenderText::SetDisplayOffset(int horizontal_offset) { in SetDisplayOffset() argument
880 if (horizontal_offset < min_offset) in SetDisplayOffset()
881 horizontal_offset = min_offset; in SetDisplayOffset()
882 else if (horizontal_offset > max_offset) in SetDisplayOffset()
883 horizontal_offset = max_offset; in SetDisplayOffset()
886 display_offset_.set_x(horizontal_offset); in SetDisplayOffset()
Drender_text.h430 void SetDisplayOffset(int horizontal_offset);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc1219 gfx::Vector2d horizontal_offset(move_offset.x(), 0); in CanStartDragForView() local
1220 if (!View::ExceededDragThreshold(horizontal_offset) && move_offset.y() > 0) { in CanStartDragForView()