Home | History | Annotate | Download | only in wince

Lines Matching defs:brush

646     HGDIOBJ brush = 0;
649 brush = createBrush(fillColor());
650 oldBrush = SelectObject(dc, brush);
662 if (!brush && !pen)
677 if (brush) {
679 DeleteObject(brush);
730 HGDIOBJ brush = 0;
733 brush = createBrush(fillColor());
734 oldBrush = SelectObject(dc, brush);
752 if (brush) {
754 DeleteObject(brush);
918 HGDIOBJ brush = 0;
921 brush = createBrush(fillColor());
922 oldBrush = SelectObject(dc, brush);
934 if (!brush && !pen)
944 if (brush) {
946 DeleteObject(brush);
1277 HGDIOBJ brush = createBrush(shadowColor);
1278 HGDIOBJ oldBrush = SelectObject(dc, brush);
1315 DeleteObject(brush);
1374 HGDIOBJ brush = createBrush(c);
1387 HGDIOBJ oldBrush = SelectObject(dc, brush);
1391 DeleteObject(brush);
1394 HGDIOBJ brush = createBrush(c);
1395 HGDIOBJ oldBrush = SelectObject(m_data->m_dc, brush);
1399 DeleteObject(brush);