Home | History | Annotate | Download | only in util

Lines Matching refs:height

50                unsigned height,
69 height = (height + blockheight - 1)/blockheight;
80 memcpy(dst, src, height * width);
82 for (i = 0; i < height; i++) {
97 unsigned height,
105 int blockheight = desc->block.height;
114 height = (height + blockheight - 1)/blockheight;
123 memset(dst, uc->ub, height * width_size);
125 for (i = 0; i < height; i++) {
132 for (i = 0; i < height; i++) {
140 for (i = 0; i < height; i++) {
152 for (i = 0; i < height; i++) {