Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.h45 int _w_,_h_; \
46 PIXMAP_PRIV_GET_ACTUAL_SIZE(pixmap, _pixmap_priv_, _w_, _h_); \
48 *(_pyscale_) = 1.0 / _h_; \
569 #define glamor_check_fbo_size(_glamor_,_w_, _h_) ((_w_) > 0 && (_h_) > 0 \ argument
571 && (_h_) <= _glamor_->max_fbo_size)