Searched refs:mergeStartX_ (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/trace-viewer/src/ |
D | fast_rect_renderer.js | 54 mergeStartX_: 0, property in FastRectRenderer 77 if (r - this.mergeStartX_ > this.maxMergeDist_) 81 this.mergeStartX_ = x; 103 this.ctx_.fillRect(this.mergeStartX_, this.y_, 104 this.mergeCurRight_ - this.mergeStartX_, this.h_);
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
D | fast_rect_renderer.js | 59 mergeStartX_: 0, property in FastRectRenderer 83 if (r - this.mergeStartX_ > this.maxMergeDist_) 87 this.mergeStartX_ = x; 109 this.ctx_.fillRect(this.mergeStartX_, this.y_, 110 this.mergeCurRight_ - this.mergeStartX_, this.h_);
|
/external/chromium-trace/ |
D | script.js | 52 …mergeStartX_:0,mergeCurRight_:0,setYandH:function(c,a){this.flush();this.y_=c;this.h_=a},fillRect:… property in d 53 …e_[this.mergedColorId],this.ctx_.fillRect(this.mergeStartX_,this.y_,this.mergeCurRight_-this.merge…
|