Searched refs:get_button_text (Results 1 – 3 of 3) sorted by relevance
233 static inline WCHAR *get_button_text( const BUTTON_INFO *infoPtr ) in get_button_text() function424 text = get_button_text(infoPtr); in BUTTON_GetIdealSize()1299 if (!(text = get_button_text( infoPtr ))) goto empty_rect; in BUTTON_CalcLabelRect()1457 if (!(text = get_button_text( infoPtr ))) return; in BUTTON_DrawLabel()1919 WCHAR *text = get_button_text(infoPtr); in PB_ThemedPaint()2023 WCHAR *text = get_button_text(infoPtr); in CB_ThemedPaint()2144 WCHAR *text = get_button_text(infoPtr); in GB_ThemedPaint()
1328 @@ -87,22 +110,56 @@ static inline WCHAR *get_button_text(HWN1348 WCHAR *text = get_button_text(hwnd);1410 WCHAR *text = get_button_text(hwnd);
209 static inline WCHAR *get_button_text( HWND hwnd ) in get_button_text() function775 if (!(text = get_button_text( hwnd ))) goto empty_rect; in BUTTON_CalcLabelRect()910 if (!(text = get_button_text( hwnd ))) return; in BUTTON_DrawLabel()