Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp95 int32_t leftPos = m_leftPadding; in RenderDeviceResult() local
119 rect.AppendRect(leftPos + start_x_output * m_multiX, in RenderDeviceResult()
121 leftPos + end_x_output * m_multiX, in RenderDeviceResult()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java455 int leftPos = OpMap.getFirstChildPos(op); in isProximateInnerExpr() local
456 int rightPos = compiler.getNextOpPos(leftPos); in isProximateInnerExpr()
457 isProx = isProximateInnerExpr(compiler, leftPos); in isProximateInnerExpr()
523 int leftPos = OpMap.getFirstChildPos(innerExprOpPos); in mightBeProximate() local
524 int rightPos = compiler.getNextOpPos(leftPos); in mightBeProximate()
525 isProx = isProximateInnerExpr(compiler, leftPos); in mightBeProximate()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java213 int leftPos = getFirstChildPos(opPos); in compileOperation() local
214 int rightPos = getNextOpPos(leftPos); in compileOperation()
216 operation.setLeftRight(compile(leftPos), compile(rightPos)); in compileOperation()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp980 auto leftPos = _orderFiles.find(leftName); in customAtomOrderer() local
982 bool leftIsOrdered = (leftPos != _orderFiles.end()); in customAtomOrderer()
991 leftIsOrdered && findOrderOrdinal(leftPos->getValue(), left, leftOrder); in customAtomOrderer()