HomeSort by relevance Sort by last modified time
    Searched refs:m_renderContents (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/include/fxbarcode/
BC_BarCode.h 123 CFX_WideString m_renderContents;
143 CFX_WideString m_renderContents;
160 CFX_WideString m_renderContents;
177 CFX_WideString m_renderContents;
194 CFX_WideString m_renderContents;
211 CFX_WideString m_renderContents;
  /external/pdfium/xfa/src/fxbarcode/
BC_BarCode.cpp 213 m_renderContents = renderContents;
228 ->encodedContents(m_renderContents, e);
236 ->encodedContents(m_renderContents, e);
317 m_renderContents = filtercontents;
331 ((CBC_OnedCodaBarWriter*)m_pBCWriter)->encodedContents(m_renderContents);
339 ((CBC_OnedCodaBarWriter*)m_pBCWriter)->encodedContents(m_renderContents);
397 m_renderContents = encodeContents;
412 ->RenderDeviceResult(device, matirx, m_renderContents, e);
418 ->RenderBitmapResult(pOutBitmap, m_renderContents, e);
481 m_renderContents = encodeContents;
    [all...]

Completed in 46 milliseconds