Home
last modified time | relevance | path

Searched refs:m_nComps (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_pattern.cpp177 m_nComps = nFuncs ? 1 : nComps; in Load()
178 if (((int)m_nComps < 0) || m_nComps > 8) { in Load()
184 if (!pDecode || pDecode->GetCount() != 4 + m_nComps * 2) { in Load()
191 for (FX_DWORD i = 0; i < m_nComps; i++) { in Load()
216 for (i = 0; i < m_nComps; i++) { in GetColor()
308 stream.m_BitStream.SkipBits(stream.m_nComps * stream.m_nCompBits * in GetShadingBBox()
Dfpdf_page_colors.cpp971 int m_nComps; member
1469 pvalue->m_nComps = ncomps; in SetValue()
1539 return pvalue->m_nComps ? pvalue->m_Comps : NULL; in GetPatternColor()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec.cpp352 if (((FX_DWORD)m_OrigWidth * m_nComps * m_bpc * m_OrigHeight + 7) / 8 > in CheckDestSize()
368 m_nComps = nComps; in Create()
Dcodec_int.h55 int CountComps() override { return m_nComps; } in CountComps()
96 int m_nComps; variable
Dfx_codec_flate.cpp804 m_nComps = nComps; in Create()
819 Colors = m_nComps; in Create()
857 TIFF_PredictLine(m_pScanline, m_PredictPitch, m_bpc, m_nComps, in v_GetNextLine()
Dfx_codec_jpeg.cpp438 m_nComps = cinfo.num_components; in Create()
470 m_Pitch = (static_cast<FX_DWORD>(m_OutputWidth) * m_nComps + 3) / 4 * 4; in v_DownScale()
Dfx_codec_fax.cpp667 m_nComps = 1; in Create()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h750 FX_DWORD m_nFuncs, m_nCoordBits, m_nCompBits, m_nFlagBits, m_nComps; variable