OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glyph_width_bytes
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/glamor/
glamor_font.h
34
CARD16
glyph_width_bytes
;
member in struct:__anon9845
glamor_font.c
42
int
glyph_width_bytes
;
local
77
glyph_width_bytes
= (glyph_width_pixels + 7) >> 3;
80
glamor_font->
glyph_width_bytes
=
glyph_width_bytes
;
87
glamor_font->row_width =
glyph_width_bytes
* num_cols;
152
gw >
glyph_width_bytes
|| gh > glyph_height) {
165
dst += col *
glyph_width_bytes
;
Completed in 5 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026