Searched refs:is_painting (Results 1 – 7 of 7) sorted by relevance
108 bool is_painting; member300 gso->is_painting = false; in gpencil_weightpaint_brush_init()752 gso->is_painting = true; in gpencil_weightpaint_brush_invoke()771 if (gso->is_painting) { in gpencil_weightpaint_brush_modal()788 gso->is_painting = false; in gpencil_weightpaint_brush_modal()792 gso->is_painting = false; in gpencil_weightpaint_brush_modal()815 gso->is_painting = true; in gpencil_weightpaint_brush_modal()
116 bool is_painting; member732 gso->is_painting = false; in gpencil_vertexpaint_brush_init()1290 gso->is_painting = true; in gpencil_vertexpaint_brush_invoke()1309 if (gso->is_painting) { in gpencil_vertexpaint_brush_modal()1326 gso->is_painting = false; in gpencil_vertexpaint_brush_modal()1330 gso->is_painting = false; in gpencil_vertexpaint_brush_modal()1353 gso->is_painting = true; in gpencil_vertexpaint_brush_modal()
112 bool is_painting; member1164 gso->is_painting = false; in gpencil_sculpt_brush_init()1984 gso->is_painting = true; in gpencil_sculpt_brush_invoke()2003 if (gso->is_painting) { in gpencil_sculpt_brush_modal()2030 gso->is_painting = false; in gpencil_sculpt_brush_modal()2034 gso->is_painting = false; in gpencil_sculpt_brush_modal()2057 gso->is_painting = true; in gpencil_sculpt_brush_modal()
57 , is_painting(false) in PlotterCtrl()527 ASSERT(!is_painting); in BeginBufferPaint()534 is_painting = true; in BeginBufferPaint()542 ASSERT(is_painting); in EndBufferPaint()556 is_painting = false; in EndBufferPaint()573 << ", rect = " << clip << ", dragging = " << shown << ", painting = " << is_painting); in Paint()575 if(is_painting) { in Paint()648 if(!is_painting) in RefreshBuffer()663 if(!is_painting) in RefreshBuffer()
32 bool IsPainting() const { return is_painting; } in IsPainting()221 bool is_painting; variable
168 base::AutoReset<bool> is_painting( in Paint() local
169 base::AutoReset<bool> is_painting( in Paint() local