Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.cpp401 CPDF_Array* pDiffs = pDict->GetArrayFor("Differences"); in LoadPDFEncoding() local
402 if (!pDiffs) in LoadPDFEncoding()
407 for (uint32_t i = 0; i < pDiffs->GetCount(); i++) { in LoadPDFEncoding()
408 CPDF_Object* pElement = pDiffs->GetDirectObjectAt(i); in LoadPDFEncoding()