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

/inkscape/src/
H A Duri-references.cpp250 gchar *trimmed = extract_uri(uri); local
251 if (trimmed) {
252 ref = sp_uri_reference_resolve(document, trimmed);
253 g_free(trimmed);
/inkscape/src/2geom/
H A Dcoord.cpp2391 Vector<const char>* trimmed, int* updated_exponent) {
2400 *trimmed = Vector<const char>(buffer_copy_space,
2403 *trimmed = right_trimmed;
2574 static bool ComputeGuess(Vector<const char> trimmed, int exponent,
2577 if (trimmed.length() == 0) {
2581 if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) {
2585 if (exponent + trimmed.length() <= kMinDecimalPower) {
2590 if (DiyFpStrtod(trimmed, exponent, guess)) {
2602 Vector<const char> trimmed;
2605 &trimmed,
[all...]

Completed in 2104 milliseconds