Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp902 int32_t nDictComponents = pDict ? pDict->GetIntegerFor("N") : 0; in v_Load() local
903 if (!IsValidIccComponents(nDictComponents)) in v_Load()
906 uint32_t nComponents = static_cast<uint32_t>(nDictComponents); in v_Load()