Searched refs:pFXDoc (Results 1 – 2 of 2) sorted by relevance
333 CPDFSDK_Document* pFXDoc = pEnv->GetSDKDocument(); in FPDF_FFLDraw() local334 if (!pFXDoc) in FPDF_FFLDraw()375 if (CPDFSDK_PageView* pPageView = pFXDoc->GetPageView(pPage)) in FPDF_FFLDraw()
457 void SetSDKDocument(CPDFSDK_Document* pFXDoc) { m_pSDKDoc = pFXDoc; } in SetSDKDocument() argument