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

  /external/pdfium/core/include/fxcodec/
fx_codec_provider.h 15 virtual void* CreateDecoder(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, int nComps, FX_BOOL ColorTransform) = 0;
42 virtual int ReadHeader(void* pContext, int* width, int* height, int* nComps) = 0;
fx_codec.h 93 int nComps, int bpc) = 0;
127 int nComps, int bpc, int predictor, int Colors, int BitsPerComponent, int Columns) = 0;
158 int width, int height, int nComps, FX_BOOL ColorTransform) = 0;
173 virtual int ReadHeader(void* pContext, int* width, int* height, int* nComps) = 0;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 258 FX_BOOL Create(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, int nComps, int bpc);
324 FX_BOOL CCodec_RLScanlineDecoder::Create(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, int nComps, int bpc)
330 m_nComps = nComps;
334 m_Pitch = (width * nComps * bpc + 31) / 32 * 4;
335 m_dwLineBytes = (width * nComps * bpc + 7) / 8;
436 int nComps, int bpc)
442 if (!pRLScanlineDecoder->Create(src_buf, src_size, width, height, nComps, bpc)) {
codec_int.h 16 int nComps, int bpc);
119 int nComps, int bpc, int predictor, int Colors, int BitsPerComponent, int Columns);
137 int width, int height, int nComps, FX_BOOL ColorTransform);
145 virtual int ReadHeader(void* pContext, int* width, int* height, int* nComps);
fx_codec_jpeg.cpp 332 FX_BOOL Create(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, int nComps,
419 int nComps, FX_BOOL ColorTransform, IFX_JpegProvider* pJP)
423 m_pExtContext = m_pExtProvider->CreateDecoder(src_buf, src_size, width, height, nComps, ColorTransform);
449 if (cinfo.num_components < nComps) {
544 int width, int height, int nComps, FX_BOOL ColorTransform)
553 if (!pDecoder->Create(src_buf, src_size, width, height, nComps, ColorTransform, m_pExtProvider)) {
678 int CCodec_JpegModule::ReadHeader(void* pContext, int* width, int* height, int* nComps)
681 return m_pExtProvider->ReadHeader(pContext, width, height, nComps);
696 *nComps = p->m_Info.num_components;
fx_codec_flate.cpp 574 FX_BOOL Create(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, int nComps, int bpc,
622 int nComps, int bpc, int predictor, int Colors, int BitsPerComponent, int Columns)
628 m_nComps = nComps;
631 m_Pitch = (width * nComps * bpc + 7) / 8;
851 int nComps, int bpc, int predictor, int Colors, int BitsPerComponent, int Columns)
857 pDecoder->Create(src_buf, src_size, width, height, nComps, bpc, predictor, Colors, BitsPerComponent, Columns);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 154 int nComps = pCS->CountComponents();
155 if (nComps > 8) {
158 m_nComps = nFuncs ? 1 : nComps;
fpdf_page_colors.cpp 937 int nComps = m_pAltCS->CountComponents();
938 CFX_FixedBufGrow<FX_FLOAT, 16> results(nComps);
939 for (int i = 0; i < nComps; i ++) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 240 int nComps, int bpc, const CPDF_Dictionary* pParams)
256 nComps, bpc, predictor, Colors, BitsPerComponent, Columns);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp     [all...]
fpdf_render_loadimage.cpp 577 int nComps, int bpc, const CPDF_Dictionary* pParams);
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 168 milliseconds