HomeSort by relevance Sort by last modified time
    Searched defs:pAttr (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 349 CPDF_Object* pAttr = GetAttr(owner, name, FALSE);
350 if (pAttr) {
351 return pAttr;
362 CPDF_Object* pAttr = pAttrDict->GetElementValue(name);
363 if (pAttr) {
364 return pAttr;
396 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable);
397 if (pAttr == NULL || subindex == -1 || pAttr->GetType() != PDFOBJ_ARRAY) {
398 return pAttr;
    [all...]
doc_utils.cpp 721 CPDF_Object* pAttr = pFieldDict->GetElementValue(name);
722 if (pAttr) {
723 return pAttr;
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 232 struct DSP_BUFFERATTR *pAttr;
260 struct DSP_BUFFERATTR *pAttr;
266 struct DSP_NODEATTR *pAttr;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 232 struct DSP_BUFFERATTR *pAttr;
260 struct DSP_BUFFERATTR *pAttr;
266 struct DSP_NODEATTR *pAttr;

Completed in 76 milliseconds