Home
last modified time | relevance | path

Searched defs:get_pixbuf_rowstride_value (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dcolourspace.c194 # define get_pixbuf_rowstride_value(rowstride) ((rowstride + 3) & ~3) macro
196 # define get_pixbuf_rowstride_value(rowstride) (rowstride) macro