Searched refs:DrawBarBase (Results 1 – 1 of 1) sorted by relevance
/external/v8/tools/profviz/ |
D | composer.js | 402 function DrawBarBase(color, start, end, top, bottom, transparency) { class 415 DrawBarBase(color, start, end, row + width, row - width); 419 DrawBarBase(color, start, end, row, row - width); 448 DrawBarBase("#0000BB", start, end, kGetTimeHeight, 0, 0.2);
|