Searched refs:gl (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/display/ |
H A D | guideline.cpp | 45 static void sp_guideline_init(SPGuideLine *gl) argument 47 gl->rgba = 0x0000ff7f; 49 gl->locked = false; 50 gl->normal_to_line = Geom::Point(0,1); 51 gl->angle = 3.14159265358979323846/2; 52 gl->point_on_line = Geom::Point(0,0); 53 gl->sensitive = 0; 55 gl->origin = NULL; 56 gl->label = NULL; 64 SPGuideLine *gl local 83 SPGuideLine const *gl = SP_GUIDELINE (item); local 161 SPGuideLine *gl = SP_GUIDELINE(item); local 196 SPGuideLine *gl = SP_GUIDELINE (item); local 212 SPGuideLine *gl = SP_GUIDELINE(item); local 232 sp_guideline_set_label(SPGuideLine *gl, const char* label) argument 242 sp_guideline_set_locked(SPGuideLine *gl, const bool locked) argument 248 sp_guideline_set_position(SPGuideLine *gl, Geom::Point point_on_line) argument 254 sp_guideline_set_normal(SPGuideLine *gl, Geom::Point normal_to_line) argument 262 sp_guideline_set_color(SPGuideLine *gl, unsigned int rgba) argument 269 sp_guideline_set_sensitive(SPGuideLine *gl, int sensitive) argument 274 sp_guideline_delete(SPGuideLine *gl) argument [all...] |
H A D | guideline.h | 54 void sp_guideline_set_label(SPGuideLine *gl, const char* label); 55 void sp_guideline_set_locked(SPGuideLine *gl, const bool locked); 56 void sp_guideline_set_position(SPGuideLine *gl, Geom::Point point_on_line); 57 void sp_guideline_set_normal(SPGuideLine *gl, Geom::Point normal_to_line); 58 void sp_guideline_set_color(SPGuideLine *gl, unsigned int rgba); 59 void sp_guideline_set_sensitive(SPGuideLine *gl, int sensitive); 60 void sp_guideline_delete(SPGuideLine *gl);
|
/inkscape/src/libnrtype/ |
H A D | one-glyph.h | 24 int gl; ///< glyph_id member in struct:one_glyph
|
H A D | TextWrapper.cpp | 261 glyph_text[glyph_length].gl = pRun->glyphs->glyphs[i].glyph; 301 glyph_text[glyph_length].gl = 0; 486 ? curF->Advance(glyph_text[i].gl, true) 515 glyph_text[wpos].gl = glyph_text[rpos].gl;
|
/inkscape/src/widgets/ |
H A D | gradient-vector.cpp | 299 GSList *gl = NULL; local 305 gl = g_slist_prepend(gl, *it); 309 gl = g_slist_reverse(gl); 319 } else if (!gl) { 328 while (gl) { 330 gr = SP_GRADIENT(gl->data); 331 gl = g_slist_remove(gl, g [all...] |
H A D | gradient-toolbar.cpp | 142 std::vector<SPObject *> gl; local 147 gl.push_back(*it); 153 if (gl.empty()) { 182 for (std::vector<SPObject *>::const_iterator it = gl.begin(); it != gl.end(); ++it) {
|
/inkscape/src/2geom/ |
H A D | conic_section_clipper_impl.cpp | 239 Line gl (grad0, grad1, grad2); 241 rts = cs.roots (gl); 249 extrema.push_back (gl.pointAt (rts[i]));
|
H A D | conicsec.cpp | 1349 Line gl[2]; local 1354 gl[0].setCoefficients (coeff(1), 2 * coeff(2), coeff(4)); 1363 gl[1].setCoefficients (2 * coeff(0), coeff(1), coeff(3)); 1375 rts = roots (gl[dim]); 1378 M.push_back (gl[dim].pointAt (rts[i]));
|
/inkscape/src/ui/widget/ |
H A D | gimpcolorwheel.c | 1022 gint xl, xr, rl, rr, gl, gr, bl, br; /* Scanline data */ local 1105 gl = LERP (g1, g2, y1, y2, y_interp); 1113 gl = LERP (g2, g3, y2, y3, y_interp); 1127 SWAP (gl, gr, t); 1135 c = (rl << 16) | (gl << 8) | bl; 1145 (LERP (gl, gr, xl, xr, x_interp) << 8) |
|
Completed in 67 milliseconds