Searched refs:ope (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/filter/
H A Dtextures.h126 const gchar *ope = ext->get_param_enum("stroke"); local
127 if (g_ascii_strcasecmp("arithmetic", ope) == 0) {
/inkscape/src/extension/internal/
H A Dmetafile-print.cpp171 float ops, ope; local
174 ope = gr->vector.stops[last].opacity;
180 255 * ((opweight(rgbs[0], gv.rgb[0], ops) + opweight(rgbe[0], gv.rgb[0], ope)) / 2.0),
181 255 * ((opweight(rgbs[1], gv.rgb[1], ops) + opweight(rgbe[1], gv.rgb[1], ope)) / 2.0),
182 255 * ((opweight(rgbs[2], gv.rgb[2], ops) + opweight(rgbe[2], gv.rgb[2], ope)) / 2.0)

Completed in 15 milliseconds