Home
last modified time | relevance | path

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

12

/third_party/jsframework/runtime/vdom/
DNode.ts64 protected _depth: number; property in Node
151 this._depth = newValue;
155 return this._depth;
DElement.ts349 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/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/jinja2/
Druntime.py352 self._depth = depth
357 if self._depth + 1 >= len(self._stack):
361 return BlockReference(self.name, self._context, self._stack, self._depth + 1)
366 [x async for x in self._stack[self._depth](self._context)] # type: ignore
379 rv = concat(self._stack[self._depth](self._context))
Dasyncsupport.py81 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()
235 return _depth; in depth()
Dmemory.hpp170 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/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.js5793 var _depth = -oldChildren[0].shift - oldChildren[0].elem.depth;
5795 var currPos = _depth;
5810 depth: _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/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfragops.txt815 index>> [eq]#i# against a set of _depth bounds_.
Dfragops.adoc997 index>> [eq]#i# against a set of _depth bounds_.
Drenderpass.adoc1062 to some as _color attachments_ or _depth/stencil attachments_,
1065 _depth/stencil_attachments_,
/third_party/mesa3d/docs/gallium/
Dtgsi.rst935 dst.z = texture\_depth(unit, lod)

12