Searched refs:n_lines (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | qxl_image.c | 111 int n_lines = MIN ((chunk_size / dest_stride), h); local in function:qxl_image_create 112 struct qxl_bo *bo = qxl->bo_funcs->bo_alloc (qxl, sizeof (QXLDataChunk) + n_lines * dest_stride, "image data"); 115 chunk->data_size = n_lines * dest_stride; 118 Bpp, width, n_lines, hash); 141 data += n_lines * stride; 142 h -= n_lines;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/perf/ |
| H A D | gen_perf.py | 341 n_lines = len(lines) 342 if n_lines == 1: 347 for i in range(1, (n_lines - 1)): 349 c(lines[(n_lines - 1)] + ") {")
|
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| H A D | gen_perf.py | 349 n_lines = len(lines) 350 if n_lines == 1: 355 for i in range(1, (n_lines - 1)): 357 c(lines[(n_lines - 1)] + ") {")
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Text.c | 1606 int n_lines = 0; local in function:XawTextScroll 1610 while (n_lines < count) { 1613 n_lines += CountLines(ctx, top, end); 1617 while (count++ < n_lines) { 3546 int n_lines = CountLines(ctx, top, ctx->text.insertPos); local in function:_XawTextShowPosition 3549 while (n_lines-- > vlines) {
|
Completed in 10 milliseconds