Home
last modified time | relevance | path

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

/dports/deskutils/recoll/recoll-1.31.2/rcldb/
H A Dstoplist.h45 bool hasStops() const {return !m_stops.empty();} in hasStops() function
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-gradient.cpp58 bool SPGradient::hasStops() const in hasStops() function in SPGradient
113 if (this->hasStops() != that->hasStops()) { break; } in isEquivalent()
417 …Glib::ustring paintVal = ( this->hasStops() && (this->getStopCount() == 0) ) ? "solid" : "gradient… in set()
784 return gr->hasStops(); in has_stopsFN()
974 if ( !hasStops() && reffed ) { in rebuildVector()
H A Dsp-paint-server.cpp53 if ( grad->hasStops() && (grad->getStopCount() == 0) ) { in isSolid()
H A Dsp-gradient.h127 bool hasStops() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DGradientAttributes.h73 bool hasStops() const { return m_stopsSet; } in hasStops() function
H A DSVGLinearGradientElement.cpp159 if (!attributes.hasStops()) { in collectGradientAttributes()
H A DSVGRadialGradientElement.cpp170 if (!attributes.hasStops()) { in collectGradientAttributes()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DGradientAttributes.h90 bool hasStops() const in hasStops() function
H A DSVGLinearGradientElement.cpp129 if (!attributes.hasStops()) { in collectGradientProperties()
H A DSVGRadialGradientElement.cpp143 if (!attributes.hasStops()) { in collectGradientProperties()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dgradient-vector-selector.cpp111 g_return_if_fail(!gr || gr->hasStops()); in set_gradient()
201 if ( grad->hasStops() && (grad->isSwatch() == _swatched) ) { in rebuild_gui_full()
H A Dgradient-selector.cpp381 if (vector && !vector->hasStops()) { in setVector()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dgradient-chemistry.cpp110 if ( !gr->hasStops() ) { in sp_gradient_ensure_vector_normalized()
145 g_return_val_if_fail(shared->hasStops() || shared->hasPatches(), NULL); in sp_gradient_get_private_normalized()
226 if ( !shared || !(shared->hasStops() || shared->hasPatches()) ) { in sp_gradient_fork_private_if_necessary()
253 if ((gr->hasStops()) || in sp_gradient_fork_private_if_necessary()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/toolbar/
H A Dgradient-toolbar.cpp118 if ( grad->hasStops() && !grad->isSolid() ) { in gr_vector_list()
992 } else if (!gradient->hasStops()) { in update_stop_list()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/
H A Ddrag-and-drop.cpp204 if ( grad->hasStops() ) { in ink_drag_data_received()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSVehicle.h1000 bool hasStops() const { in hasStops() function
H A DMSLane.cpp660 if (aVehicle->hasStops()) { in isInsertionSuccess()
753 if (aVehicle->hasStops()) { in isInsertionSuccess()
H A DMSVehicle.cpp2080 if (hasStops()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUIVehicle.cpp677 } else if (hasStops()) { in getStopInfo()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dswatches.cpp333 if ( grad->hasStops() && !grad->isSwatch() ) { in colorItemHandleButtonPress()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.cpp948 if (!veh->hasStops()) {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2007-10-1470396 (WebCore::GradientAttributes::hasStops):