Lines Matching defs:height
117 /* draw the edges of width 'w' of an image of size width, height */
119 static void draw_edges_8_c(uint8_t *buf, int wrap, int width, int height,
126 for (i = 0; i < height; i++) {
134 last_line = buf + (height - 1) * wrap;
148 int width, int height)
154 for (; height > 0; height--) {
181 int width, int height)
187 for (; height > 0; height--) {
212 int width, int height)
216 for (; height > 0; height--) {