OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glamor_font
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/glamor/
glamor_font.c
24
#include "
glamor_font
.h"
37
glamor_font_t *
glamor_font
;
local
61
glamor_font
= &privates[screen->myNum];
63
if (
glamor_font
->realized)
64
return
glamor_font
;
79
glamor_font
->glyph_width_pixels = glyph_width_pixels;
80
glamor_font
->glyph_width_bytes = glyph_width_bytes;
81
glamor_font
->glyph_height = glyph_height;
87
glamor_font
->row_width = glyph_width_bytes * num_cols;
90
overall_width =
glamor_font
->row_width * 2
205
glamor_font
_t *
glamor_font
;
local
[
all
...]
glamor_text.c
34
glamor_get_glyphs(FontPtr font, glamor_font_t *
glamor_font
,
58
if (
glamor_font
->default_char) {
92
glamor_font_t *
glamor_font
,
108
int glyph_spacing_x =
glamor_font
->glyph_width_bytes * 8;
109
int glyph_spacing_y =
glamor_font
->glyph_height;
117
glBindTexture(GL_TEXTURE_2D,
glamor_font
->texture_id);
149
if (ci ==
glamor_font
->default_char) {
150
row =
glamor_font
->default_row;
151
col =
glamor_font
->default_col;
163
if (ci ==
glamor_font
->default_char
284
glamor_font
_t *
glamor_font
;
local
400
glamor_font
_t *
glamor_font
;
local
[
all
...]
Completed in 5 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026