Searched defs:pProps (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h128 CPVT_WordProps* pProps)
135 pWordProps(pProps) {}
125 CPVT_WordInfo(FX_WORD word, int32_t charset, int32_t fontIndex, CPVT_WordProps* pProps) argument
H A Ddoc_vt.cpp912 const CPVT_WordProps* pProps) {
924 wp = InsertSection(wp, pSecProps, pProps);
932 wp = InsertSection(wp, pSecProps, pProps);
938 wp = InsertWord(wp, word, charset, pProps);
908 InsertText(const CPVT_WordPlace& place, const FX_WCHAR* text, int32_t charset, const CPVT_SecProps* pSecProps, const CPVT_WordProps* pProps) argument
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc4691 IPropertyStore *pProps = NULL; local
4699 hr = pDevice->OpenPropertyStore(STGM_READ, &pProps);
4713 hr = pProps->GetValue(PKEY_Device_FriendlyName, &varName);
4748 SAFE_RELEASE(pProps);
4863 IPropertyStore *pProps = NULL; local
4917 &pProps);
4928 hr = pProps->GetValue(
5015 SAFE_RELEASE(pProps);
5029 SAFE_RELEASE(pProps);

Completed in 180 milliseconds