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

/inkscape/src/
H A Dsp-glyph-kerning.h42 GlyphNames* g1; member in class:SPGlyphKerning
/inkscape/src/extension/internal/
H A Dodf.h226 GradientStop g1 = stops[i]; local
228 if (g1.rgb != g2.rgb)
230 if (g1.opacity != g2.opacity)
/inkscape/src/extension/internal/filter/
H A Dcolor.h624 std::ostringstream g1; local
639 g1 << ((color1 >> 16) & 0xff);
680 "</filter>\n", a1.str().c_str(), r1.str().c_str(), g1.str().c_str(), b1.str().c_str(), swap1.str().c_str(),
/inkscape/src/ui/widget/
H A Dgimpcolorwheel.c1017 gint x1, y1, r1, g1, b1; /* First vertex in scanline order */ local
1050 get_color (priv->h, 1.0, 1.0, &r1, &g1, &b1);
1074 SWAP (g1, g3, t);
1083 SWAP (g1, g2, t);
1105 gl = LERP (g1, g2, y1, y2, y_interp);
1120 gr = LERP (g1, g3, y1, y3, y_interp);

Completed in 30 milliseconds