HomeSort by: relevance | last modified time | path
    Searched refs:ri_ul (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/rasops/
rasops1_putchar_width.h 128 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, SUBST_UNIT *);
130 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
133 for (height = ri->ri_ul.height; height; height--) {
rasops1-4_putchar.h 179 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, uint32_t *);
181 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
184 for (height = ri->ri_ul.height; height; height--) {
280 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, uint32_t *);
282 DELTA(hp, - ri->ri_stride * ri->ri_ul.off, uint32_t *);
284 for (height = ri->ri_ul.height; height; height--) {
rasops1.c 178 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, uint32_t *);
180 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
183 for (height = ri->ri_ul.height; height; height--) {
247 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, uint32_t *);
249 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
252 for (height = ri->ri_ul.height; height; height--) {
rasops.h 127 } ri_ul; member in struct:rasops_info
137 } __packed ri_ul; member in struct:rasops_info
rasops_putchar.h 200 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, PIXEL_TYPE *);
202 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
205 for (height = ri->ri_ul.height; height; height--) {
rasops_putchar_width.h 272 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, STAMP_TYPE *);
274 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
277 for (height = ri->ri_ul.height; height; height--) {
rasops.c 487 ri->ri_ul.off = rounddown(height, 16) / 16; /* offset from bottom */
488 ri->ri_ul.height = roundup(height, 16) / 16; /* height */
  /src/sys/arch/hp300/dev/
topcat.c 672 rp -= ri->ri_stride * ri->ri_ul.off;

Completed in 17 milliseconds