Home
last modified time | relevance | path

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

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