Home
last modified time | relevance | path

Searched refs:propid (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.h70 void AddProp32(PROPID propid, UInt32 val);
72 void AddPropBool(PROPID propid, bool val);
74 void AddProp_Ascii(PROPID propid, const char *s) in AddProp_Ascii()
78 prop.Id = propid; in AddProp_Ascii()
H A DMethodProps.cpp271 void CProps::AddProp32(PROPID propid, UInt32 val) in AddProp32() argument
275 prop.Id = propid; in AddProp32()
279 void CProps::AddPropBool(PROPID propid, bool val) in AddPropBool() argument
283 prop.Id = propid; in AddPropBool()
530 static bool IsLogSizeProp(PROPID propid) in IsLogSizeProp() argument
532 switch (propid) in IsLogSizeProp()
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdflib.c895 size_t* propid; in bdf_get_property() local
901 if ( ( propid = ft_hash_str_lookup( name, &(font->proptbl) ) ) == NULL ) in bdf_get_property()
904 if ( *propid >= _num_bdf_properties ) in bdf_get_property()
905 return font->user_props + ( *propid - _num_bdf_properties ); in bdf_get_property()
907 return (bdf_property_t*)_bdf_properties + *propid; in bdf_get_property()
1115 size_t* propid; in _bdf_add_property() local
1124 if ( ( propid = ft_hash_str_lookup( name, in _bdf_add_property()
1129 fp = font->props + *propid; in _bdf_add_property()
1161 propid = ft_hash_str_lookup( name, &(font->proptbl) ); in _bdf_add_property()
1162 if ( !propid ) in _bdf_add_property()
2378 size_t* propid; bdf_get_font_property() local
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp476 static HRESULT Archive_GetArcProp_Bool(IInArchive *arc, PROPID propid, bool &result) throw()
480 RINOK(arc->GetArchiveProperty(propid, &prop))
488 static HRESULT Archive_GetArcProp_UInt(IInArchive *arc, PROPID propid, UInt64 &result, bool &defined)
492 RINOK(arc->GetArchiveProperty(propid, &prop))
506 static HRESULT Archive_GetArcProp_Int(IInArchive *arc, PROPID propid, Int64 &result, bool &defined)
510 RINOK(arc->GetArchiveProperty(propid, &prop))
/third_party/lzma/CPP/Common/
H A DMyWindows.h262 PROPID propid; member

Completed in 9 milliseconds