Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.cpp144 const CPDF_Array* pDiffs = pDict->GetArrayFor("Differences"); in LoadPDFEncoding() local
145 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()