Searched refs:_push (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dmessage-stack.cpp33 return _push(type, 0, message);
74 return _push(type, 6000 + 80*strlen(message), message);
77 return _push(type, 4000 + 60*strlen(message), message);
80 return _push(type, 2000 + 40*strlen(message), message);
83 return _push(type, 1000 + 20*strlen(message), message);
87 return _push(type, 1000 + 20*strlen(message), message);
108 MessageId MessageStack::_push(MessageType type, guint lifetime, gchar const *message) function in class:Inkscape::MessageStack
H A Dmessage-stack.h171 MessageId _push(MessageType type, unsigned int lifetime, char const *message);
/inkscape/src/2geom/
H A Dsvg-path-parser.cpp1145 void SVGPathParser::_push(Coord value) function in class:Geom::SVGPathParser
1331 _push(g_ascii_strtod(buf.c_str(), NULL));
1335 _push(g_ascii_strtod((_number_part + buf).c_str(), NULL));
1343 _push(1.0);
1349 _push(0.0);
1461 _push(g_ascii_strtod(buf.c_str(), NULL));
1465 _push(g_ascii_strtod((_number_part + buf).c_str(), NULL));
H A Dsvg-path-parser.h126 void _push(Coord value);

Completed in 71 milliseconds