Home
last modified time | relevance | path

Searched refs:Draw_horizontal_line (Results 1 – 4 of 4) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dtimer_func.cpp116 Draw_horizontal_line(x, y - 1, dx, &black, surface_address, pitch); in DrawSegment()
117 Draw_horizontal_line(x, y, dx, &drawColour, surface_address, pitch); in DrawSegment()
118 Draw_horizontal_line(x, y + 1, dx, &black, surface_address, pitch); in DrawSegment()
H A Doptions_manager_pc.cpp4517 Draw_horizontal_line(x + 7, y, 1, &col, ad, pitch); in DrawPageIndicator()
4518 Draw_horizontal_line(x + 6, y + 1, 3, &col, ad, pitch); in DrawPageIndicator()
4519 Draw_horizontal_line(x + 5, y + 2, 5, &col, ad, pitch); in DrawPageIndicator()
4520 Draw_horizontal_line(x + 4, y + 3, 7, &col, ad, pitch); in DrawPageIndicator()
4521 Draw_horizontal_line(x + 3, y + 4, 9, &col, ad, pitch); in DrawPageIndicator()
4525 Draw_horizontal_line(x + 7, y + 6, 1, &col, ad, pitch); in DrawPageIndicator()
4526 Draw_horizontal_line(x + 6, y + 5, 3, &col, ad, pitch); in DrawPageIndicator()
4527 Draw_horizontal_line(x + 5, y + 4, 5, &col, ad, pitch); in DrawPageIndicator()
4528 Draw_horizontal_line(x + 4, y + 3, 7, &col, ad, pitch); in DrawPageIndicator()
4529 Draw_horizontal_line(x + 3, y + 2, 9, &col, ad, pitch); in DrawPageIndicator()
[all …]
H A Dgraphic_prims.h75 void Draw_horizontal_line(int32 xx, int32 yy, uint32 len, _rgb *pen, uint8 *ad, uint32 pitch);
H A Dgraphic_prims_pc.cpp41 void Draw_horizontal_line(int32 xx, int32 yy, uint32 len, _rgb *pen, uint8 *ad, uint32 pitch) { in Draw_horizontal_line() function