Searched refs:start_y (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/desktop/ |
H A D | desktop.cpp | 788 int start_y = start_pos.y * (work_area.bottom - cy) + yoffset; in PositionIcons() local 791 int y = start_y; in PositionIcons() 807 int yhv = start_y; in PositionIcons() 819 y = start_y; in PositionIcons() 839 start_y += cy; in PositionIcons() 840 yhv = start_y; in PositionIcons() 846 y = start_y; in PositionIcons() 852 start_y += cy; in PositionIcons() 853 yhv = start_y; in PositionIcons() 873 y = start_y; in PositionIcons()
|
/reactos/sdk/lib/3rdparty/freetype/src/psaux/ |
H A D | cffdecode.c | 1410 FT_Pos start_y; in cff_decoder_parse_charstrings() local 1423 start_y = y; in cff_decoder_parse_charstrings() 1452 y = start_y; in cff_decoder_parse_charstrings() 1461 FT_Pos start_y; in cff_decoder_parse_charstrings() local 1472 start_y = y; in cff_decoder_parse_charstrings() 1495 y = start_y; in cff_decoder_parse_charstrings() 1509 FT_Pos start_x, start_y; /* record start x, y values for */ in cff_decoder_parse_charstrings() local 1526 start_y = y; in cff_decoder_parse_charstrings() 1562 y = start_y; in cff_decoder_parse_charstrings()
|
/reactos/modules/rosapps/demos/maze/ |
H A D | maze.c | 124 static int start_x, start_y, start_dir, end_x, end_y, end_dir; variable 196 start_y = j; in initialize_maze() 449 draw_solid_square (start_x, start_y, start_dir, hDC, hBrush); in draw_maze_border() 526 maze[start_x][start_y] |= (WALL_TOP >> start_dir); in begin_solve_maze()
|
/reactos/modules/rosapps/applications/screensavers/mazescr/ |
H A D | maze.c | 118 static int start_x, start_y, start_dir, end_x, end_y, end_dir; variable 248 start_y = j; in initialize_maze() 478 draw_solid_square(start_x, start_y, start_dir, hDC, hBrush); in draw_maze_border() 511 maze[start_x][start_y] |= (WALL_TOP >> start_dir); in begin_solve_maze()
|
/reactos/modules/rostests/apitests/gdi32/ |
H A D | SetLayout.c | 12 static void copy(PUINT32 buffer, UINT32 value, int width, int start_x, int start_y, int end_x, int … in copy() argument 14 for (int y = start_y; y < end_y; y++) in copy()
|
/reactos/dll/win32/gdiplus/ |
H A D | graphics.c | 3876 INT x, y, start_y, end_y, step; in SOFTWARE_GdipDrawThinPath() local 3881 start_y = ceilf(start_point.Y) - output_area.top; in SOFTWARE_GdipDrawThinPath() 3887 start_y = start_point.Y - output_area.top; in SOFTWARE_GdipDrawThinPath() 3891 for (y=start_y; y != (end_y+step); y+=step) in SOFTWARE_GdipDrawThinPath()
|