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