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

/inkscape/src/ui/widget/
H A Dstyle-subject.cpp74 int StyleSubject::Selection::queryStyle(SPStyle *query, int property) { argument
77 return sp_desktop_query_style(desktop, query, property);
150 int StyleSubject::CurrentLayer::queryStyle(SPStyle *query, int property) { argument
155 return sp_desktop_query_style_from_list(list, query, property);
H A Dfont-variants.cpp316 // Update GUI based on query.
318 FontVariants::update( SPStyle const *query, bool different_features, Glib::ustring& font_spec ) { argument
320 _ligatures_all = query->font_variant_ligatures.computed;
321 _ligatures_mix = query->font_variant_ligatures.value;
333 _position_all = query->font_variant_position.computed;
334 _position_mix = query->font_variant_position.value;
344 _caps_all = query->font_variant_caps.computed;
345 _caps_mix = query->font_variant_caps.value;
363 _numeric_all = query->font_variant_numeric.computed;
364 _numeric_mix = query
[all...]
H A Dstyle-swatch.cpp271 void StyleSwatch::setStyle(SPStyle *query) argument
283 paint = &(query->fill);
285 paint = &(query->stroke);
289 SPPaintServer *server = (i == SS_FILL)? SP_STYLE_FILL_SERVER (query) : SP_STYLE_STROKE_SERVER (query);
306 guint32 color = paint->value.color.toRGBA32( SP_SCALE24_TO_FLOAT ((i == SS_FILL)? query->fill_opacity.value : query->stroke_opacity.value) );
331 // Now query stroke_width
335 w = Inkscape::Util::Quantity::convert(query->stroke_width.computed, "px", _sw_unit);
337 w = query
[all...]
/inkscape/src/
H A Ddesktop-style.cpp1931 sp_desktop_query_style_all (SPDesktop *desktop, SPStyle *query) argument
1933 int result_family = sp_desktop_query_style (desktop, query, QUERY_STYLE_PROPERTY_FONTFAMILY);
1934 int result_fstyle = sp_desktop_query_style (desktop, query, QUERY_STYLE_PROPERTY_FONTSTYLE);
1935 int result_fnumbers = sp_desktop_query_style (desktop, query, QUERY_STYLE_PROPERTY_FONTNUMBERS);
1936 int result_fill = sp_desktop_query_style (desktop, query, QUERY_STYLE_PROPERTY_FILL);
1937 int result_stroke = sp_desktop_query_style (desktop, query, QUERY_STYLE_PROPERTY_STROKE);
1938 int result_strokewidth = sp_desktop_query_style (desktop, query, QUERY_STYLE_PROPERTY_STROKEWIDTH);
1939 int result_strokemiterlimit = sp_desktop_query_style (desktop, query, QUERY_STYLE_PROPERTY_STROKEMITERLIMIT);
1940 int result_strokecap = sp_desktop_query_style (desktop, query, QUERY_STYLE_PROPERTY_STROKECAP);
1941 int result_strokejoin = sp_desktop_query_style (desktop, query, QUERY_STYLE_PROPERTY_STROKEJOI
[all...]
/inkscape/
H A Dbuildtool.cpp1901 query = "";
1918 query = other.query;
1938 String query; member in class:buildtool::URI
2000 if (query.size() > 0)
2003 str.append(query);
2093 return query;
2116 other.query.size() == 0 )
2128 newUri.query = other.query;
3467 bool query(String &res) function in class:buildtool::BzrRevno
3530 bool query(const String &name, String &res) function in class:buildtool::SvnInfo
4443 pkgConfigRecursive(const String packageName, const String &path, const String &prefix, int query, String &result, std::set<String> &deplist) argument
4483 pkgConfigQuery(const String &packageName, int query, String &result) argument
5574 bool PkgConfig::query(const String &pkgName) function in class:buildtool::PkgConfig
8408 String query = parent.eval(queryOpt, "all"); local
[all...]

Completed in 115 milliseconds