OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:firstrow
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libXfont/dist/src/fc/
fsconvert.c
66
pfi->firstCol = pfi->
firstRow
;
67
pfi->
firstRow
= n;
211
register unsigned long
firstrow
, lastrow, firstcol, lastcol;
local
219
firstrow
= pfi->
firstRow
;
228
row = loc / (lastcol - firstcol + 1) +
firstrow
;
242
if (
firstrow
!= 0) return AccessDone;
278
fullrange[0].min_char_high =
firstrow
;
302
if (row1 <
firstrow
) row1 =
firstrow
;
[
all
...]
/xsrc/external/mit/libXfont2/dist/src/fc/
fsconvert.c
68
pfi->firstCol = pfi->
firstRow
;
69
pfi->
firstRow
= n;
213
register unsigned long
firstrow
, lastrow, firstcol, lastcol;
local
221
firstrow
= pfi->
firstRow
;
230
row = loc / (lastcol - firstcol + 1) +
firstrow
;
244
if (
firstrow
!= 0) return AccessDone;
280
fullrange[0].min_char_high =
firstrow
;
304
if (row1 <
firstrow
) row1 =
firstrow
;
[
all
...]
Completed in 6 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026