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