Searched refs:nPageNo (Results 1 – 1 of 1) sorted by relevance
1866 int nPageNo = params.GetSize() > 0 ? (int)params[0] : 0; in getPageNthWord() local1873 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount()) in getPageNthWord()1879 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNthWord()1939 int nPageNo = params.GetSize() > 0 ? (int)params[0] : 0; in getPageNumWords() local1944 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount()) in getPageNumWords()1950 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNumWords()