Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_composite_glyphs.c127 atlas->atlas = glamor_create_pixmap(screen, glamor_priv->glyph_atlas_dim, in glamor_glyph_atlas_init()
128 glamor_priv->glyph_atlas_dim, format->depth, in glamor_glyph_atlas_init()
221 …amor_priv->glyph_defines, "#define ATLAS_DIM_INV %20.18f\n", 1.0/glamor_priv->glyph_atlas_dim) > 0; in glamor_glyphs_init_facet()
364 int glyph_atlas_dim = glamor_priv->glyph_atlas_dim; in glamor_composite_glyphs() local
423 if (!glamor_glyph_can_add(glyph_atlas, glyph_atlas_dim, glyph_draw)) { in glamor_composite_glyphs()
539 glamor_priv->glyph_atlas_dim = MIN(DEFAULT_ATLAS_DIM, glamor_priv->max_fbo_size); in glamor_composite_glyphs_init()
542 glamor_priv->glyph_max_dim = glamor_priv->glyph_atlas_dim / 8; in glamor_composite_glyphs_init()
H A Dglamor_priv.h265 int glyph_atlas_dim; member