Lines Matching refs:flg
177 splash_render(struct splash_info *si, int flg) in splash_render() argument
207 if (flg & SPLASH_F_CENTER) { in splash_render()
216 splash_render8(si, data, xoff, yoff, width, height, flg); in splash_render()
221 splash_render16(si, data, xoff, yoff, width, height, flg); in splash_render()
226 splash_render32(si, data, xoff, yoff, width, height, flg); in splash_render()
245 int swidth, int sheight, int flg) in splash_render8() argument
255 if (flg & SPLASH_F_FILL) in splash_render8()
287 if (flg & SPLASH_F_FILL) { in splash_render8()
319 int swidth, int sheight, int flg) in splash_render16() argument
329 if (flg & SPLASH_F_FILL) in splash_render16()
358 if (flg & SPLASH_F_FILL) { in splash_render16()
384 int swidth, int sheight, int flg) in splash_render32() argument
394 if (flg & SPLASH_F_FILL) in splash_render32()
428 if (flg & SPLASH_F_FILL) { in splash_render32()