Home | History | Annotate | Download | only in win

Lines Matching refs:hbmp

1395     HBITMAP hbmp = 0;
1407 hbmp = CreateDIBSection(0, &bitmapInfo, DIB_RGB_COLORS, static_cast<void**>(&bits), 0, 0);
1408 HBITMAP hbmpOld = static_cast<HBITMAP>(SelectObject(hdc, hbmp));
1426 // The callback is responsible for calling ::DeleteObject(hbmp).
1427 (*m_findIndicatorCallback)(toAPI(this), hbmp, selectionRect, fadeOut, m_findIndicatorCallbackContext);