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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 961 if (m_pFunc && m_pAltCS && m_pFunc->CountOutputs() < m_pAltCS->CountComponents()) {
    [all...]
fpdf_page_pattern.cpp 222 if (m_pFuncs[i] && m_pFuncs[i]->CountOutputs() <= kMaxResults) {
fpdf_page_func.cpp 755 if (m_pSubFunctions[i]->CountOutputs() > m_nOutputs) {
756 m_nOutputs = m_pSubFunctions[i]->CountOutputs();
pageint.h 407 int CountOutputs()
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 48 total_results += pFuncs[j]->CountOutputs();
128 total_results += pFuncs[j]->CountOutputs();
249 total_results += pFuncs[j]->CountOutputs();
    [all...]
fpdf_render.cpp     [all...]
fpdf_render_image.cpp     [all...]

Completed in 260 milliseconds