OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_cols
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/glamor/
glamor_font.c
40
int
num_cols
;
local
67
num_cols
= font->info.lastCol - font->info.firstCol + 1;
87
glamor_font->row_width = glyph_width_bytes *
num_cols
;
127
for (col = 0; col <
num_cols
; col++) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_system_values.c
208
unsigned
num_cols
= glsl_get_matrix_columns(var->type);
local
213
for (unsigned i = 0; i <
num_cols
; i++) {
219
return nir_select_from_ssa_def_array(b, cols,
num_cols
, column);
/xsrc/external/mit/libXfont/dist/src/FreeType/
ftfuncs.c
2940
int
num_cols
, num_chars = 0;
local
2956
num_cols
= 1 + pinfo->lastCol - pinfo->firstCol;
2963
num_chars +=
num_cols
;
2964
swidth += ABS(tmpchar->characterWidth)*
num_cols
;
2965
total_width += tmpchar->characterWidth*
num_cols
;
2975
num_chars +=
num_cols
;
2976
swidth += ABS(tmpchar->characterWidth)*
num_cols
;
2977
total_width += tmpchar->characterWidth*
num_cols
;
/xsrc/external/mit/libXfont2/dist/src/FreeType/
ftfuncs.c
2944
int
num_cols
, num_chars = 0;
local
2960
num_cols
= 1 + pinfo->lastCol - pinfo->firstCol;
2967
num_chars +=
num_cols
;
2968
swidth += ABS(tmpchar->characterWidth)*
num_cols
;
2969
total_width += tmpchar->characterWidth*
num_cols
;
2979
num_chars +=
num_cols
;
2980
swidth += ABS(tmpchar->characterWidth)*
num_cols
;
2981
total_width += tmpchar->characterWidth*
num_cols
;
Completed in 12 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026