Searched defs:g2 (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsp-glyph-kerning.h44 GlyphNames* g2; member in class:SPGlyphKerning
/inkscape/src/extension/internal/
H A Dodf.h227 GradientStop g2 = other.stops[i]; local
228 if (g1.rgb != g2.rgb)
230 if (g1.opacity != g2.opacity)
/inkscape/src/extension/internal/filter/
H A Dcolor.h628 std::ostringstream g2; local
642 g2 << ((color2 >> 16) & 0xff);
681 a2.str().c_str(), r2.str().c_str(), g2.str().c_str(), b2.str().c_str(), swap2.str().c_str(),
/inkscape/src/ui/widget/
H A Dgimpcolorwheel.c1018 gint x2, y2, r2, g2, b2; /* Second vertex */ local
1054 get_color (priv->h, 1.0, 0.0, &r2, &g2, &b2);
1065 SWAP (g2, g3, t);
1083 SWAP (g1, g2, t);
1105 gl = LERP (g1, g2, y1, y2, y_interp);
1113 gl = LERP (g2, g3, y2, y3, y_interp);

Completed in 50 milliseconds