Searched refs:currentColor (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dsp-stop.cpp31 this->currentColor = false;
68 if (streq(p, "currentColor")) {
69 this->currentColor = true;
85 if (streq(p, "currentColor")) {
86 this->currentColor = true;
88 this->currentColor = false;
148 if (this->currentColor) {
149 os << "currentColor";
217 if (currentColor) {
239 if (this->currentColor) {
[all...]
H A Dsp-stop.h32 bool currentColor; member in class:SPStop
35 * N.B.\ Meaningless if currentColor is true. Use sp_stop_get_rgba32 or sp_stop_get_color
H A Dsp-mesh-array.cpp1020 if (firstStop->currentColor) {
H A Dgradient-drag.cpp219 if (firstStop->currentColor) {
/inkscape/src/widgets/
H A Dgradient-vector.cpp1311 stop->currentColor = false;

Completed in 562 milliseconds