Searched refs:lc (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/ui/tools/
H A Dlpe-tool.h74 int lpetool_item_has_construction(LpeTool *lc, SPItem *item);
75 bool lpetool_try_construction(LpeTool *lc, Inkscape::LivePathEffect::EffectType const type);
76 void lpetool_context_switch_mode(LpeTool *lc, Inkscape::LivePathEffect::EffectType const type);
78 void lpetool_context_reset_limiting_bbox(LpeTool *lc);
79 void lpetool_create_measuring_items(LpeTool *lc, Inkscape::Selection *selection = NULL);
80 void lpetool_delete_measuring_items(LpeTool *lc);
81 void lpetool_update_measuring_items(LpeTool *lc);
82 void lpetool_show_measuring_info(LpeTool *lc, bool show = true);
H A Dlpe-tool.cpp135 LpeTool *lc = SP_LPETOOL_CONTEXT(data); local
137 lc->shape_editor->unset_item();
139 lc->shape_editor->set_item(item);
211 //bool over_stroke = lc->shape_editor->is_over_stroke(Geom::Point(event->button.x, event->button.y), true);
277 int lpetool_item_has_construction(LpeTool */*lc*/, SPItem *item)
295 lpetool_try_construction(LpeTool *lc, Inkscape::LivePathEffect::EffectType const type) argument
297 Inkscape::Selection *selection = lc->desktop->getSelection();
302 Inkscape::LivePathEffect::Effect::createAndApply(type, lc->desktop->getDocument(), item);
309 lpetool_context_switch_mode(LpeTool *lc, Inkscape::LivePathEffect::EffectType const type) argument
313 lc
341 lpetool_context_reset_limiting_bbox(LpeTool *lc) argument
385 lpetool_create_measuring_items(LpeTool *lc, Inkscape::Selection *selection) argument
428 lpetool_delete_measuring_items(LpeTool *lc) argument
438 lpetool_update_measuring_items(LpeTool *lc) argument
464 lpetool_show_measuring_info(LpeTool *lc, bool show) argument
[all...]
/inkscape/src/display/
H A Dnr-light.cpp38 void DistantLight::light_components(NR::Fvector &lc) { argument
39 lc[LIGHT_RED] = SP_RGBA32_R_U(color);
40 lc[LIGHT_GREEN] = SP_RGBA32_G_U(color);
41 lc[LIGHT_BLUE] = SP_RGBA32_B_U(color);
61 void PointLight::light_components(NR::Fvector &lc) { argument
62 lc[LIGHT_RED] = SP_RGBA32_R_U(color);
63 lc[LIGHT_GREEN] = SP_RGBA32_G_U(color);
64 lc[LIGHT_BLUE] = SP_RGBA32_B_U(color);
96 void SpotLight::light_components(NR::Fvector &lc, const NR::Fvector &L) { argument
102 lc[LIGHT_RE
[all...]
H A Dnr-light.h52 * \param lc a Fvector referece where we store the result, X=R, Y=G, Z=B
54 void light_components(NR::Fvector &lc);
90 * \param lc a Fvector referece where we store the result, X=R, Y=G, Z=B
92 void light_components(NR::Fvector &lc);
132 * \param lc a Fvector referece where we store the result, X=R, Y=G, Z=B
135 void light_components(NR::Fvector &lc, const NR::Fvector &L);
/inkscape/src/widgets/
H A Dlpe-toolbar.cpp83 LpeTool *lc = SP_LPETOOL_CONTEXT(desktop->event_context); local
84 bool success = lpetool_try_construction(lc, type);
118 LpeTool *lc = SP_LPETOOL_CONTEXT(ec); local
120 lpetool_delete_measuring_items(lc);
121 lpetool_create_measuring_items(lc, selection);
126 if (item && SP_IS_LPE_ITEM(item) && lpetool_item_has_construction(lc, item)) {
155 LpeTool *lc = SP_LPETOOL_CONTEXT(desktop->event_context); local
156 lpetool_context_reset_limiting_bbox(lc);
168 LpeTool *lc = SP_LPETOOL_CONTEXT(desktop->event_context); local
173 lpetool_show_measuring_info(lc, sho
188 LpeTool *lc = SP_LPETOOL_CONTEXT(desktop->event_context); local
[all...]
/inkscape/src/live_effects/
H A Dlpe-rough-hatches.cpp100 LevelCrossing lc; local
101 lc.pt = f.valueAt(times[i][j]);
102 lc.t = times[i][j];
103 lc.sign = ( dx.valueAt(times[i][j])>0 );
104 lc.used = false;
105 lcs.push_back(lc);
/inkscape/src/extension/internal/
H A Dwmf-print.cpp155 uint32_t lc = strtoul(&p1[1], &p2, 16); // it looks like "#ABC123" local
157 lc = 0;
159 gv.bgc = _gethexcolor(lc);
H A Demf-print.cpp158 uint32_t lc = strtoul(&p1[1], &p2, 16); // it looks like "#ABC123" local
160 lc = 0;
162 gv.bgc = _gethexcolor(lc);
/inkscape/share/extensions/
H A Dgcodetools.py2405 lc = 0
2409 while lc<l :
2418 if l-lc>ls :
2424 a = seg[3]/ls*(l-lc)
2427 res += [[ seg[0], "arc", seg[2], a, [x,y], [seg[5][0],seg[5][1]/ls*(l-lc)] ]]
2429 res += [[ seg[0], "line", 0, 0, [(seg[4][0]-seg[0][0])/ls*(l-lc),(seg[4][1]-seg[0][1])/ls*(l-lc)], [seg[5][0],seg[5][1]/ls*(l-lc)] ]]

Completed in 76 milliseconds