Home
last modified time | relevance | path

Searched refs:_styles (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/demos.skia.org/demos/textedit/
Dtextapi_utils.js248 _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/
Dtextapi_utils.js259 _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/@colors/colors/lib/
Dcolors.js85 function build(_styles) { argument
89 builder._styles = _styles;
104 return build(this._styles.concat(key));
131 var nestedStyles = this._styles;
/third_party/python/Lib/
Ddifflib.py1630 _styles = """ variable
1683 _styles = _styles variable in HtmlDiff
1725 styles=self._styles,