Lines Matching refs:infoRec
206 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_GC(pGC);
252 (*infoRec->SetupForSolidFill)(infoRec->pScrn, pGC->fgPixel, pGC->alu,
285 if(infoRec->SubsequentSolidFillTrap && (h > 6)) {
298 (*infoRec->SubsequentSolidFillTrap)(infoRec->pScrn,
303 (*infoRec->SubsequentSolidFillTrap)(infoRec->pScrn,
316 (*infoRec->SubsequentSolidFillRect)(infoRec->pScrn,
319 (*infoRec->SubsequentSolidFillRect)(infoRec->pScrn,
329 (*infoRec->SubsequentSolidFillRect)(infoRec->pScrn,
332 (*infoRec->SubsequentSolidFillRect)(infoRec->pScrn,
340 SET_SYNC_FLAG(infoRec);
476 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCRNINFOPTR(pScrn);
478 (*infoRec->SubsequentSolidFillTrap) (pScrn,
489 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCRNINFOPTR(pScrn);
491 (*infoRec->SubsequentSolidFillRect) (pScrn, x, y, w, h);
508 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCRNINFOPTR(pScrn);
510 (*infoRec->SubsequentMono8x8PatternFillTrap) (pScrn, xorg, yorg,
521 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCRNINFOPTR(pScrn);
523 (*infoRec->SubsequentMono8x8PatternFillRect) (pScrn, xorg, yorg,
534 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCRNINFOPTR(pScrn);
539 if(!(infoRec->Mono8x8PatternFillFlags &
541 if(infoRec->Mono8x8PatternFillFlags &
546 (infoRec->Mono8x8PatternFillFlags &
557 (*infoRec->SubsequentMono8x8PatternFillRect) (pScrn, xorg, yorg,
575 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCRNINFOPTR(pScrn);
580 infoRec->CacheColorExpandDensity;
595 (*infoRec->SubsequentScreenToScreenColorExpandFill)(
624 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_SCRNINFOPTR(pScrn);
640 (*infoRec->SubsequentScreenToScreenCopy)(pScrn,
670 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_GC(pGC);
699 type = (*infoRec->StippledFillChooser)(pGC);
702 type = (*infoRec->OpaqueStippledFillChooser)(pGC);
731 if((fg == bg) && (bg != -1) && infoRec->SetupForSolidFill) {
733 (*infoRec->SetupForSolidFill)(infoRec->pScrn, fg,
737 TrapFunc = infoRec->SubsequentSolidFillTrap ? SolidTrapHelper : NULL;
742 if(infoRec->Mono8x8PatternFillFlags &
745 if(infoRec->Mono8x8PatternFillFlags &
747 if(!(infoRec->Mono8x8PatternFillFlags &
750 (infoRec->Mono8x8PatternFillFlags &
755 XAACacheInfoPtr pCache = (*infoRec->CacheMono8x8Pattern)(
756 infoRec->pScrn, patx, paty);
758 if(!(infoRec->Mono8x8PatternFillFlags &
767 if(infoRec->SubsequentMono8x8PatternFillTrap)
770 if(!(infoRec->Mono8x8PatternFillFlags &
772 pCache = (*infoRec->CacheMono8x8Pattern)(
773 infoRec->pScrn, patx, paty);
776 pCache = &(infoRec->ScratchCacheInfoRec);
783 (*infoRec->SetupForMono8x8PatternFill)(infoRec->pScrn,
787 pCache = (*infoRec->CacheMonoStipple)(infoRec->pScrn, pGC->stipple);
789 (*infoRec->SetupForScreenToScreenColorExpandFill)(
790 infoRec->pScrn, fg, bg, pGC->alu, pGC->planemask);
795 pCache = (*infoRec->CacheStipple)(infoRec->pScrn, pGC->stipple,
797 (*infoRec->SetupForScreenToScreenCopy)(infoRec->pScrn, 1, 1,
807 XAAFillPolygonHelper(infoRec->pScrn, ptsIn, count, topPoint,
810 SET_SYNC_FLAG(infoRec);
830 XAAInfoRecPtr infoRec = GET_XAAINFORECPTR_FROM_GC(pGC);
858 type = (*infoRec->TiledFillChooser)(pGC);
886 if(infoRec->Mono8x8PatternFillFlags &
889 if(infoRec->Mono8x8PatternFillFlags &
891 if(!(infoRec->Mono8x8PatternFillFlags &
894 (infoRec->Mono8x8PatternFillFlags &
899 XAACacheInfoPtr pCache = (*infoRec->CacheMono8x8Pattern)(
900 infoRec->pScrn, patx, paty);
902 if(!(infoRec->Mono8x8PatternFillFlags &
911 if(infoRec->SubsequentMono8x8PatternFillTrap)
914 if(!(infoRec->Mono8x8PatternFillFlags &
916 pCache = (*infoRec->CacheMono8x8Pattern)(
917 infoRec->pScrn, patx, paty);
921 pCache = &(infoRec->ScratchCacheInfoRec);
928 (*infoRec->SetupForMono8x8PatternFill)(infoRec->pScrn,
932 pCache = (*infoRec->CacheTile)(infoRec->pScrn, pGC->tile.pixmap);
933 (*infoRec->SetupForScreenToScreenCopy)(infoRec->pScrn, 1, 1,
939 pCache = &(infoRec->ScratchCacheInfoRec);
947 (*infoRec->SetupForScreenToScreenCopy)(infoRec->pScrn, 1, 1,
956 XAAFillPolygonHelper(infoRec->pScrn, ptsIn, count, topPoint,
959 SET_SYNC_FLAG(infoRec);