OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:firstCol
(Results
1 - 15
of
15
) sorted by relevancy
/xsrc/external/mit/bdftopcf/dist/
bitmap.c
45
unsigned int
firstCol
;
58
firstCol
= pFont->info.
firstCol
;
59
numCols = pFont->info.lastCol -
firstCol
+ 1;
73
c = (*chars++) -
firstCol
;
82
c = (*chars++) -
firstCol
;
94
c = (c | *chars++) -
firstCol
;
104
c = (c | *chars++) -
firstCol
;
120
c = (*chars++) -
firstCol
;
/xsrc/external/mit/libXfont/dist/src/bitmap/
bitmap.c
45
unsigned int
firstCol
;
59
firstCol
= pFont->info.
firstCol
;
60
numCols = pFont->info.lastCol -
firstCol
+ 1;
74
c = (*chars++) -
firstCol
;
82
c = (*chars++) -
firstCol
;
94
c = (c | *chars++) -
firstCol
;
103
c = (c | *chars++) -
firstCol
;
117
c = (*chars++) -
firstCol
;
snfstr.h
114
((pfi)->lastCol - (pfi)->
firstCol
+ 1))
160
unsigned int
firstCol
;
bitscale.c
762
int
firstCol
, lastCol, firstRow, lastRow;
766
#define OLDINDEX(i) (((i)/(lastCol -
firstCol
+ 1) + \
768
(opf->info.lastCol - opf->info.
firstCol
+ 1) + \
769
(i)%(lastCol -
firstCol
+ 1) + \
770
firstCol
- opf->info.
firstCol
)
801
firstCol
= 255;
810
firstCol
= opfi->
firstCol
;
813
if (
firstCol
> vals->ranges[i].min_char_low
[
all
...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
bitmap.c
46
unsigned int
firstCol
;
60
firstCol
= pFont->info.
firstCol
;
61
numCols = pFont->info.lastCol -
firstCol
+ 1;
75
c = (*chars++) -
firstCol
;
83
c = (*chars++) -
firstCol
;
95
c = (c | *chars++) -
firstCol
;
104
c = (c | *chars++) -
firstCol
;
118
c = (*chars++) -
firstCol
;
snfstr.h
114
((pfi)->lastCol - (pfi)->
firstCol
+ 1))
160
unsigned int
firstCol
;
bitscale.c
760
int
firstCol
, lastCol, firstRow, lastRow;
764
#define OLDINDEX(i) (((i)/(lastCol -
firstCol
+ 1) + \
766
(opf->info.lastCol - opf->info.
firstCol
+ 1) + \
767
(i)%(lastCol -
firstCol
+ 1) + \
768
firstCol
- opf->info.
firstCol
)
799
firstCol
= 255;
808
firstCol
= opfi->
firstCol
;
811
if (
firstCol
> vals->ranges[i].min_char_low
[
all
...]
/xsrc/external/mit/libXfont/dist/src/fc/
fsconvert.c
65
n = pfi->
firstCol
;
66
pfi->
firstCol
= pfi->firstRow;
211
register unsigned long firstrow, lastrow,
firstcol
, lastcol;
local
221
firstcol
= pfi->
firstCol
;
228
row = loc / (lastcol -
firstcol
+ 1) + firstrow;
229
col = loc % (lastcol -
firstcol
+ 1) +
firstcol
;
246
if (col >=
firstcol
&& col <= lastcol &&
247
GLYPH_UNDEFINED(col -
firstcol
))
[
all
...]
fserve.c
801
if (pInfo1->
firstCol
!= pInfo2->
firstCol
||
1176
unsigned int r, c, numCols,
firstCol
;
1178
firstCol
= bfont->pfont->info.
firstCol
;
1179
numCols = bfont->pfont->info.lastCol -
firstCol
+ 1;
1187
c -=
firstCol
;
1194
c -=
firstCol
;
1985
(pfi->lastCol - pfi->
firstCol
+ 1) +
1986
nextrange->min_char_low - pfi->
firstCol
;
[
all
...]
/xsrc/external/mit/libXfont2/dist/src/fc/
fsconvert.c
67
n = pfi->
firstCol
;
68
pfi->
firstCol
= pfi->firstRow;
213
register unsigned long firstrow, lastrow,
firstcol
, lastcol;
local
223
firstcol
= pfi->
firstCol
;
230
row = loc / (lastcol -
firstcol
+ 1) + firstrow;
231
col = loc % (lastcol -
firstcol
+ 1) +
firstcol
;
248
if (col >=
firstcol
&& col <= lastcol &&
249
GLYPH_UNDEFINED(col -
firstcol
))
[
all
...]
fserve.c
803
if (pInfo1->
firstCol
!= pInfo2->
firstCol
||
1178
unsigned int r, c, numCols,
firstCol
;
1180
firstCol
= bfont->pfont->info.
firstCol
;
1181
numCols = bfont->pfont->info.lastCol -
firstCol
+ 1;
1189
c -=
firstCol
;
1196
c -=
firstCol
;
1972
(pfi->lastCol - pfi->
firstCol
+ 1) +
1973
nextrange->min_char_low - pfi->
firstCol
;
[
all
...]
/xsrc/external/mit/xorg-server/dist/glamor/
glamor_text.c
107
int
firstCol
= font->info.
firstCol
;
169
tx = (col -
firstCol
) * glyph_spacing_x;
/xsrc/external/mit/xfs/dist/difs/
charinfo.c
75
((pfi)->lastCol - (pfi)->
firstCol
+ 1))
98
int
firstCol
= pinfo->
firstCol
;
118
nchars = lastCol -
firstCol
+ 1;
119
local_range.min_char_low =
firstCol
;
/xsrc/external/mit/freetype/dist/src/pcf/
pcf.h
109
FT_UShort
firstCol
;
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
fontstruct.h
74
unsigned short
firstCol
;
Completed in 16 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026