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

  /external/pdfium/core/fpdfapi/page/
cpdf_shadingpattern.cpp 140 if (!ValidateFunctions(1, 2, nNumColorSpaceComponents) &&
141 !ValidateFunctions(nNumColorSpaceComponents, 2, 1)) {
149 if (!ValidateFunctions(1, 1, nNumColorSpaceComponents) &&
150 !ValidateFunctions(nNumColorSpaceComponents, 1, 1)) {
161 !ValidateFunctions(1, 1, nNumColorSpaceComponents) &&
162 !ValidateFunctions(nNumColorSpaceComponents, 1, 1)) {
175 bool CPDF_ShadingPattern::ValidateFunctions(
cpdf_shadingpattern.h 66 bool ValidateFunctions(uint32_t nExpectedNumFunctions,

Completed in 72 milliseconds