OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastRow
(Results
1 - 25
of
51
) sorted by relevancy
1
2
3
/xsrc/external/mit/libXfont/dist/src/bitmap/
snfstr.h
113
#define n2dChars(pfi) (((pfi)->
lastRow
- (pfi)->firstRow + 1) * \
146
unsigned int linear:1; /* true if firstRow ==
lastRow
*/
163
unsigned int
lastRow
;
bitscale.c
762
int firstCol, lastCol, firstRow,
lastRow
;
804
lastRow
= 0;
819
if (
lastRow
< vals->ranges[i].max_char_high)
820
lastRow
= vals->ranges[i].max_char_high;
823
if (firstCol > lastCol || firstRow >
lastRow
)
832
if (
lastRow
> opfi->
lastRow
)
833
lastRow
= opfi->
lastRow
;
840
lastRow
= opfi->lastRow
[
all
...]
bitmaputil.c
118
for (r = pFont->info.firstRow; r <= pFont->info.
lastRow
; r++) {
188
for (r = pFont->info.firstRow; r <= pFont->info.
lastRow
; r++) {
pcfread.c
602
pFont->info.
lastRow
= pcfGetINT16(file, format);
606
pFont->info.firstRow > pFont->info.
lastRow
||
610
(pFont->info.
lastRow
- pFont->info.firstRow + 1);
664
if (pFont->info.firstRow <= r && r <= pFont->info.
lastRow
&&
743
pFontInfo->
lastRow
= pcfGetINT16(file, format);
747
pFontInfo->firstRow > pFontInfo->
lastRow
||
751
(pFontInfo->
lastRow
- pFontInfo->firstRow + 1);
787
(pFont->info.
lastRow
- pFont->info.firstRow + 1);
bdfread.c
239
(pFont->info.
lastRow
- pFont->info.firstRow + 1);
332
pFont->info.
lastRow
= 0;
382
if (char_row > pFont->info.
lastRow
)
383
pFont->info.
lastRow
= char_row;
513
nencoding = (pFont->info.
lastRow
- pFont->info.firstRow + 1) *
525
char_row <= pFont->info.
lastRow
;
871
if (pFont->info.firstRow <= r && r <= pFont->info.
lastRow
&&
snfread.c
116
pFontInfo->
lastRow
= snfInfo->
lastRow
;
421
if (pFont->info.firstRow <= r && r <= pFont->info.
lastRow
&&
bitmap.c
114
numRows = pFont->info.
lastRow
- firstRow + 1;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
snfstr.h
113
#define n2dChars(pfi) (((pfi)->
lastRow
- (pfi)->firstRow + 1) * \
146
unsigned int linear:1; /* true if firstRow ==
lastRow
*/
163
unsigned int
lastRow
;
bitscale.c
759
int firstCol, lastCol, firstRow,
lastRow
;
801
lastRow
= 0;
816
if (
lastRow
< vals->ranges[i].max_char_high)
817
lastRow
= vals->ranges[i].max_char_high;
820
if (firstCol > lastCol || firstRow >
lastRow
)
829
if (
lastRow
> opfi->
lastRow
)
830
lastRow
= opfi->
lastRow
;
837
lastRow
= opfi->lastRow
[
all
...]
bitmaputil.c
120
for (r = pFont->info.firstRow; r <= pFont->info.
lastRow
; r++) {
190
for (r = pFont->info.firstRow; r <= pFont->info.
lastRow
; r++) {
pcfread.c
604
pFont->info.
lastRow
= pcfGetINT16(file, format);
608
pFont->info.firstRow > pFont->info.
lastRow
||
612
(pFont->info.
lastRow
- pFont->info.firstRow + 1);
666
if (pFont->info.firstRow <= r && r <= pFont->info.
lastRow
&&
745
pFontInfo->
lastRow
= pcfGetINT16(file, format);
749
pFontInfo->firstRow > pFontInfo->
lastRow
||
753
(pFontInfo->
lastRow
- pFontInfo->firstRow + 1);
789
(pFont->info.
lastRow
- pFont->info.firstRow + 1);
bdfread.c
241
(pFont->info.
lastRow
- pFont->info.firstRow + 1);
334
pFont->info.
lastRow
= 0;
384
if (char_row > pFont->info.
lastRow
)
385
pFont->info.
lastRow
= char_row;
515
nencoding = (pFont->info.
lastRow
- pFont->info.firstRow + 1) *
527
char_row <= pFont->info.
lastRow
;
873
if (pFont->info.firstRow <= r && r <= pFont->info.
lastRow
&&
snfread.c
118
pFontInfo->
lastRow
= snfInfo->
lastRow
;
423
if (pFont->info.firstRow <= r && r <= pFont->info.
lastRow
&&
/xsrc/external/mit/xfs/dist/include/
misc.h
144
(packet)->font_hdr_char_range_max_char_high = (structure)->
lastRow
; \
152
(packet)->font_hdr_char_range_max_char_low = (structure)->
lastRow
; \
/xsrc/external/mit/xorg-server.old/dist/include/
dixfontstr.h
46
#define FONTLASTROW(font) (font)->info.
lastRow
/xsrc/external/mit/libXfont/dist/src/fc/
fsconvert.c
69
pfi->lastCol = pfi->
lastRow
;
70
pfi->
lastRow
= n;
211
register unsigned long firstrow,
lastrow
, firstcol, lastcol;
local
220
lastrow
= pfi->
lastRow
;
280
fullrange[0].max_char_high =
lastrow
;
299
row2 =
lastrow
;
303
if (row2 >
lastrow
) row2 =
lastrow
;
309
if (row1 < firstrow || row1 >
lastrow
||
[
all
...]
/xsrc/external/mit/libXfont2/dist/src/fc/
fsconvert.c
71
pfi->lastCol = pfi->
lastRow
;
72
pfi->
lastRow
= n;
213
register unsigned long firstrow,
lastrow
, firstcol, lastcol;
local
222
lastrow
= pfi->
lastRow
;
282
fullrange[0].max_char_high =
lastrow
;
301
row2 =
lastrow
;
305
if (row2 >
lastrow
) row2 =
lastrow
;
311
if (row1 < firstrow || row1 >
lastrow
||
[
all
...]
/xsrc/external/mit/xfs/dist/difs/
charinfo.c
74
#define n2dChars(pfi) (((pfi)->
lastRow
- (pfi)->firstRow + 1) * \
100
int
lastRow
= pinfo->
lastRow
;
115
if (
lastRow
)
122
local_range.max_char_high =
lastRow
;
147
if (
lastRow
)
/xsrc/external/mit/xorg-server/dist/include/
dixfontstr.h
47
#define FONTLASTROW(font) (font)->info.
lastRow
/xsrc/external/mit/bdftopcf/dist/
bitmaputil.c
119
for (int r = pFont->info.firstRow; r <= pFont->info.
lastRow
; r++) {
187
for (int r = pFont->info.firstRow; r <= pFont->info.
lastRow
; r++) {
bdfread.c
233
(pFont->info.
lastRow
- pFont->info.firstRow + 1);
322
pFont->info.
lastRow
= 0;
373
if (char_row > pFont->info.
lastRow
)
374
pFont->info.
lastRow
= char_row;
509
nencoding = (pFont->info.
lastRow
- pFont->info.firstRow + 1) *
521
char_row <= pFont->info.
lastRow
; char_row++) {
867
if (pFont->info.firstRow <= r && r <= pFont->info.
lastRow
&&
bitmap.c
115
numRows = pFont->info.
lastRow
- firstRow + 1;
/xsrc/external/mit/xorg-server/dist/glamor/
glamor_font.c
68
num_rows = font->info.
lastRow
- font->info.firstRow + 1;
104
c[0] = font->info.
lastRow
+ 1;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_statevars.c
301
const GLuint
lastRow
= (GLuint) state[3];
306
assert(
lastRow
< 4);
340
for (i = 0, row = firstRow; row <=
lastRow
; row++) {
348
for (i = 0, row = firstRow; row <=
lastRow
; row++) {
1010
const GLuint
lastRow
= (GLuint) state[3];
1018
if (firstRow ==
lastRow
)
1021
sprintf(tmp, ".row[%d..%d]", firstRow,
lastRow
);
/xsrc/external/mit/freetype/dist/src/pcf/
pcf.h
112
FT_UShort
lastRow
;
Completed in 16 milliseconds
1
2
3
Indexes created Wed Jul 01 00:25:26 UTC 2026