Home
last modified time | relevance | path

Searched defs:pAttr (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_tagged.cpp338 CPDF_Object* pAttr = GetAttr(owner, name, FALSE); in GetAttr() local
351 CPDF_Object* pAttr = pAttrDict->GetElementValue(name); in GetAttr() local
384 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable); in GetAttr() local
399 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetName() local
422 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetNumber() local
430 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetInteger() local
Ddoc_utils.cpp701 CPDF_Object* pAttr = pFieldDict->GetElementValue(name); in FPDF_GetFieldAttr() local
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_basic_imp.cpp140 XFA_LPCNOTSUREATTRIBUTE pAttr = in XFA_GetAttributeDefaultValue() local
245 const uint8_t* pAttr = XFA_GetElementAttributes(eElement, iCount); in XFA_GetAttributeOfElement() local
326 XFA_LPCNOTSUREATTRIBUTE pAttr = g_XFANotsureAttributes + iMid; in XFA_GetNotsureAttribute() local
Dxfa_document_serialize.cpp214 XFA_LPCATTRIBUTEINFO pAttr = in XFA_DataExporter_RegenerateFormFile_Changed() local
399 XFA_LPCATTRIBUTEINFO pAttr = in XFA_DataExporter_RegenerateFormFile_Container() local
Dxfa_object_imp.cpp3770 XFA_LPCATTRIBUTEINFO pAttr = XFA_GetAttributeByID(eAttr); in SetAttribute() local
3807 XFA_LPCATTRIBUTEINFO pAttr = XFA_GetAttributeByID(eAttr); in GetAttribute() local
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp253 FX_BOOL Tiff_Exif_GetInfo(TIFF* tif_ctx, ttag_t tag, CFX_DIBAttribute* pAttr) { in Tiff_Exif_GetInfo()
265 CFX_DIBAttribute* pAttr) { in Tiff_Exif_GetStringInfo()
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp2535 …In_ GUID guidKey, _In_ ABI::Windows::Foundation::IPropertyValue *pValue, _In_ IMFAttributes* pAttr) in AddAttribute()
2839 _ComPtr<IMFAttributes> pAttr; in AddStreamSink() local
Dcap_msmf.cpp811 HRESULT LogAttributeValueByIndexNew(IMFAttributes *pAttr, DWORD index, MediaType &out) in LogAttributeValueByIndexNew()