Searched refs:LIQ_OWN_ROWS (Results 1 – 3 of 3) sorted by relevance
54 enum liq_ownership {LIQ_OWN_ROWS=4, LIQ_OWN_PIXELS=8}; enumerator
345 * `LIQ_OWN_ROWS` makes array of row pointers (but not bitmap pointed by these rows) owned by the ob…347 These flags can be combined with binary *or*, i.e. `LIQ_OWN_PIXELS | LIQ_OWN_ROWS`.
617 || (ownership_flags & ~(LIQ_OWN_ROWS | LIQ_OWN_PIXELS))) { in liq_image_set_memory_ownership()621 if (ownership_flags & LIQ_OWN_ROWS) { in liq_image_set_memory_ownership()