Home
last modified time | relevance | path

Searched refs:MIX_DISPLAY_CAST (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixdisplay.h21 #define MIX_DISPLAY_CAST(obj) ((MixDisplay*)(obj)) macro
80 #define MIX_DISPLAY_REFCOUNT(obj) ((MIX_DISPLAY_CAST(obj))->refcount)
87 #define MIX_DISPLAY_REFCOUNT_VALUE(obj) (g_atomic_int_get (&(MIX_DISPLAY_CAST(obj))->refcount))
Dmixdisplayx11.c122 return parent_class->copy(MIX_DISPLAY_CAST(target), in mix_displayx11_copy()
123 MIX_DISPLAY_CAST(src)); in mix_displayx11_copy()
Dmixdisplay.c110 MixDisplay *obj = MIX_DISPLAY_CAST (instance); in mix_display_init()
247 mix_display_unref (MIX_DISPLAY_CAST (value->data[0].v_pointer)); in mix_value_display_free()
257 mix_display_ref (MIX_DISPLAY_CAST (src_value->data[0].v_pointer)); in mix_value_display_copy()