Home | History | Annotate | Download | only in native_theme

Lines Matching refs:draw_theme_

342       draw_theme_(NULL),
356 draw_theme_ = reinterpret_cast<DrawThemeBackgroundPtr>(
753 if (handle && draw_theme_)
754 return draw_theme_(handle, hdc, part_id, state_id, rect, NULL);
841 if (handle && draw_theme_) {
845 return draw_theme_(handle, hdc, MENU_POPUPSEPARATOR, MPI_NORMAL, &rect_win,
857 if (handle && draw_theme_)
858 return draw_theme_(handle, hdc, MENU_POPUPGUTTER, MPI_NORMAL, &rect_win,
874 if (handle && draw_theme_) {
876 return draw_theme_(handle, hdc, MENU_POPUPSUBMENU, state_id, &rect_win,
894 HRESULT result = draw_theme_(handle, mem_dc, MENU_POPUPSUBMENU,
919 if (handle && draw_theme_) {
920 HRESULT result = draw_theme_(handle, hdc, MENU_POPUPBACKGROUND, 0,
945 if (handle && draw_theme_)
946 return draw_theme_(handle, hdc, MENU_POPUPCHECK, state_id, &rect_win, NULL);
959 if (handle && draw_theme_)
960 return draw_theme_(handle, hdc, MENU_POPUPCHECKBACKGROUND, state_id,
989 if (handle && draw_theme_)
990 return draw_theme_(handle, hdc, MENU_POPUPITEM, state_id, &rect_win, NULL);
1114 if (handle && draw_theme_)
1115 return draw_theme_(handle, hdc, CP_DROPDOWNBUTTON, state_id, &rect_win,
1138 if (handle && draw_theme_) {
1253 if (handle && draw_theme_)
1305 if (handle && draw_theme_)
1306 return draw_theme_(handle, hdc, part_id, state_id, &rect_win, NULL);
1352 if (handle && draw_theme_)
1353 return draw_theme_(handle, hdc, part_id, state_id, &rect_win, NULL);
1405 if (handle && draw_theme_)
1406 return draw_theme_(handle, hdc, part_id, state_id, &channel_rect, NULL);
1488 if (handle && draw_theme_ && draw_theme_ex_) {
1489 draw_theme_(handle, hdc, PP_BAR, 0, &bar_rect, NULL);
1526 draw_theme_(handle, hdc, PP_MOVEOVERLAY, 0, &overlay_rect, &value_rect);
1545 draw_theme_(handle, hdc, PP_CHUNK, 0, &shrunk_rect, &shrunk_bar_rect);
1547 draw_theme_(handle, hdc, PP_MOVEOVERLAY, 0, &overlay_rect, &bar_rect);
1566 if (handle && draw_theme_) {
1571 return draw_theme_(handle, hdc, SP_GRIPPER, 0, &rect_win, NULL);
1583 if (handle && draw_theme_)
1584 return draw_theme_(handle, hdc, TABP_BODY, 0, &rect_win, NULL);
1648 // draw_theme_ex_ is NULL and draw_theme_ is non-null.
1649 if (handle && (draw_theme_ex_ || (draw_theme_ && draw_edges))) {
1659 hr = draw_theme_(handle, hdc, part_id, state_id, rect, NULL);
1703 HRESULT result = draw_theme_(theme, hdc, part_id, state_id, &bounds,
1710 return draw_theme_(theme, hdc, part_id, state_id, &bounds, NULL);