Home
last modified time | relevance | path

Searched refs:ViewBox (Results 76 – 100 of 263) sorted by relevance

1234567891011

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGPatternElement.h86 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
H A DSVGMarkerElement.h94 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
H A DSVGViewElement.cpp36 DEFINE_ANIMATED_RECT(SVGViewElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_BOOLEAN()
H A DSVGSymbolElement.cpp34 DEFINE_ANIMATED_RECT(SVGSymbolElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_BOOLEAN()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGViewElement.cpp57 already_AddRefed<SVGAnimatedRect> SVGViewElement::ViewBox() { in ViewBox() function in mozilla::dom::SVGViewElement
H A DSVGViewElement.h48 already_AddRefed<SVGAnimatedRect> ViewBox();
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGViewElement.cpp57 already_AddRefed<SVGAnimatedRect> SVGViewElement::ViewBox() { in ViewBox() function in mozilla::dom::SVGViewElement
H A DSVGViewElement.h47 already_AddRefed<SVGAnimatedRect> ViewBox();
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGViewElement.cpp57 already_AddRefed<SVGAnimatedRect> SVGViewElement::ViewBox() { in ViewBox() function in mozilla::dom::SVGViewElement
H A DSVGViewElement.h47 already_AddRefed<SVGAnimatedRect> ViewBox();
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/
H A DGraphicsScene.py40 vb = pg.ViewBox()
H A DHistogramLUT.py28 vb = pg.ViewBox()
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shiny/materialdesign/icons/
H A Dgen.go279 ViewBox string `xml:"viewBox,attr"` member
345 ViewBox: iconvg.Rectangle{
358 for i, v := range strings.Split(g.ViewBox, " ") {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/exp/shiny/materialdesign/icons/
H A Dgen.go278 ViewBox string `xml:"viewBox,attr"` member
344 ViewBox: iconvg.Rectangle{
357 for i, v := range strings.Split(g.ViewBox, " ") {
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/
H A Ddrawing_ctx.rs46 use crate::viewbox::ViewBox;
59 pub vbox: ViewBox,
67 vbox: ViewBox::from(Rect::from_size(view_box_width, view_box_height)), in new()
76 vbox: ViewBox::from(Rect::from_size(1.0, 1.0)), in with_units()
168 vbox: ViewBox,
293 let vbox = ViewBox::from(viewport); in new()
404 vbox: ViewBox::from(Rect::from_size(1.0, 1.0)), in get_view_params_for_units()
462 let vbox = ViewBox::from(Rect::from_size(width, height)); in push_view_box()
474 vbox: Option<ViewBox>, in push_new_viewport() argument
1347 let vbox = ViewBox::from(Rect::from_size(image_width, image_height)); in draw_image()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGViewElement.h47 already_AddRefed<SVGAnimatedRect> ViewBox();
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGViewElement.cpp69 SVGViewElement::ViewBox() in ViewBox() function in mozilla::dom::SVGViewElement
H A DSVGViewElement.h50 already_AddRefed<SVGAnimatedRect> ViewBox();
/dports/devel/okteta/okteta-0.26.6/libs/kasten/gui/shell/
H A Dtabbedviews_p.hpp79 const auto* viewBox = static_cast<const ViewBox*>(mTabWidget->currentWidget()); in viewFocus()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGViewElement.cpp58 already_AddRefed<SVGAnimatedRect> SVGViewElement::ViewBox() { in ViewBox() function in mozilla::dom::SVGViewElement
H A DSVGViewElement.h49 already_AddRefed<SVGAnimatedRect> ViewBox();
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/shorthand/
H A Dmask.mako.rs32 mask_origin::single_value::SpecifiedValue::ViewBox=> in from()
33 mask_clip::single_value::SpecifiedValue::ViewBox, in from()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGMarkerElement.h78 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGFitToViewBox, FloatRect, ViewBox, viewBox)
H A DSVGPatternElement.h69 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGFitToViewBox, FloatRect, ViewBox, viewBox)
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/usvg-0.9.0/src/tree/
H A Dnodes.rs90 pub view_box: ViewBox,
164 pub view_box: ViewBox,
456 pub view_box: Option<ViewBox>,

1234567891011