Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebView.cpp1010 OwnPtr<HBRUSH> yellowBrush = CreateSolidBrush(RGB(255, 255, 0)); in paintIntoBackingStore() local
1011 FillRect(dc, &rect, yellowBrush.get()); in paintIntoBackingStore()