Searched refs:newDepth (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/plat-mac/Carbon/ |
D | QDOffscreen.py | 31 newDepth = 1L << newDepthBit variable
|
/external/llvm/include/llvm/IR/ |
D | LegacyPassManagers.h | 374 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() argument
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | LegacyPassManagers.h | 368 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() argument
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
D | ContentGroup.java | 237 int newDepth = depth + keyPath.incrementDepthBy(getName(), depth); in resolveKeyPath() local 242 element.resolveKeyPath(keyPath, newDepth, accumulator, currentPartialKeyPath); in resolveKeyPath()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LegacyPassManagers.h | 368 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() argument
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | RopeByteString.java | 213 int newDepth = Math.max(left.getTreeDepth(), right.getTreeDepth()) + 1; in concatenate() local 214 if (newLength >= minLengthByDepth[newDepth]) { in concatenate()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
D | BaseLayer.java | 579 int newDepth = depth + keyPath.incrementDepthBy(getName(), depth); in resolveKeyPath() local 580 resolveChildKeyPath(keyPath, newDepth, accumulator, currentPartialKeyPath); in resolveKeyPath()
|
/external/mesa3d/src/mesa/main/ |
D | mipmap.c | 1921 GLint newWidth, newHeight, newDepth; in _mesa_prepare_mipmap_levels() local 1927 &newWidth, &newHeight, &newDepth)) { in _mesa_prepare_mipmap_levels() 1933 newWidth, newHeight, newDepth, in _mesa_prepare_mipmap_levels() 1940 depth = newDepth; in _mesa_prepare_mipmap_levels()
|