Lines Matching refs:delta_y
149 static void ASTSetHWClipping(ScrnInfoPtr pScrn, int delta_y);
357 int delta_y = 0;
386 delta_y = y2;
414 ASTSetHWClipping(pScrn, delta_y);
513 int delta_y = 0;
531 delta_y = dst_y;
537 ASTSetHWClipping(pScrn, delta_y);
636 int delta_y = 0;
661 delta_y = y;
667 ASTSetHWClipping(pScrn, delta_y);
712 int delta_y = 0;
732 delta_y = miny;
753 ASTSetHWClipping(pScrn, delta_y);
881 int delta_y = 0;
901 delta_y = miny;
922 ASTSetHWClipping(pScrn, delta_y);
1038 int delta_y = 0;
1054 delta_y = dst_y;
1060 ASTSetHWClipping(pScrn, delta_y);
1169 int delta_y = 0;
1185 delta_y = dst_y;
1191 ASTSetHWClipping(pScrn, delta_y);
1293 int delta_y = 0;
1309 delta_y = dst_y;
1315 ASTSetHWClipping(pScrn, delta_y);
1427 int delta_y = 0;
1442 delta_y = dst_y;
1450 ASTSetHWClipping(pScrn, delta_y);
1491 ASTSetHWClipping(ScrnInfoPtr pScrn, int delta_y)
1501 ASTSetupCLIP1(pSingleCMD, pAST->clip_left, pAST->clip_top - delta_y);
1503 ASTSetupCLIP2(pSingleCMD, pAST->clip_right + 1, pAST->clip_bottom - delta_y + 1);
1511 ASTSetupCLIP1_MMIO(pAST->clip_left, pAST->clip_top - delta_y);
1512 ASTSetupCLIP2_MMIO(pAST->clip_right + 1, pAST->clip_bottom - delta_y + 1);