Home
last modified time | relevance | path

Searched refs:pVersion (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdf_ext.cpp104 CXML_Element* pVersion = pElement->GetElement("adhocwf", cbName); in CheckSharedForm() local
105 if (!pVersion) in CheckSharedForm()
107 CFX_WideString wsContent = pVersion->GetContent(0); // == 1.1 in CheckSharedForm()
/external/sonivox/arm-wt-22k/lib_src/
Deas_imelody.c1352 static EAS_BOOL IMY_GetVersion (S_IMELODY_DATA *pData, EAS_INT *pVersion) in IMY_GetVersion() argument
1373 *pVersion = version; in IMY_GetVersion()
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h3047 virtual HRESULT WINAPI QueryVersion(LONG *pVersion) = 0;
3055 HRESULT (WINAPI *QueryVersion)(IGraphVersion *This,LONG *pVersion);
3065 #define IGraphVersion_QueryVersion(This,pVersion) (This)->lpVtbl->QueryVersion(This,pVersion) argument
3068 HRESULT WINAPI IGraphVersion_QueryVersion_Proxy(IGraphVersion *This,LONG *pVersion);