Home
last modified time | relevance | path

Searched refs:_depth (Results 1 – 22 of 22) sorted by relevance

/third_party/jsframework/runtime/vdom/
DNode.ts64 protected _depth: number; property in Node
151 this._depth = newValue;
155 return this._depth;
DElement.ts356 child.depth = this._depth + 1;
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dnode.dart47 int get depth => _depth;
48 int _depth = 0;
57 if (child._depth <= _depth) {
58 child._depth = _depth + 1;
/third_party/flutter/skia/third_party/externals/angle2/doc/
DExtensionSupport.md20 * GL\_OES\_packed\_depth\_stencil
36 * GL\_ANGLE\_depth\_texture
DUpdate20120704.md18 ([ANGLE\_depth\_texture]
/third_party/jinja2/
Druntime.py359 self._depth = depth
364 if self._depth + 1 >= len(self._stack):
368 return BlockReference(self.name, self._context, self._stack, self._depth + 1)
372 rv = concat(self._stack[self._depth](self._context))
Dasyncsupport.py81 rv = await concat_async(self._stack[self._depth](self._context))
/third_party/skia/third_party/externals/jinja2/
Druntime.py359 self._depth = depth
364 if self._depth + 1 >= len(self._stack):
368 return BlockReference(self.name, self._context, self._stack, self._depth + 1)
372 rv = concat(self._stack[self._depth](self._context))
Dasyncsupport.py81 rv = await concat_async(self._stack[self._depth](self._context))
/third_party/node/tools/inspector_protocol/jinja2/
Druntime.py331 self._depth = depth
336 if self._depth + 1 >= len(self._stack):
341 self._depth + 1)
345 rv = concat(self._stack[self._depth](self._context))
Dasyncsupport.py85 rv = await concat_async(self._stack[self._depth](self._context))
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dmemory.cpp178 _format(*format), _width(width), _height(height), _depth(depth), in image()
234 return _depth; in depth()
Dmemory.hpp167 size_t _depth; member in clover::image
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dscroll_notification.dart24 int get depth => _depth;
25 int _depth = 0;
30 _depth += 1;
Dframework.dart2639 int get depth => _depth;
2640 int _depth;
2927 _depth = _parent != null ? _parent.depth + 1 : 1;
2989 if (_depth < expectedDepth) {
2990 _depth = expectedDepth;
/third_party/mesa3d/docs/gallium/cso/
Ddsa.rst1 .. _depth-stencil-alpha:
/third_party/python/Lib/
Dpprint.py140 self._depth = depth
455 self._depth, level)
/third_party/skia/third_party/externals/angle2/doc/
DUpdate20120704.md18 ([ANGLE\_depth\_texture]
/third_party/mesa3d/docs/drivers/freedreno/
Dir3-notes.rst378 .. _depth:
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompilation_trace.txt3383 package:flutter/src/foundation/node.dart,AbstractNode,get:_depth
3392 package:flutter/src/foundation/node.dart,AbstractNode,set:_depth
5112 package:flutter/src/widgets/framework.dart,Element,get:_depth
5137 package:flutter/src/widgets/framework.dart,Element,set:_depth
/third_party/mesa3d/docs/gallium/
Dtgsi.rst935 dst.z = texture\_depth(unit, lod)
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log11361 …d/timeline_model/TimelineProfileTree.js(445,27): error TS2339: Property '_depth' does not exist on…