Searched refs:annotIteration (Results 1 – 2 of 2) sorted by relevance
83 CPDFSDK_AnnotIteration annotIteration(this, true); in PageView_OnDraw() local84 for (const auto& pSDKAnnot : annotIteration) { in PageView_OnDraw()93 CPDFSDK_AnnotIteration annotIteration(this, false); in GetFXAnnotAtPoint() local94 for (const auto& pSDKAnnot : annotIteration) { in GetFXAnnotAtPoint()106 CPDFSDK_AnnotIteration annotIteration(this, false); in GetFXWidgetAtPoint() local107 for (const auto& pSDKAnnot : annotIteration) { in GetFXWidgetAtPoint()
1012 CPDFSDK_AnnotIteration annotIteration(pPageView, false); in getAnnot() local1014 for (const auto& pSDKAnnotCur : annotIteration) { in getAnnot()1054 CPDFSDK_AnnotIteration annotIteration(pPageView, false); in getAnnots() local1055 for (const auto& pSDKAnnotCur : annotIteration) { in getAnnots()