Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
DModifierHelper.java139 Pointer pAction = (Pointer) objectStructure.getFieldValue("action"); in readAnimationModifier249() local
141 if (pAction.isNotNull()) { in readAnimationModifier249()
142 Structure action = pAction.fetchData(blenderContext.getInputStream()).get(0); in readAnimationModifier249()
184 Pointer pAction = (Pointer) animData.getFieldValue("action"); in readAnimationModifier250() local
185 if (pAction.isNotNull()) { in readAnimationModifier250()
186 Structure actionStructure = pAction.fetchData(blenderContext.getInputStream()).get(0); in readAnimationModifier250()
/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp272 CPDF_Object* pAction = name_tree.LookupValue(index, csName); in GetJSAction() local
273 if (!ToDictionary(pAction)) { in GetJSAction()
276 return CPDF_Action(pAction->GetDict()); in GetJSAction()
281 CPDF_Object* pAction = name_tree.LookupValue(csName); in GetJSAction() local
282 if (!ToDictionary(pAction)) { in GetJSAction()
285 return CPDF_Action(pAction->GetDict()); in GetJSAction()
Ddoc_annot.cpp30 CPDF_Reference* pAction = new CPDF_Reference(m_pDocument, dwObjNum); in CPDF_AnnotList() local
31 pAnnots->InsertAt(i, pAction); in CPDF_AnnotList()
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidLiveWallpaperService.java479 …public Bundle onCommand (final String pAction, final int pX, final int pY, final int pZ, final Bun… in onCommand() argument
482 …Log.d(TAG, " > AndroidWallpaperEngine - onCommand(" + pAction + " " + pX + " " + pY + " " + pZ + "… in onCommand()
485 return super.onCommand(pAction, pX, pY, pZ, pExtras, pResultRequested); in onCommand()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h169 CPDF_ActionFields(const CPDF_Action* pAction) { in CPDF_ActionFields() argument
170 m_pAction = (CPDF_Action*)pAction; in CPDF_ActionFields()