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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 99 m_nComponents = 0;
179 if (m_bpc != 0 && m_nComponents != 0) {
180 if (src_pitch > 0 && m_nComponents > (unsigned)INT_MAX / src_pitch) {
183 src_pitch *= m_nComponents;
212 m_nComponents = 1;
214 } else if (m_bpc * m_nComponents == 1) {
216 } else if (m_bpc * m_nComponents <= 8) {
221 if (!m_bpc || !m_nComponents) {
267 m_nComponents = 1;
269 } else if (m_bpc * m_nComponents == 1) {
    [all...]
render_int.h 429 FX_DWORD m_Family, m_bpc, m_nComponents, m_GroupFamily;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 29 m_nComponents = 3;
31 m_nComponents = 1;
33 m_nComponents = 4;
276 m_nComponents = 1;
335 m_nComponents = 3;
424 m_nComponents = 3;
583 m_nComponents = pStream->GetDict()->GetInteger(FX_BSTRC("N"));
584 if (m_nComponents < 0 || m_nComponents > (1 << 16)) {
588 m_pRanges = FX_Alloc(FX_FLOAT, m_nComponents * 2);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 602 return m_nComponents;
673 int m_nComponents;

Completed in 430 milliseconds