Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp969 OwnPtr<HBRUSH> hbrush(CreateSolidBrush(RGB(color.red(), color.green(), color.blue()))); in fillRect() local
970 FillRect(transparentDC.hdc(), &transparentDC.rect(), hbrush.get()); in fillRect()