Searched refs:SCROLL_DrawInterior (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/uxtheme/ |
H A D | ncscrollbar.c | 182 static void SCROLL_DrawInterior( PDRAW_CONTEXT pcontext, SCROLLBARINFO* psbi, in SCROLL_DrawInterior() function 269 SCROLL_DrawInterior(pcontext, psbi, pos, vertical, SCROLL_THUMB, 0); in SCROLL_DrawMovingThumb() 314 SCROLL_DrawInterior( pcontext, psbi, psbi->xyThumbTop, vertical, 0, htHot ); in ThemeDrawScrollBarEx() 499 … SCROLL_DrawInterior( &context, &sbi, sbi.xyThumbTop, vertical, pwndData->SCROLL_trackHitTest, 0); in SCROLL_HandleScrollEvent() 529 …SCROLL_DrawInterior( &context, &sbi, sbi.xyThumbTop, vertical, 0, pwndData->SCROLL_trackHitTest ); in SCROLL_HandleScrollEvent() 563 …SCROLL_DrawInterior( &context, &sbi, sbi.xyThumbTop, vertical, pwndData->SCROLL_trackHitTest, 0 ); in SCROLL_HandleScrollEvent() 574 SCROLL_DrawInterior( &context, &sbi, sbi.xyThumbTop, vertical, 0, 0 ); in SCROLL_HandleScrollEvent()
|