Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_font.c38 int overall_width, overall_height; in glamor_font_get() local
88 overall_height = glyph_height * ((num_rows + 1) / 2); in glamor_font_get()
91 overall_height = glyph_height; in glamor_font_get()
95 overall_height > glamor_priv->max_fbo_size) { in glamor_font_get()
99 bits = malloc(overall_width * overall_height); in glamor_font_get()
154 glTexImage2D(GL_TEXTURE_2D, 0, GL_R8UI, overall_width, overall_height, in glamor_font_get()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c647 SpanDataPtr spanData, int y, int overall_height, in miFillPolyHelper() argument
669 if (!InitSpans(&spanRec, overall_height)) in miFillPolyHelper()