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

  /external/pdfium/core/include/fxcodec/
fx_codec.h 113 virtual int CountComps() = 0;
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 52 int CountComps()
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 246 int ncomps = pDecoder->CountComps();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 622 int provided_pitch = (m_pDecoder->GetWidth() * m_pDecoder->CountComps() * m_pDecoder->GetBPC() + 7) / 8;
    [all...]

Completed in 77 milliseconds