Searched refs:PROP_FLAG_COMPOSEABLE (Results 1 – 4 of 4) sorted by relevance
94 #define PROP_FLAG_COMPOSEABLE 0x00000008 // the property is "composeable", i.e. an intersect… macro
130 #define PROP_FLAG_COMPOSEABLE 0x00000080 // the property is "composeable", i.e. an intersect… macro
550 return ( nFlags & PROP_FLAG_COMPOSEABLE ) != 0; in isComposeable()
252 return ( nFlags & PROP_FLAG_COMPOSEABLE ) != 0; in isComposable()
Completed in 62 milliseconds