Lines Matching defs:lines
60 glyphcache_init(glyphcache *gc, int first, int lines, int width,
63 return glyphcache_init_align(gc, first, lines, width, cellwidth, cellheight,
68 glyphcache_init_align(glyphcache *gc, int first, int lines, int width,
73 if (lines < 0) lines = 0;
79 gc->gc_lines = lines;
92 glyphcache_init_x(glyphcache *gc, int x, int y, int lines, int width,
97 if (lines < 0) lines = 0;
103 gc->gc_lines = lines;