/external/pdfium/xfa/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() 38 (FX_FLOAT)m_Width / (FX_FLOAT)m_output->GetWidth(), 0.0, 0.0, in RenderDeviceResult() 39 (FX_FLOAT)m_Height / (FX_FLOAT)m_output->GetHeight(), 0.0, 0.0); 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() 65 pOutBitmap = CreateDIBitmap(m_output->GetWidth(), m_output->GetHeight()); in RenderBitmapResult() 75 leftPos = (m_Width - m_output->GetWidth()) / 2; in RenderBitmapResult() [all …]
|
D | BC_TwoDimWriter.h | 36 std::unique_ptr<CBC_CommonBitMatrix> m_output; variable
|
/external/pdfium/xfa/fxbarcode/pdf417/ |
D | BC_PDF417BarcodeRow.cpp | 30 m_output.RemoveAll(); in ~CBC_BarcodeRow() 48 m_output.SetSize(m_row.GetSize() * scale); in getScaledRow() 49 for (int32_t i = 0; i < m_output.GetSize(); i++) { in getScaledRow() 50 m_output[i] = (m_row[i / scale]); in getScaledRow() 52 return m_output; in getScaledRow()
|
D | BC_PDF417BarcodeRow.h | 25 CFX_ArrayTemplate<uint8_t> m_output; variable
|
/external/pdfium/xfa/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 323 if (!m_output) in RenderBitmapResult() 327 pOutBitmap = CreateDIBitmap(m_output->GetWidth(), m_output->GetHeight()); in RenderBitmapResult() 333 for (int32_t x = 0; x < m_output->GetWidth(); x++) { in RenderBitmapResult() 334 for (int32_t y = 0; y < m_output->GetHeight(); y++) { in RenderBitmapResult() 335 if (m_output->Get(x, y)) { in RenderBitmapResult() 361 if (!m_output) in RenderDeviceResult() 372 for (int32_t x = 0; x < m_output->GetWidth(); x++) { in RenderDeviceResult() 373 for (int32_t y = 0; y < m_output->GetHeight(); y++) { in RenderDeviceResult() 377 if (m_output->Get(x, y)) { in RenderDeviceResult() 453 m_output = pdfium::MakeUnique<CBC_CommonBitMatrix>(); in RenderResult() [all …]
|
D | BC_OneDimWriter.h | 112 std::unique_ptr<CBC_CommonBitMatrix> 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/v8/src/debug/ |
D | liveedit.cc | 916 : m_output(output), m_pos(0) {} in CollectVisitor() 919 m_output->set(m_pos, fun); in visit() 923 Handle<FixedArray> m_output; member in v8::internal::LiteralFixer::CollectVisitor
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 5411 const PrimitiveType m_output; member in deqp::gles31::Functional::__anon38a6d29b0111::VertexFeedbackCase 5425 , m_output (output) in VertexFeedbackCase() 5469 switch (m_output) in init() 5735 switch(m_output) in getOutputPrimitive() 5750 switch(m_output) in getBasePrimitive()
|