Searched refs:clip2 (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmizerclip.c423 int clip1, clip2;
436 clip2 = 0;
447 clip2 = oc2;
456 SWAPINT(clip1, clip2);
468 SWAPINT(clip1, clip2);
632 *pt2_clipped = clip2;
418 int clip1, clip2; local in function:miZeroClipLine
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmizerclip.c421 int clip1, clip2;
434 clip2 = 0;
443 clip2 = oc2;
450 SWAPINT(clip1, clip2);
461 SWAPINT(clip1, clip2);
616 *pt2_clipped = clip2;
416 int clip1, clip2; local in function:miZeroClipLine
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_line.c297 int clip1 = 0, clip2 = 0; local in function:TGAPolySegment
311 adx, ady, &clip1, &clip2,
323 if (clip2 != 0 || pGC->capStyle != CapNotLast)
326 len += (clip2 != 0);
524 int clip1 = 0, clip2 = 0; local in function:TGAPolySegmentDashed
538 adx, ady, &clip1, &clip2,
550 if (clip2 != 0 || pGC->capStyle != CapNotLast)
553 len += (clip2 != 0);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaDashLine.c220 int clip1 = 0, clip2 = 0; local in function:XAAPolySegmentDashed
234 adx, ady, &clip1, &clip2,
246 if (clip2 != 0 || pGC->capStyle != CapNotLast)
249 len += (clip2 != 0);
H A DxaaLine.c298 int clip1 = 0, clip2 = 0; local in function:XAAPolySegment
312 adx, ady, &clip1, &clip2,
324 if (clip2 != 0 || pGC->capStyle != CapNotLast)
327 len += (clip2 != 0);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbseg.c414 int clip1 = 0, clip2 = 0; local in function:fbSegment
421 adx, ady, &clip1, &clip2,
431 if (clip2 != 0 || drawLast)
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_2dtool.h394 ULONG clip2; \
395 clip2 = (ULONG)(((right & MASK_CLIP) << 16) + (bottom & MASK_CLIP)); \
397 *(ULONG *)(MMIOREG_CLIP2) = clip2; \
398 } while (*(volatile ULONG *)(MMIOREG_CLIP2) != clip2); \
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbseg.c476 int clip1 = 0, clip2 = 0; local in function:_fbSegment
482 adx, ady, &clip1, &clip2,
490 if (clip2 != 0 || data->drawLast)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbseg.c476 int clip1 = 0, clip2 = 0; local in function:_fbSegment
482 adx, ady, &clip1, &clip2,
490 if (clip2 != 0 || data->drawLast)
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbseg.c689 int clip1 = 0, clip2 = 0; local in function:fbSegment
696 adx, ady, &clip1, &clip2,
707 if (clip2 != 0 || drawLast)

Completed in 12 milliseconds