HomeSort by: relevance | last modified time | path
    Searched defs:glyph_max_dim (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_composite_glyphs.c 392 int glyph_max_dim = glamor_priv->glyph_max_dim; local
419 if (_X_UNLIKELY(glyph_draw->width > glyph_max_dim ||
420 glyph_draw->height > glyph_max_dim ||
573 glamor_priv->glyph_max_dim = glamor_priv->glyph_atlas_dim / 8;
glamor_priv.h 295 int glyph_max_dim; member in struct:glamor_screen_private

Completed in 9 milliseconds