/external/chromium_org/ui/views/controls/ |
progress_bar.cc | 202 int bar_height = content_bounds.height(); 209 bar_left, bar_top, bar_width, bar_height, 215 bar_width, bar_height, 227 bar_left, bar_top, progress_width, bar_height, 241 SkScalar scalar_height = SkIntToScalar(bar_height); 271 progress_width, bar_height, 307 kHighlightWidth + kBorderWidth, bar_height), 316 bar_left, bar_top, progress_width, bar_height,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrintGraph.java | 46 static final int BAR_HEIGHT= 6; // height of bar 49 static final int LINE_HEIGHT = 2*BAR_HEIGHT + GAP; 253 this.gc.fillRectangle(MARGIN, y + (GAP/2), baselineBarLength, BAR_HEIGHT); 254 Rectangle rec = new Rectangle(MARGIN, y + (GAP/2), baselineBarLength, BAR_HEIGHT); 259 Rectangle recValue = new Rectangle(MARGIN, y + (GAP/2), wr, BAR_HEIGHT); 262 Rectangle recError = new Rectangle(MARGIN+wr, y + (GAP/2), baselineErrorLength*2, BAR_HEIGHT); 264 Rectangle rec = new Rectangle(MARGIN, y + (GAP/2), baselineBarLength+baselineErrorLength, BAR_HEIGHT); 293 this.gc.fillRectangle(MARGIN, y + (GAP/2) + BAR_HEIGHT, currentBarLength, BAR_HEIGHT); 294 Rectangle rec = new Rectangle(MARGIN, y + (GAP/2) + BAR_HEIGHT, currentBarLength, BAR_HEIGHT) [all...] |
/external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/ |
var_array_buffer.cc | 83 int bar_height = static_cast<int>(value * image_height); 84 for (int i = 0; i < bar_height; ++i) {
|
/external/chromium_org/content/browser/resources/media/ |
cache_entry.js | 53 this.writeCanvas.height = media.BAR_HEIGHT; 59 this.readCanvas.height = media.BAR_HEIGHT;
|
main.js | 32 BAR_HEIGHT: 25
|
client_renderer.js | 27 this.bufferCanvas.height = media.BAR_HEIGHT;
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_view.cc | 186 if (bar_height()) { 261 canvas->ClipRect(gfx::Rect(0, arrow_height(), width(), bar_height())); 295 (bar_target_height() - bar_height());
|
/external/chromium_org/components/infobars/core/ |
infobar.h | 106 int bar_height() const { return bar_height_; } function in class:infobars::InfoBar
|
/external/chromium_org/cc/layers/ |
heads_up_display_layer_impl.cc | 460 const double bar_height = histogram_bounds.height() / kHistogramSize; local 468 histogram_bounds.bottom() - (i + 1) * bar_height,
|