D | doc_tagged.cpp | 343 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, FX_… in GetAttr() argument 348 if (bInheritable) { in GetAttr() 394 CPDF_Object* CPDF_StructElementImpl::GetAttr(FX_BSTR owner, FX_BSTR name, FX_BOOL bInheritable, int… in GetAttr() argument 396 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable); in GetAttr() 406 …pl::GetName(FX_BSTR owner, FX_BSTR name, FX_BSTR default_value, FX_BOOL bInheritable, int subindex) in GetName() argument 408 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetName() 414 …l::GetColor(FX_BSTR owner, FX_BSTR name, FX_ARGB default_value, FX_BOOL bInheritable, int subindex) in GetColor() argument 416 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetColor() 423 …:GetNumber(FX_BSTR owner, FX_BSTR name, FX_FLOAT default_value, FX_BOOL bInheritable, int subindex) in GetNumber() argument 425 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex); in GetNumber() [all …]
|