Searched defs:matirx (Results 1 - 3 of 3) sorted by relevance
/external/pdfium/xfa/src/fxbarcode/ |
H A D | BC_BufferedImageLuminanceSource.cpp | 152 CFX_ByteArray* matirx = new CFX_ByteArray();
local 153 matirx->SetSize(m_bytesPerLine * m_height);
165 (*matirx)[offset + x] = (uint8_t)luminance;
168 return matirx;
|
H A D | BC_BarCode.cpp | 225 const CFX_Matrix* matirx,
230 ->RenderDeviceResult(device, matirx, renderCon, e);
328 const CFX_Matrix* matirx,
333 ->RenderDeviceResult(device, matirx, renderCon, e);
409 const CFX_Matrix* matirx,
412 ->RenderDeviceResult(device, matirx, m_renderContents, e);
492 const CFX_Matrix* matirx,
495 ->RenderDeviceResult(device, matirx, m_renderContents, e);
576 const CFX_Matrix* matirx,
579 ->RenderDeviceResult(device, matirx, m_renderContent 224 RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matirx, int32_t& e) argument 327 RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matirx, int32_t& e) argument 408 RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matirx, int32_t& e) argument 491 RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matirx, int32_t& e) argument 575 RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matirx, int32_t& e) argument 661 RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matirx, int32_t& e) argument 738 RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matirx, int32_t& e) argument 798 RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matirx, int32_t& e) argument 852 RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matirx, int32_t& e) argument [all...] |
/external/pdfium/xfa/src/fwl/src/basewidget/ |
H A D | fxmath_barcodeimp.cpp | 330 const CFX_Matrix* matirx,
335 return m_pBCEngine->RenderDevice(device, matirx, e);
329 RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matirx, int32_t& e) argument
|
Completed in 838 milliseconds