Searched refs:pSubDict (Results 1 – 2 of 2) sorted by relevance
68 CPDF_Dictionary* pSubDict = (CPDF_Dictionary*)pObjDirect1; in SetOnStateName() local69 FX_POSITION pos2 = pSubDict->GetStartPos(); in SetOnStateName()72 CPDF_Object* pObj2 = pSubDict->GetNextElement(pos2, csKey2); in SetOnStateName()77 pSubDict->ReplaceKey(csKey2, csValue); in SetOnStateName()
73 CPDF_Dictionary* pSubDict = (CPDF_Dictionary*)psub; in IsWidgetAppearanceValid() local75 return pSubDict->GetStream(this->GetAppState()) != NULL; in IsWidgetAppearanceValid()