Lines Matching refs:point
355 out32(GE08, point(fr->dx, 0)); in cyblafb_fillrect()
356 out32(GE0C, point(fr->dx + fr->width - 1, in cyblafb_fillrect()
381 s1 = point(ca->sx, 0); in cyblafb_copyarea()
382 s2 = point(ca->sx + ca->width - 1, ca->height - 1); in cyblafb_copyarea()
383 d1 = point(ca->dx, 0); in cyblafb_copyarea()
384 d2 = point(ca->dx + ca->width - 1, ca->height - 1); in cyblafb_copyarea()
464 out32(GE08, point(image->dx, 0)); in cyblafb_imageblit()
465 out32(GE0C, point(image->dx + image->width - 1, in cyblafb_imageblit()
476 out32(GE08, point(image->dx, 0)); in cyblafb_imageblit()
477 out32(GE0C, point(2048 - 1, image->height - 1)); in cyblafb_imageblit()
486 out32(GE08, point(2048, 0)); in cyblafb_imageblit()
488 out32(GE0C, point(image->dx + (ddsleft << 5) - in cyblafb_imageblit()
491 out32(GE0C, point(image->dx + image->width - 1, in cyblafb_imageblit()
503 out32(GE08, point(image->dx + (ddsleft << 5), 0)); in cyblafb_imageblit()
504 out32(GE0C, point(image->dx + image->width - 1, in cyblafb_imageblit()