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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 310 uint8_t* m_pScanline;
319 : m_pScanline(NULL),
327 FX_Free(m_pScanline);
385 m_pScanline = FX_Alloc(uint8_t, m_Pitch);
389 FXSYS_memset(m_pScanline, 0, m_Pitch);
403 FXSYS_memset(m_pScanline, 0, m_Pitch);
417 FXSYS_memcpy(m_pScanline + col_pos, m_pSrcBuf + m_SrcOffset, copy_len);
430 FXSYS_memset(m_pScanline + col_pos, fill, duplicate_len);
438 return m_pScanline;
fx_codec_flate.cpp 761 uint8_t* m_pScanline;
775 m_pScanline = NULL;
782 FX_Free(m_pScanline);
808 m_pScanline = FX_Alloc(uint8_t, m_Pitch);
852 PNG_PredictLine(m_pScanline, m_pPredictRaw, m_pLastLine,
854 FXSYS_memcpy(m_pLastLine, m_pScanline, m_PredictPitch);
856 FPDFAPI_FlateOutput(m_pFlate, m_pScanline, m_Pitch);
857 TIFF_PredictLine(m_pScanline, m_PredictPitch, m_bpc, m_nComps,
865 FXSYS_memcpy(m_pScanline,
884 FXSYS_memcpy(m_pScanline + m_Pitch - bytes_to_go, m_pPredictBuffer
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 758 m_pScanline = NULL;
763 FX_Free(m_pScanline);
    [all...]
fx_dib_main.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 448 uint8_t* m_pScanline;
632 uint8_t* m_pScanline;

Completed in 319 milliseconds