Searched refs:attr_type (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/src/reflow/ |
D | layoutprovider_taggedpdf.cpp | 455 int CPDF_LayoutElement::CountAttrValues(LayoutAttr attr_type) in CountAttrValues() argument 460 …bj = m_pTaggedElement->GetAttr(GetAttrOwner(attr_type), ConvertLayoutAttr(attr_type), IsInheritabl… in CountAttrValues() 467 LayoutEnum CPDF_LayoutElement::GetEnumAttr(LayoutAttr attr_type, int index) in GetEnumAttr() argument 472 CFX_ByteStringC owner = GetAttrOwner(attr_type); in GetEnumAttr() 473 CFX_ByteStringC default_value = GetDefaultNameValue(attr_type); in GetEnumAttr() 474 CFX_ByteStringC AttrName = ConvertLayoutAttr(attr_type); in GetEnumAttr() 475 …Value = m_pTaggedElement->GetName(owner, AttrName, default_value, IsInheritable(attr_type), index); in GetEnumAttr() 478 CFX_ByteStringC CPDF_LayoutElement::GetAttrOwner(LayoutAttr attr_type) in GetAttrOwner() argument 480 switch(attr_type) { in GetAttrOwner() 497 FX_FLOAT CPDF_LayoutElement::GetNumberAttr(LayoutAttr attr_type, int index) in GetNumberAttr() argument [all …]
|
D | layoutprovider_taggedpdf.h | 21 int CountAttrValues(LayoutAttr attr_type); 23 LayoutEnum GetEnumAttr(LayoutAttr attr_type, int index); 24 FX_FLOAT GetNumberAttr(LayoutAttr attr_type, int index); 25 FX_COLORREF GetColorAttr(LayoutAttr attr_type, int index); 45 FX_BOOL IsInheritable(LayoutAttr attr_type); 46 CFX_ByteStringC GetAttrOwner(LayoutAttr attr_type); 47 CFX_ByteStringC GetDefaultNameValue(LayoutAttr attr_type); 48 FX_FLOAT GetDefaultFloatValue(LayoutAttr attr_type); 49 FX_COLORREF GetDefaultColorValue(LayoutAttr attr_type);
|
D | autoreflow.h | 37 int CountAttrValues(LayoutAttr attr_type); 38 LayoutEnum GetEnumAttr(LayoutAttr attr_type, int index); 39 FX_FLOAT GetNumberAttr(LayoutAttr attr_type, int index); 40 FX_COLORREF GetColorAttr(LayoutAttr attr_type, int index);
|
D | autoreflow.cpp | 119 int CPDF_AutoReflowElement::CountAttrValues(LayoutAttr attr_type) in CountAttrValues() argument 123 LayoutEnum CPDF_AutoReflowElement::GetEnumAttr(LayoutAttr attr_type, int index ) in GetEnumAttr() argument 127 FX_FLOAT CPDF_AutoReflowElement::GetNumberAttr(LayoutAttr attr_type, int index ) in GetNumberAttr() argument 129 switch (attr_type) { in GetNumberAttr() 136 FX_COLORREF CPDF_AutoReflowElement::GetColorAttr(LayoutAttr attr_type, int index ) in GetColorAttr() argument
|
/external/tcpdump/ |
D | print-radius.c | 341 } attr_type[]= variable 583 if (attr_type[attr_code].siz_subtypes) in print_attr_num() 587 table = attr_type[attr_code].subtypes; in print_attr_num() 602 if ( data_value <= (u_int32_t)(attr_type[attr_code].siz_subtypes - 1 + in print_attr_num() 603 attr_type[attr_code].first_subtype) && in print_attr_num() 604 data_value >= attr_type[attr_code].first_subtype ) in print_attr_num() 844 if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type)) in radius_attrs_print() 845 attr_string = attr_type[rad_attr->type].name; in radius_attrs_print() 869 if (rad_attr->type < TAM_SIZE(attr_type)) in radius_attrs_print() 873 if ( attr_type[rad_attr->type].print_func ) in radius_attrs_print() [all …]
|
D | print-l2tp.c | 457 u_int16_t attr_type; in l2tp_avp_print() local 502 attr_type = EXTRACT_16BITS(ptr); ptr++; in l2tp_avp_print() 503 printf("%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type)); in l2tp_avp_print() 508 switch (attr_type) { in l2tp_avp_print()
|
/external/pdfium/core/include/reflow/ |
D | fpdf_layout.h | 186 virtual int CountAttrValues(LayoutAttr attr_type) = 0; 189 virtual LayoutEnum GetEnumAttr(LayoutAttr attr_type, int index = 0) = 0; 191 virtual FX_FLOAT GetNumberAttr(LayoutAttr attr_type, int index = 0) = 0; 193 virtual FX_COLORREF GetColorAttr(LayoutAttr attr_type, int index = 0) = 0;
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 690 unsigned int i, attr_type, val_len; in probe_ntfs() local 753 attr_type = blkid_le32(attr->type); in probe_ntfs() 763 if (attr_type == MFT_RECORD_ATTR_END) in probe_ntfs() 766 if (attr_type == MFT_RECORD_ATTR_VOLUME_NAME) { in probe_ntfs()
|