Home
last modified time | relevance | path

Searched refs:propid (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp164 void CProps::AddProp32(PROPID propid, UInt32 val) in AddProp32() argument
168 prop.Id = propid; in AddProp32()
172 void CProps::AddPropBool(PROPID propid, bool val) in AddPropBool() argument
176 prop.Id = propid; in AddPropBool()
364 static bool IsLogSizeProp(PROPID propid) in IsLogSizeProp() argument
366 switch (propid) in IsLogSizeProp()
DMethodProps.h44 void AddProp32(PROPID propid, UInt32 val);
46 void AddPropBool(PROPID propid, bool val);
48 void AddProp_Ascii(PROPID propid, const char *s) in AddProp_Ascii()
52 prop.Id = propid; in AddProp_Ascii()
/external/freetype/src/bdf/
Dbdflib.c884 size_t* propid; in bdf_get_property() local
890 if ( ( propid = ft_hash_str_lookup( name, &(font->proptbl) ) ) == NULL ) in bdf_get_property()
893 if ( *propid >= _num_bdf_properties ) in bdf_get_property()
894 return font->user_props + ( *propid - _num_bdf_properties ); in bdf_get_property()
896 return (bdf_property_t*)_bdf_properties + *propid; in bdf_get_property()
1104 size_t* propid; in _bdf_add_property() local
1113 if ( ( propid = ft_hash_str_lookup( name, in _bdf_add_property()
1118 fp = font->props + *propid; in _bdf_add_property()
1150 propid = ft_hash_str_lookup( name, &(font->proptbl) ); in _bdf_add_property()
1151 if ( !propid ) in _bdf_add_property()
[all …]
/external/libkmsxx/py/pykms/
D__init__.py56 for propid,propval in map.items():
57 if self.set_prop_value(propid, propval) != 0:
/external/lzma/CPP/Common/
DMyWindows.h205 PROPID propid; member
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp480 static HRESULT Archive_GetArcBoolProp(IInArchive *arc, PROPID propid, bool &result) throw() in Archive_GetArcBoolProp() argument
484 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcBoolProp()
492 static HRESULT Archive_GetArcProp_UInt(IInArchive *arc, PROPID propid, UInt64 &result, bool &define… in Archive_GetArcProp_UInt() argument
496 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcProp_UInt()
509 static HRESULT Archive_GetArcProp_Int(IInArchive *arc, PROPID propid, Int64 &result, bool &defined) in Archive_GetArcProp_Int() argument
513 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcProp_Int()