• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/IOGraphics-485/IOGraphicsFamily/

Lines Matching refs:miny

450         ((one.miny < two.maxy) && (two.miny < one.maxy)))
883 if (saveRect.miny < shmem->screenBounds.miny)
884 saveRect.miny = shmem->screenBounds.miny;
894 (inst->rowBytes * (saveRect.miny - shmem->screenBounds.miny)) +
898 height = saveRect.maxy - saveRect.miny;
901 cursStart = (saveRect.miny - shmem->cursorRect.miny) * cursorWidth +
931 if ((shmem->saveRect.miny < shmem->screenBounds.miny)
938 shmem->saveRect.minx, shmem->saveRect.miny,
940 shmem->screenBounds.minx, shmem->screenBounds.miny,
948 (inst->rowBytes * (shmem->saveRect.miny - shmem->screenBounds.miny))
953 height = shmem->saveRect.maxy - shmem->saveRect.miny;
975 shmem->cursorLoc.y - hs->y - shmem->screenBounds.miny, false );
996 y - shmem->screenBounds.miny, true );
1001 shmem->cursorRect.maxy = (shmem->cursorRect.miny = y)
1036 tempRect.maxy = (tempRect.miny = (shmem->cursorLoc).y - hs->y)
1186 shmem->screenBounds.minx, shmem->screenBounds.miny,
1190 || (shmem->screenBounds.maxy == shmem->screenBounds.miny)))
1194 shmem->screenBounds.miny = 0;
2450 bounds->minx, bounds->miny,
2455 && (1 == (bounds->maxy - bounds->miny)))
2461 oy = shmem->screenBounds.miny;
2468 oy = bounds->miny - oy;
2471 shmem->saveRect.miny += oy;
2485 oy = shmem->screenBounds.miny;
2502 oy = bounds->miny - oy;
2505 shmem->saveRect.miny += oy;
2911 shmem->cursorLoc.y - hs->y - shmem->screenBounds.miny, true );
2915 shmem->cursorRect.miny = shmem->cursorLoc.y - hs->y - shmem->screenBounds.miny;
2945 shmem->cursorLoc.y - hs->y - shmem->screenBounds.miny, false );
3065 y = cursorLoc->y - shmem->screenBounds.miny;
3079 transformLoc->y = y + shmem->screenBounds.miny;
3370 shmem->cursorLoc.y - hs->y - shmem->screenBounds.miny,