Searched refs:bar_height (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/ui/views/controls/ |
D | progress_bar.cc | 202 int bar_height = content_bounds.height(); in OnPaint() local 209 bar_left, bar_top, bar_width, bar_height, in OnPaint() 215 bar_width, bar_height, in OnPaint() 227 bar_left, bar_top, progress_width, bar_height, in OnPaint() 241 SkScalar scalar_height = SkIntToScalar(bar_height); in OnPaint() 271 progress_width, bar_height, in OnPaint() 307 kHighlightWidth + kBorderWidth, bar_height), in OnPaint() 316 bar_left, bar_top, progress_width, bar_height, in OnPaint()
|
/external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/ |
D | var_array_buffer.cc | 83 int bar_height = static_cast<int>(value * image_height); in DrawBar() local 84 for (int i = 0; i < bar_height; ++i) { in DrawBar()
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
D | infobar_view.cc | 186 if (bar_height()) { in Layout() 261 canvas->ClipRect(gfx::Rect(0, arrow_height(), width(), bar_height())); in PaintChildren() 295 (bar_target_height() - bar_height()); in OffsetY()
|
/external/chromium_org/components/infobars/core/ |
D | infobar.h | 106 int bar_height() const { return bar_height_; } in bar_height() function
|
/external/chromium_org/cc/layers/ |
D | heads_up_display_layer_impl.cc | 460 const double bar_height = histogram_bounds.height() / kHistogramSize; in DrawFPSDisplay() local 468 histogram_bounds.bottom() - (i + 1) * bar_height, in DrawFPSDisplay()
|