HomeSort by: relevance | last modified time | path
    Searched defs:paty (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaSpans.c 447 int patx = pattern0, paty = pattern1; local
455 XAARotateMonoPattern(&patx, &paty, xorg, yorg,
458 xorg = patx; yorg = paty;
463 patx = pCache->x; paty = pCache->y;
468 paty += pCache->offsets[slot].y;
469 xorg = patx; yorg = paty;
473 (*infoRec->SetupForMono8x8PatternFill)(pScrn, patx, paty,
506 int patx = pattern0, paty = pattern1; local
513 patx = pCache->x; paty = pCache->y;
516 (*infoRec->SetupForMono8x8PatternFill)(pScrn, patx, paty,
574 int patx = pCache->x, paty = pCache->y; local
    [all...]
xaaFillPoly.c 544 int paty = pCache->pat1; local
545 XAARotateMonoPattern(&patx, &paty, xorg, yorg,
548 xorg = patx; yorg = paty;
672 int origin, type, patx, paty, fg, bg; local
741 patx = pPriv->pattern0; paty = pPriv->pattern1;
749 XAARotateMonoPattern(&patx, &paty, xorg, yorg,
752 xorg = patx; yorg = paty;
756 infoRec->pScrn, patx, paty);
757 patx = pCache->x; paty = pCache->y;
762 paty += pCache->offsets[slot].y
832 int origin, type, patx, paty; local
    [all...]
xaaFillRect.c 414 int patx = pattern0, paty = pattern1; local
422 XAARotateMonoPattern(&patx, &paty, xorg, yorg,
425 xorg = patx; yorg = paty;
430 patx = pCache->x; paty = pCache->y;
435 paty += pCache->offsets[slot].y;
436 xorg = patx; yorg = paty;
440 (*infoRec->SetupForMono8x8PatternFill)(pScrn, patx, paty,
464 int patx = pattern0, paty = pattern1; local
471 patx = pCache->x; paty = pCache->y;
475 (*infoRec->SetupForMono8x8PatternFill)(pScrn, patx, paty,
525 int patx = pCache->x, paty = pCache->y; local
    [all...]
xaaPCache.c 1992 int patx, paty, i; local
1995 patx = pCache->pat0; paty = pCache->pat1;
1996 XAARotateMonoPattern(&patx, &paty, i & 0x07, i >> 3,
2000 ptr[0] = patx; ptr[1] = paty;
2036 int patx, paty; local
2041 patx = pCache->pat0; paty = pCache->pat1;
2042 XAARotateMonoPattern(&patx, &paty, i, 0,
2046 ptr[0] = ptr[2] = patx; ptr[1] = ptr[3] = paty;
  /xsrc/external/mit/xorg-server/dist/hw/sun/
sunGX.c 1714 int patx, paty; local
1717 paty = 16 - (pDrawable->y & 0xf);
1718 stipple->patalign = (patx << 16) | paty;
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunGX.c 1714 int patx, paty; local
1717 paty = 16 - (pDrawable->y & 0xf);
1718 stipple->patalign = (patx << 16) | paty;

Completed in 16 milliseconds