Searched refs:pDiffs (Results 1 – 1 of 1) sorted by relevance
144 const CPDF_Array* pDiffs = pDict->GetArrayFor("Differences"); in LoadPDFEncoding() local145 if (!pDiffs) in LoadPDFEncoding()150 for (uint32_t i = 0; i < pDiffs->size(); i++) { in LoadPDFEncoding()151 const CPDF_Object* pElement = pDiffs->GetDirectObjectAt(i); in LoadPDFEncoding()