Searched refs:isFill (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dcolor-item.h66 bool isFill() { return _isFill; } function in class:Inkscape::UI::Dialogs::ColorItem
H A Dswatches.cpp1131 bool isFill = (fillId == item->def.descr); local
1133 item->setState( isFill, isStroke );
/inkscape/src/widgets/
H A Dgradient-toolbar.cpp76 bool isFill = (mode == Inkscape::FOR_FILL); local
78 && (isFill ? style->fill.isPaintserver() : style->stroke.isPaintserver())
79 //&& SP_IS_GRADIENT(isFill ? style->getFillPaintServer() : style->getStrokePaintServer()) ) {
80 && (isFill ? SP_IS_GRADIENT(style->getFillPaintServer()) : SP_IS_GRADIENT(style->getStrokePaintServer())) ) {
81 SPPaintServer *server = isFill ? style->getFillPaintServer() : style->getStrokePaintServer();

Completed in 26 milliseconds