Home
last modified time | relevance | path

Searched defs:newRight (Results 1 – 10 of 10) sorted by relevance

/external/zxing/core/src/test/java/com/google/zxing/
DBufferedImageLuminanceSource.java177 int newRight = Math.min(sourceDimension - 1, oldCenterX + halfDimension); in rotateCounterClockwise45() local
/external/zxing/javase/src/main/java/com/google/zxing/client/j2se/
DBufferedImageLuminanceSource.java179 int newRight = Math.min(sourceDimension - 1, oldCenterX + halfDimension); in rotateCounterClockwise45() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java196 ByteString newRight = concatenateBytes(leftRope.right, right); in concatenate() local
207 ByteString newRight = new RopeByteString(leftRope.right, right); in concatenate() local
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java196 ByteString newRight = concatenateBytes(leftRope.right, right); in concatenate() local
207 ByteString newRight = new RopeByteString(leftRope.right, right); in concatenate() local
/external/angle/src/compiler/translator/tree_ops/msl/
DSeparateCompoundExpressions.cpp430 TIntermTyped *newRight = pullMappedExpr(right, true); in visitBinaryPost() local
453 TIntermTyped *newRight = pullMappedExpr(right, isAssign && !isCompoundAssign); in visitBinaryPost() local
DRewriteUnaddressableReferences.cpp343 TIntermTyped &newRight = traverse(rightNode, disableRight); in visitBinaryPre() local
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java196 ByteString newRight = concatenateBytes(leftRope.right, right); in concatenate() local
207 ByteString newRight = new RopeByteString(leftRope.right, right); in concatenate() local
/external/llvm/include/llvm/ADT/
DImmutableSet.h477 TreeTy* createNode(TreeTy* newLeft, TreeTy* oldTree, TreeTy* newRight) { in createNode()
581 TreeTy* newRight = removeMinBinding(R,OldNode); in combineTrees() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableSet.h477 TreeTy* createNode(TreeTy* newLeft, TreeTy* oldTree, TreeTy* newRight) { in createNode()
581 TreeTy* newRight = removeMinBinding(R,OldNode); in combineTrees() local
/external/angle/src/compiler/translator/
DIntermRebuild.cpp585 auto *const newRight = traverseAnyAs<TIntermTyped>(*right); in traverseBinaryChildren() local