Lines Matching refs:nlines

778 		  int *bottom, BoxRec *dstBox, int *npixels, int *nlines,
883 *nlines = ((*bottom + 1) & ~1) - *top;
890 *nlines = *bottom - *top;
896 *nlines = *bottom - *top;
909 int *line_len, int npixels, int nlines,
916 nlines = (nlines + 7) & ~7;
926 *uv_offset = nlines * *dstPitch;
927 *newFBSize = *uv_offset + (nlines >> 1) * *dstPitch;
928 *newTTSize = *uv_offset + (nlines >> 1) * *dstPitch;
934 *newFBSize = nlines * *dstPitch;
935 *newTTSize = nlines * *line_len;
942 *newFBSize = nlines * *dstPitch;
943 *newTTSize = nlines * *dstPitch;
949 *newFBSize = nlines * *dstPitch;
950 *newTTSize = nlines * *line_len;
1147 int top = 0, left = 0, right = 0, bottom = 0, npixels = 0, nlines = 0;
1170 &npixels, &nlines, clipBoxes, width, height))
1177 &line_len, npixels, nlines,
1240 /* We take only nlines * line_len bytes - that is, only the pixel
1287 line_len, nlines, npixels);
1295 for (i = 0; i < nlines; i++) {
1300 dst += line_len * nlines;
1305 nlines, npixels);
1308 for (i = 0; i < nlines; i++) {
1316 NVAccelM2MF(pNv, line_len, nlines / 2, 1,
1317 line_len * nlines, uv_offset,
1319 line_len, nlines >> 1, 0, 0,
1321 dstPitch, nlines >> 1, 0, 0);
1324 NVAccelM2MF(pNv, line_len, nlines, 1, 0, 0,
1326 line_len, nlines, 0, 0,
1328 dstPitch, nlines, 0, 0);
1340 dstPitch, nlines, npixels);
1345 for (i = 0; i < nlines; i++) {
1371 nlines, npixels);
1375 for (i = 0; i < nlines; i++) {
1437 xb, yb, npixels, nlines,
1444 npixels, nlines, src_w, src_h,
1457 xb, yb, npixels, nlines,
1465 xb, yb, npixels, nlines,
1473 xb, yb, npixels, nlines,
1480 xb, yb, npixels, nlines,
1490 nlines, src_w, src_h, drw_w, drw_h,