Home | History | Annotate | Download | only in rcons

Lines Matching refs:height

105 	     y + c->homey + charrast->height > r->height )
121 y1 + c->homey + charrast->height > r->height )
180 charrast->height, rop, charrast, 0, 0 ) == 0 )
191 charrast->width, charrast->height, 8 );
194 cr, 0, 0, charrast->width, charrast->height,
208 r, thisx, thisy, charrast->width, charrast->height,
215 r, thisx, thisy, charrast->width, charrast->height,
230 int height,
236 if ( width <= 0 || height <= 0 || ( depth != 1 && depth != 8 ) )
240 NEW( sizeof(struct raster) + height * linelongs * sizeof(u_int32_t));
245 r->height = height;