Searched refs:bInheritable (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | fpdf_tagged.h | 44 bool bInheritable = false, 50 bool bInheritable = false, 56 bool bInheritable = false, 62 bool bInheritable = false, 68 bool bInheritable = false,
|
D | tagged_int.h | 75 bool bInheritable = false, 80 bool bInheritable = false, 85 bool bInheritable = false, 90 bool bInheritable = false, 95 bool bInheritable = false, 103 bool bInheritable,
|
D | doc_tagged.cpp | 319 bool bInheritable, in GetAttr() argument 324 if (bInheritable) { in GetAttr() 369 bool bInheritable, in GetAttr() argument 371 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable); in GetAttr() 383 bool bInheritable, in GetName() argument 385 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetName() 394 bool bInheritable, in GetColor() argument 396 CPDF_Array* pArray = ToArray(GetAttr(owner, name, bInheritable, subindex)); in GetColor() 406 bool bInheritable, in GetNumber() argument 408 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetNumber() [all …]
|