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

/inkscape/src/extension/internal/
H A Dodf.h75 strokeOpacity = other.strokeOpacity;
87 strokeOpacity = "none";
103 strokeOpacity != other.strokeOpacity ||
116 Glib::ustring strokeOpacity; member in class:Inkscape::Extension::Internal::StyleInfo
/inkscape/src/ui/tools/
H A Dtool-base.cpp181 double strokeOpacity = strokeHasColor ? sp_desktop_get_opacity_tool(this->desktop, this->getPrefsPath(), false) : 0; local
187 SP_RGBA32_U_COMPOSE(SP_RGBA32_R_U(strokeColor),SP_RGBA32_G_U(strokeColor),SP_RGBA32_B_U(strokeColor),SP_COLOR_F_TO_U(strokeOpacity))

Completed in 13 milliseconds