/external/pdfium/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 32 leftPos = (m_Width - m_output->GetWidth()) / 2; in RenderDeviceResult() 33 topPos = (m_Height - m_output->GetHeight()) / 2; in RenderDeviceResult() 36 if (m_Width < m_output->GetWidth() && m_Height < m_output->GetHeight()) { in RenderDeviceResult() 37 CFX_Matrix matriScale((float)m_Width / (float)m_output->GetWidth(), 0.0, in RenderDeviceResult() 38 0.0, (float)m_Height / (float)m_output->GetHeight(), in RenderDeviceResult() 43 for (int32_t x = 0; x < m_output->GetWidth(); x++) { in RenderDeviceResult() 44 for (int32_t y = 0; y < m_output->GetHeight(); y++) { in RenderDeviceResult() 48 if (m_output->Get(x, y)) { in RenderDeviceResult() 97 m_output = pdfium::MakeUnique<CBC_CommonBitMatrix>(); in RenderResult() 98 m_output->Init(outputWidth, outputHeight); in RenderResult() [all …]
|
D | BC_TwoDimWriter.h | 34 std::unique_ptr<CBC_CommonBitMatrix> m_output; variable
|
/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417BarcodeRow.cpp | 48 m_output.resize(m_row.size() * scale); in getScaledRow() 49 for (size_t i = 0; i < m_output.size(); i++) in getScaledRow() 50 m_output[i] = m_row[i / scale]; in getScaledRow() 51 return m_output; in getScaledRow()
|
D | BC_PDF417BarcodeRow.h | 27 std::vector<uint8_t> m_output; variable
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorScan.h | 112 m_output(NULL) { 168 m_output = static_cast<CoeffReturnType*>(m_device.allocate(total_size * sizeof(Scalar))); 169 launcher(*this, m_output); 175 return internal::ploadt<PacketReturnType, LoadMode>(m_output + index); 180 return m_output; 185 return m_output[index]; 193 if (m_output != NULL) { 194 m_device.deallocate(m_output); 195 m_output = NULL; 207 CoeffReturnType* m_output;
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | Stylesheet.java | 747 private Vector m_output; field in Stylesheet 758 if (null == m_output) in setOutput() 760 m_output = new Vector(); in setOutput() 763 m_output.addElement(v); in setOutput() 779 if (null == m_output) in getOutput() 782 return (OutputProperties) m_output.elementAt(i); in getOutput() 793 return (null != m_output) in getOutputCount() 794 ? m_output.size() : 0; in getOutputCount()
|
/external/testng/src/main/java/org/testng/ |
D | Reporter.java | 39 private static List<String> m_output = new Vector<>(); field in Reporter 54 return m_output; in getOutput() 62 m_output.clear(); in clear()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktAtomicOperationTests.cpp | 266 T m_output[2]; member 271 m_output[0] = output0; in Expected() 272 m_output[1] = output1; in Expected() 278 && deMemCmp((const void*)&m_output[0], (const void*)&output0, sizeof(output0)) == 0 in compare() 279 && deMemCmp((const void*)&m_output[1], (const void*)&output1, sizeof(output1)) == 0); in compare() 425 << ", Output0 = " << tcu::toHex(exp[0].m_output[0]) << ", Output1 = " in checkOperation() 426 << tcu::toHex(exp[0].m_output[1]) << ", or InOut = " << tcu::toHex(exp[1].m_inout) in checkOperation() 427 << ", Output0 = " << tcu::toHex(exp[1].m_output[0]) << ", Output1 = " in checkOperation() 428 << tcu::toHex(exp[1].m_output[1]) << ". Got: InOut = " << tcu::toHex(resIo) in checkOperation()
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 265 if (m_output.empty()) in RenderDeviceResult() 277 for (auto& rect : m_output) { in RenderDeviceResult() 307 m_output.clear(); in RenderResult() 333 m_output.push_back(rect); in RenderVerticalBars()
|
D | BC_OneDimWriter.h | 97 std::vector<CFX_PathData> m_output; variable
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 5412 const PrimitiveType m_output; member in deqp::gles31::Functional::__anon756c2e640111::VertexFeedbackCase 5426 , m_output (output) in VertexFeedbackCase() 5470 switch (m_output) in init() 5736 switch(m_output) in getOutputPrimitive() 5751 switch(m_output) in getBasePrimitive()
|