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

/inkscape/src/widgets/
H A Dtext-toolbar.cpp536 Inkscape::CSSOStringStream temp_stream; local
537 temp_stream << 1 << unit->abbr;
538 temp_length.read(temp_stream.str().c_str());
613 Inkscape::CSSOStringStream temp_stream; local
614 temp_stream << 1 << unit->abbr;
615 temp_length.read(temp_stream.str().c_str());

Completed in 21 milliseconds