Searched refs:pAttr (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_utils.cpp272 const XFA_NOTSUREATTRIBUTE* pAttr = g_XFANotsureAttributes + iMid;
273 if (eElement == pAttr->eElement) {
274 if (pAttr->eAttribute == eAttribute) {
275 if (eType == XFA_ATTRIBUTETYPE_NOTSURE || eType == pAttr->eType)
276 return pAttr;
281 pAttr = g_XFANotsureAttributes + iBefore;
282 while (eElement == pAttr->eElement) {
283 if (pAttr->eAttribute == eAttribute) {
284 if (eType == XFA_ATTRIBUTETYPE_NOTSURE || eType == pAttr->eType)
285 return pAttr;
[all...]
H A Dcxfa_dataexporter.cpp163 const XFA_ATTRIBUTEINFO* pAttr = local
165 if (pAttr->eName == XFA_ATTRIBUTE_Name ||
166 (AttributeSaveInDataModel(pNode, pAttr->eName) && !bSaveXML)) {
170 SaveAttribute(pNode, pAttr->eName, pAttr->pName, bSaveXML, wsAttr);
349 const XFA_ATTRIBUTEINFO* pAttr = local
351 if (pAttr->eName == XFA_ATTRIBUTE_Name)
355 SaveAttribute(pNode, pAttr->eName, pAttr->pName, false, wsAttr);
H A Dcxfa_node.cpp455 const uint8_t* pAttr = XFA_GetElementAttributes(eElement, iCount); local
456 if (!pAttr || iCount < 1)
459 if (!std::binary_search(pAttr, pAttr + iCount, eAttribute))
3611 const XFA_ATTRIBUTEINFO* pAttr = XFA_GetAttributeByID(eAttr); local
3612 if (!pAttr)
3615 XFA_ATTRIBUTETYPE eType = pAttr->eType;
3618 XFA_GetNotsureAttribute(GetElementType(), pAttr->eName);
3624 return SetEnum(pAttr->eName,
3626 : (XFA_ATTRIBUTEENUM)(intptr_t)(pAttr
3649 const XFA_ATTRIBUTEINFO* pAttr = XFA_GetAttributeByID(eAttr); local
[all...]
/external/pdfium/core/fpdfdoc/
H A Ddoc_tagged.cpp325 CPDF_Object* pAttr = GetAttr(owner, name, false); local
326 if (pAttr) {
327 return pAttr;
338 CPDF_Object* pAttr = pAttrDict->GetDirectObjectFor(CFX_ByteString(name)); local
339 if (pAttr) {
340 return pAttr;
371 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable); local
372 CPDF_Array* pArray = ToArray(pAttr);
374 return pAttr;
377 return pAttr;
385 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); local
408 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); local
416 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); local
[all...]
H A Dcpdf_formfield.cpp58 CPDF_Object* pAttr = pFieldDict->GetDirectObjectFor(name);
59 if (pAttr)
60 return pAttr;
/external/pdfium/core/fxcodec/codec/
H A Dccodec_tiffmodule.cpp182 bool Tiff_Exif_GetInfo(TIFF* tif_ctx, ttag_t tag, CFX_DIBAttribute* pAttr) { argument
189 pAttr->m_Exif[tag] = (void*)ptr;
195 CFX_DIBAttribute* pAttr) {
204 pAttr->m_Exif[tag] = ptr;
193 Tiff_Exif_GetStringInfo(TIFF* tif_ctx, ttag_t tag, CFX_DIBAttribute* pAttr) argument

Completed in 128 milliseconds