Searched refs:_styles (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/demos.skia.org/demos/textedit/ |
D | textapi_utils.js | 248 _styles: null, property 321 const len = this._styles.reduce((sum, style) => sum + style._length, 0); 334 for (const s of this._styles) { 405 this._styles[i]._length += len; 421 const styles = this._styles; 520 for (let i = 0; i < this._styles.length; ++i) { 521 const l = this._styles[i]._length; 529 return [this._styles.length-1, len]; 543 let s = this._styles[i]; 556 ASSERT(i < this._styles.length); [all …]
|
/third_party/skia/modules/canvaskit/npm_build/ |
D | textapi_utils.js | 259 _styles: null, property 333 for (const s of this._styles) { 352 for (const s of this._styles) { 422 this._styles[i]._length += 1; 438 const styles = this._styles; 541 for (let i = 0; i < this._styles.length; ++i) { 542 const l = this._styles[i]._length; 550 return [this._styles.length-1, len]; 564 let s = this._styles[i]; 577 ASSERT(i < this._styles.length); [all …]
|
/third_party/node/deps/npm/node_modules/chalk/ |
D | index.js | 61 return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, key); 68 return build.call(this, this._styles || [], true, 'visible'); 88 … return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model); 111 … return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model); 119 function build(_styles, _empty, key) { argument 124 builder._styles = _styles; 188 for (const code of this._styles.slice().reverse()) {
|
/third_party/node/deps/npm/node_modules/colors/lib/ |
D | colors.js | 76 function build(_styles) { argument 80 builder._styles = _styles; 95 return build(this._styles.concat(key)); 121 var nestedStyles = this._styles;
|
/third_party/python/Lib/ |
D | difflib.py | 1630 _styles = """ variable 1683 _styles = _styles variable in HtmlDiff 1725 styles=self._styles,
|
/third_party/node/tools/ |
D | lint-md.mjs | 14720 return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, key); 14727 return build.call(this, this._styles || [], true, 'visible'); 14747 … return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model); 14770 … return build.call(this, this._styles ? this._styles.concat(codes) : [codes], this._empty, model); 14778 function build(_styles, _empty, key) { argument 14783 builder._styles = _styles; 14847 for (const code of this._styles.slice().reverse()) {
|