Lines Matching refs:width_half
79 int width_half = screen->w/2; in Draw() local
124 clip.x = width_half-256-10 ; in Draw()
164 dest.x = width_half-256-10; in Draw()
171 dest.x = width_half+10; in Draw()
178 …rectangleColor(screen, width_half-256-10-1, height_half-256/2-1, width_half-256-10-1+257, height_h… in Draw()
179 …rectangleColor(screen, width_half+10-1, height_half-256/2-1, width_half+10-1+257, height_half-256/… in Draw()
180 …stringColor(screen, width_half-256-10-1, height_half-256/2-1-36, " SDL Standard Blitter ",… in Draw()
181 …stringColor(screen, width_half-256-10-1, height_half-256/2-1-24, "Image --sdlBlit--> Target1",… in Draw()
182 …stringColor(screen, width_half-256-10-1, height_half-256/2-1-12, "Target1 --sdlBlit--> Screen", … in Draw()
183 …stringColor(screen, width_half+10-1, height_half-256/2-1-36, " SDL_gfx Compositing Blitter", text_… in Draw()
184 …stringColor(screen, width_half+10-1, height_half-256/2-1-24, "Image --gfxBlit--> Target2", tex… in Draw()
185 …stringColor(screen, width_half+10-1, height_half-256/2-1-12, "Target2 --sdlBlit--> Screen", text… in Draw()
187 …stringColor(screen, width_half-256-10-1, height_half-256/2-1-60, "gfxBlitRGBA Demo: Target1/2 A=64… in Draw()