Home
last modified time | relevance | path

Searched refs:tmp_rect (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/games/winmine/
H A Dmain.c545 RECT tmp_rect; in DrawBoard() local
547 if( IntersectRect( &tmp_rect, &ps->rcPaint, &p_board->counter_rect ) ) in DrawBoard()
552 if( IntersectRect( &tmp_rect, &ps->rcPaint, &p_board->timer_rect ) ) in DrawBoard()
557 if( IntersectRect( &tmp_rect, &ps->rcPaint, &p_board->face_rect ) ) in DrawBoard()
560 if( IntersectRect( &tmp_rect, &ps->rcPaint, &p_board->mines_rect ) ) in DrawBoard()
/reactos/dll/win32/riched20/
H A Dpaint.c411 RECT tmp_rect; in ME_DrawTextWithStyle() local
412 get_selection_rect( c, run, 0, run->len, cy, &tmp_rect ); in ME_DrawTextWithStyle()
413 OffsetRect( &tmp_rect, x, ymin ); in ME_DrawTextWithStyle()
414 draw_text( c, run, x, y - yOffset, FALSE, &tmp_rect ); in ME_DrawTextWithStyle()