Lines Matching refs:brush
272 // create a null brush. If no specific brush is set, this is used
278 destroy_brush(); // make this brush active
291 // get rid of null brush
294 g_error("Fatal programming error in PrintWmf::finish at wdeleteobject_set null brush");
340 uint32_t brush, fmode;
457 rec = wcreatebrushindirect_set(&brush, wht, lb);
478 rec = wcreatedibpatternbrush_srcdib_set(&brush, wht, U_DIB_RGB_COLORS, Bmi, cbPx, px);
487 hbrush = brush; // need this later for destroy_brush
488 rec = wselectobject_set(brush, wht);
517 // (re)select the null brush
848 // use_fill was set in ::fill, if it is needed, if not, the null brush is used, it should be already set
912 // These use whatever the current pen/brush are and need not be followed by a FILLPATH or STROKEPATH.
1311 // WMF has no fill or stroke commands, the draw does it with active pen/brush
1313 // clean out brush and pen, but only after all parts of the draw complete