Searched refs:glyph_max_dim (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_composite_glyphs.c358 int glyph_max_dim = glamor_priv->glyph_max_dim; local in function:glamor_composite_glyphs
385 if (_X_UNLIKELY(glyph_draw->width > glyph_max_dim ||
386 glyph_draw->height > glyph_max_dim ||
535 glamor_priv->glyph_max_dim = glamor_priv->glyph_atlas_dim / 8;
H A Dglamor.c216 w <= glamor_priv->glyph_max_dim &&
217 h <= glamor_priv->glyph_max_dim)
H A Dglamor_priv.h268 int glyph_max_dim; member in struct:glamor_screen_private

Completed in 5 milliseconds