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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 169 m_nComponents = 0;
237 if (m_bDoBpcCheck && (m_bpc == 0 || m_nComponents == 0)) {
241 CalculatePitch8(m_bpc, m_nComponents, m_Width) * m_Height;
256 m_nComponents = 1;
258 } else if (m_bpc * m_nComponents == 1) {
260 } else if (m_bpc * m_nComponents <= 8) {
296 m_nComponents = 1;
298 } else if (m_bpc * m_nComponents == 1) {
300 } else if (m_bpc * m_nComponents <= 8) {
305 if (!m_bpc || !m_nComponents) {
    [all...]
render_int.h 582 FX_DWORD m_nComponents;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 703 m_nComponents =
713 if (m_nComponents == 0) { // NO valid ICC profile
715 m_nComponents = pAlterCS->CountComponents();
725 m_nComponents = nDictComponents;
729 if (pAlterCS->CountComponents() != m_nComponents) {
739 if (m_nComponents == 1) {
741 } else if (m_nComponents == 3) {
743 } else if (m_nComponents == 4) {
749 m_pRanges = FX_Alloc2D(FX_FLOAT, m_nComponents, 2);
750 for (int i = 0; i < m_nComponents * 2; i++)
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 510 int CountComponents() const { return m_nComponents; }
570 m_nComponents(nComponents),
594 int m_nComponents;
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 310 m_nComponents = nComponents;
324 FX_DWORD m_nComponents;
fx_codec_icc.cpp 561 IccLib_Translate(pTransform, m_nComponents, pSrcValues, pDestValues);
    [all...]

Completed in 92 milliseconds