Searched refs:m_nComps (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_pattern.cpp158 m_nComps = nFuncs ? 1 : nComps;
159 if (((int)m_nComps < 0) || m_nComps > 8) {
165 if (pDecode == NULL || pDecode->GetCount() != 4 + m_nComps * 2) {
172 for (FX_DWORD i = 0; i < m_nComps; i ++) {
196 for (i = 0; i < m_nComps; i ++) {
271 stream.m_BitStream.SkipBits(stream.m_nComps * stream.m_nCompBits * color_count);
H A Dfpdf_page_colors.cpp827 int m_nComps; member in struct:_PatternValue
1329 pvalue->m_nComps = ncomps;
1393 return pvalue->m_nComps ? pvalue->m_Comps : NULL;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfilters_int.h100 int m_Pitch, m_Height, m_Width, m_nComps, m_iLine; member in class:CPDF_JpegFilter
H A Dfpdf_parser_filters.cpp744 int ret = CPDF_ModuleMgr::Get()->GetJpegModule()->ReadHeader(m_pContext, &m_Width, &m_Height, &m_nComps);
756 m_Pitch = m_Width * m_nComps;
/external/pdfium/core/src/fxcodec/codec/
H A Dcodec_int.h54 return m_nComps;
86 int m_nComps; member in class:CCodec_ScanlineDecoder
H A Dfx_codec.cpp319 if (((FX_DWORD)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > dest_size) {
330 m_nComps = nComps;
H A Dfx_codec_flate.cpp628 m_nComps = nComps;
646 Colors = m_nComps;
693 TIFF_PredictLine(m_pScanline, m_PredictPitch, m_bpc, m_nComps, m_OutputWidth);
H A Dfx_codec_jpeg.cpp460 m_nComps = cinfo.num_components;
492 m_Pitch = (m_OutputWidth * m_nComps + 3) / 4 * 4;
H A Dfx_codec_fax.cpp599 m_nComps = 1;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h826 FX_DWORD m_nFuncs, m_nCoordBits, m_nCompBits, m_nFlagBits, m_nComps; member in class:CPDF_MeshStream

Completed in 3510 milliseconds