Lines Matching refs:stops
80 // "vector" is a gradient that has stops but not position coords. It can be referenced by one or
83 // "private" is a gradient that has no stops but has position coords (e.g. center, radius etc for a
105 /* First make sure we have vector directly defined (i.e. gr has its own stops) */
107 /* We do not have stops ourselves, so flatten stops as well */
110 // this adds stops from gr->vector as children to gr
222 // Orphaned gradient, no vector with stops at the end of the line; this used to be an assert
1074 lg->vector.stops.at(point_i).offset = offset;
1169 rg->vector.stops.at(point_i).offset = offset;
1186 rg->vector.stops.at(point_i).offset = offset;
1298 if (lg->vector.stops.size() < point_i) {
1302 gdouble offset = lg->vector.stops.at(point_i).offset;
1327 if (rg->vector.stops.size() < point_i) {
1331 gdouble offset = rg->vector.stops.at(point_i).offset;
1337 if (rg->vector.stops.size() < point_i) {
1341 gdouble offset = rg->vector.stops.at(point_i).offset;