Searched refs:NONE (Results 1 - 25 of 27) sorted by relevance

12

/inkscape/src/svg/
H A Dsvg-angle.h26 NONE, enumerator in enum:SVGAngle::Unit
48 unit = NONE;
54 void unset(Unit u = NONE, float v = 0, float c = 0);
55 void readOrUnset(gchar const *str, Unit u = NONE, float v = 0, float c = 0);
H A Dsvg-length.h23 NONE, enumerator in enum:SVGLength::Unit
50 unit = NONE;
56 void readOrUnset(char const *str, Unit u = NONE, float v = 0, float c = 0);
62 void unset(Unit u = NONE, float v = 0, float c = 0);
H A Dsvg-angle.cpp34 , unit(NONE)
90 unit = SVGAngle::NONE;
99 unit = SVGAngle::NONE;
H A Dsvg-length-test.h102 for ( int i = (static_cast<int>(SVGLength::NONE) + 1); i <= static_cast<int>(SVGLength::LAST_UNIT); i++ ) {
117 for ( int i = (static_cast<int>(SVGLength::NONE) + 1); i <= static_cast<int>(SVGLength::LAST_UNIT); i++ ) {
130 for ( int i = (static_cast<int>(SVGLength::NONE) + 1); i <= static_cast<int>(SVGLength::LAST_UNIT); i++ ) {
162 {"0", SVGLength::NONE, 0 , 0},
163 {"1", SVGLength::NONE, 1 , 1},
164 {"1.00001", SVGLength::NONE, 1.00001 , 1.00001},
H A Dsvg-length.cpp173 , unit(NONE)
310 *unit = SVGLength::NONE;
347 *unit = SVGLength::NONE;
469 case NONE:
554 case SVGLength::NONE: return "";
/inkscape/src/
H A Daxis-manip.h33 NONE enumerator in enum:Proj::Axis
45 case NONE: return "NONE"; break;
66 NONE = 0 enumerator in enum:Box3D::Axis
85 case Box3D::NONE:
101 case Box3D::NONE:
102 return Proj::NONE;
105 return Proj::NONE; // help compiler's flow analysis (-Werror=return-value)
125 case Proj::NONE:
126 return Box3D::NONE;
[all...]
H A Daxis-manip.cpp30 if (!is_single_axis_direction (axis)) return std::make_pair (NONE, NONE);
H A Dselcue.h34 NONE, enumerator in enum:Inkscape::SelCue::Type
H A Dsp-mesh.cpp15 this->x.unset(SVGLength::NONE, 0.0, 0.0);
16 this->y.unset(SVGLength::NONE, 0.0, 0.0);
37 this->x.unset(SVGLength::NONE, 0.0, 0.0);
45 this->y.unset(SVGLength::NONE, 0.0, 0.0);
H A Dselcue.cpp86 if (mode == NONE) {
141 if (mode == NONE) {
239 if (mode == NONE) {
H A Dbox3d-side.cpp32 this->dir1 = Box3D::NONE;
33 this->dir2 = Box3D::NONE;
H A Dbox3d.cpp49 this->swapped = Box3D::NONE;
451 g_return_if_fail ((movement != Box3D::NONE) && (movement != Box3D::XYZ));
504 g_return_if_fail ((movement != Box3D::NONE) && (movement != Box3D::XYZ));
706 case Box3D::NONE:
778 case Box3D::NONE:
860 case Box3D::NONE:
879 Box3D::Axis ev = Box3D::NONE;
931 Box3D::Axis axis_finite = Box3D::NONE;
932 Box3D::Axis axis_infinite = Box3D::NONE;
945 Box3D::Axis central_axis = Box3D::NONE;
[all...]
H A Dsp-marker.cpp145 this->markerWidth.readOrUnset(value, SVGLength::NONE, 3.0, 3.0);
150 this->markerHeight.readOrUnset(value, SVGLength::NONE, 3.0, 3.0);
H A Dvanishing-point.h42 VanishingPoint() : my_counter(VanishingPoint::global_counter++), _persp(NULL), _axis(Proj::NONE) {}
H A Ddocument.cpp688 if (u == SVGLength::NONE) {
727 if (u == SVGLength::NONE) {
/inkscape/src/ui/widget/
H A Dfilter-effect-chooser.h32 NONE=0, enumerator in enum:Inkscape::UI::Widget::SimpleFilterModifier::Flags
H A Ddock-item.h53 NONE = GDL_DOCK_NONE, enumerator in enum:Inkscape::UI::Widget::DockItem::Placement
/inkscape/src/widgets/
H A Dege-paint-def.cpp67 type(NONE),
89 case NONE:
172 case ege::PaintDef::NONE:
217 if ( (this->type != ege::PaintDef::NONE)
221 this->type = ege::PaintDef::NONE;
H A Dege-paint-def.h55 enum ColorType{CLEAR, NONE, RGB}; enumerator in enum:ege::PaintDef::ColorType
/inkscape/src/ui/tools/
H A Dfreehand-base.cpp307 enum shapeType { NONE, TRIANGLE_IN, TRIANGLE_OUT, ELLIPSE, CLIPBOARD, BEND_CLIPBOARD, LAST_APPLIED }; enumerator in enum:Inkscape::UI::Tools::shapeType
308 static shapeType previous_shape_type = NONE;
359 case NONE:
420 shape = NONE;
423 shape = NONE;
426 shape = NONE;
445 shape = NONE;
449 shape = NONE;
462 shape = NONE;
483 shape = NONE;
[all...]
/inkscape/src/libvpsc/
H A Dblock.h96 typedef enum {NONE, LEFT, RIGHT} Direction; enumerator in enum:vpsc::Block::__anon400
H A Dblock.cpp249 const Direction dir = NONE, bool changedDirection = false) {
247 compute_dfdv_between( Variable* r, Variable* const v, Variable* const u, const Direction dir = NONE, bool changedDirection = false) argument
/inkscape/src/libavoid/
H A Dvpsc.h108 typedef enum {NONE, LEFT, RIGHT} Direction; enumerator in enum:Avoid::Block::__anon98
/inkscape/src/ui/dialog/
H A Dcolor-item.cpp678 case ege::PaintDef::NONE: {
H A Dswatches.cpp600 _remove = new ColorItem( ege::PaintDef::NONE );

Completed in 68 milliseconds

12