HomeSort by relevance Sort by last modified time
    Searched refs:attr_type (Results 1 - 16 of 16) sorted by null

  /external/pdfium/core/src/reflow/
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);
layoutprovider_taggedpdf.cpp 455 int CPDF_LayoutElement::CountAttrValues(LayoutAttr attr_type)
460 CPDF_Object* pObj = m_pTaggedElement->GetAttr(GetAttrOwner(attr_type), ConvertLayoutAttr(attr_type), IsInheritable(attr_type));
467 LayoutEnum CPDF_LayoutElement::GetEnumAttr(LayoutAttr attr_type, int index)
472 CFX_ByteStringC owner = GetAttrOwner(attr_type);
473 CFX_ByteStringC default_value = GetDefaultNameValue(attr_type);
474 CFX_ByteStringC AttrName = ConvertLayoutAttr(attr_type);
475 CFX_ByteString AttrValue = m_pTaggedElement->GetName(owner, AttrName, default_value, IsInheritable(attr_type), index);
478 CFX_ByteStringC CPDF_LayoutElement::GetAttrOwner(LayoutAttr attr_type)
    [all...]
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);
autoreflow.cpp 119 int CPDF_AutoReflowElement::CountAttrValues(LayoutAttr attr_type)
123 LayoutEnum CPDF_AutoReflowElement::GetEnumAttr(LayoutAttr attr_type, int index )
127 FX_FLOAT CPDF_AutoReflowElement::GetNumberAttr(LayoutAttr attr_type, int index )
129 switch (attr_type) {
136 FX_COLORREF CPDF_AutoReflowElement::GetColorAttr(LayoutAttr attr_type, int index )
  /external/pdfium/core/include/reflow/
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/tcpdump/
print-radius.c 341 } attr_type[]= variable in typeref:struct:attrtype
583 if (attr_type[attr_code].siz_subtypes)
587 table = attr_type[attr_code].subtypes;
602 if ( data_value <= (u_int32_t)(attr_type[attr_code].siz_subtypes - 1 +
603 attr_type[attr_code].first_subtype) &&
604 data_value >= attr_type[attr_code].first_subtype )
844 if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type))
845 attr_string = attr_type[rad_attr->type].name;
869 if (rad_attr->type < TAM_SIZE(attr_type))
873 if ( attr_type[rad_attr->type].print_func
    [all...]
print-l2tp.c 457 u_int16_t attr_type; local
502 attr_type = EXTRACT_16BITS(ptr); ptr++;
503 printf("%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type));
508 switch (attr_type) {
  /system/bt/stack/sdp/
sdp_db.c 395 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type,
405 if ((attr_type == UINT_DESC_TYPE) ||
406 (attr_type == TWO_COMP_INT_DESC_TYPE) ||
407 (attr_type == UUID_DESC_TYPE) ||
408 (attr_type == DATA_ELE_SEQ_DESC_TYPE) ||
409 (attr_type == DATA_ELE_ALT_DESC_TYPE))
421 handle,attr_id,attr_type,attr_len,p_val,num_array);
423 else if (attr_type == BOOLEAN_DESC_TYPE)
426 handle,attr_id,attr_type,attr_len,p_val,*p_val);
431 handle,attr_id,attr_type,attr_len,p_val,p_val)
    [all...]
sdp_discovery.c 867 UINT16 attr_type; local
879 attr_type = (type >> 3) & 0x0f;
896 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
900 switch (attr_type)
960 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
    [all...]
  /system/bt/bta/gatt/
bta_gattc_cache.c 93 bta_gattc_attr_type[p_attr->attr_type], p_attr->property);
383 p_attr->attr_type = type;
    [all...]
bta_gattc_int.h 263 tBTA_GATTC_ATTR_TYPE attr_type; member in struct:gattc_attr_cache
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
graphml.py 255 def get_key(self, name, attr_type, scope, default):
256 keys_key = (name, attr_type, scope)
265 "attr.type":attr_type}
544 attr_type=k.get('attr.type')
549 attr_type = 'yfiles'
550 if attr_type is None:
551 attr_type = "string"
557 "type":self.python_type[attr_type],
  /system/bt/stack/include/
sdp_api.h 479 UINT8 attr_type, UINT32 attr_len,
  /bionic/tests/
pthread_test.cpp 1316 int attr_type; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 690 unsigned int i, attr_type, val_len; local
753 attr_type = blkid_le32(attr->type);
763 if (attr_type == MFT_RECORD_ATTR_END)
766 if (attr_type == MFT_RECORD_ATTR_VOLUME_NAME) {
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 277 UINT8 attr_type; member in struct:__anon68874
    [all...]

Completed in 398 milliseconds