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

/inkscape/src/
H A Dstyle-internal.cpp2168 Glib::ustring lparam = param.lowercase(); local
2170 if (lparam == "/" ) {
2174 lparam = param.lowercase();
2175 style->line_height.readIfUnset( lparam.c_str() );
2181 test_style.read( lparam.c_str() );
2189 test_variant.read( lparam.c_str() );
2197 test_weight.read( lparam.c_str() );
2205 test_stretch.read( lparam.c_str() );
2213 test_size.read( lparam.c_str() );

Completed in 50 milliseconds