Lines Matching refs:draw_width

179 		state->draw_width = state->width * 2;  in drawImage_clip()
185 if (!--state->draw_width) in drawImage_clip()
193 cur += state->draw_width - maxWidth; in drawImage_clip()
196 if (!--state->draw_width) in drawImage_clip()
221 state->draw_width *= 4; in drawImage_clip()
224 return (state->draw_width != 0 && state->draw_height != 0); in drawImage_clip()
320 } while (++w != state->draw_width); in drawImage()
358 } while (++w != state->draw_width); in drawImage()
412 } while (++w != state->draw_width); in drawImage()
431 } while (++w != state->draw_width); in drawImage()
448 for (count = 0; count != state->draw_width; count++) { in drawImage()
475 state->draw_width *= 2; in drawMaskedImage()
479 for (uint i = 0; i != state->draw_width; i++) { in drawMaskedImage()
530 } while (++w != state->draw_width); in drawMaskedImage()
543 for (count = 0; count != state->draw_width; count++) { in drawMaskedImage()
580 uint count = state->draw_width / 4; in draw32ColorImage()
624 state->draw_width *= 2; in draw32ColorImage()
628 for (i = 0; i != state->draw_width; i++) in draw32ColorImage()
659 uint xmax = (xoffs + state->draw_width * 2); in drawImage()
676 uint xmax = (xoffs + state->draw_width * 2); in drawImage()
707 uint xmax = (xoffs + state->draw_width * 2); in drawImage()
755 state->draw_width *= 2; in drawBackGroundImage()
758 const uint w = state->draw_width; in drawBackGroundImage()
790 for (count = 0; count != state->draw_width; count++) { in drawVertImageUncompressed()
851 } while (++w != state->draw_width); in drawVertImageCompressed()
871 uint xmax = (xoffs + state->draw_width * 2); in drawImage()
891 uint xmax = (xoffs + state->draw_width * 2); in drawImage()
923 uint xmax = (xoffs + state->draw_width * 2); in drawImage()