Home
last modified time | relevance | path

Searched defs:StyleShapeSource (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleStruct.h2610 struct StyleShapeSource struct
2612 StyleShapeSource() in StyleShapeSource() function
2616 StyleShapeSource(const StyleShapeSource& aSource) in StyleShapeSource() argument
2628 ~StyleShapeSource() in ~StyleShapeSource() argument
2676 StyleShapeSourceType GetType() const in GetType() argument
2693 mType = StyleShapeSourceType::URL; in SetURL() argument
2711 mType = StyleShapeSourceType::Shape; in SetBasicShape() argument
2716 MOZ_ASSERT(mType == StyleShapeSourceType::Box || in GetReferenceBox() argument
2726 mType = StyleShapeSourceType::Box; in SetReferenceBox() argument
2732 if (mType == StyleShapeSourceType::Shape) { in ReleaseRef() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Dconversions.rs607 impl StyleShapeSource { implementation
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dbindings.rs1369 pub fn Gecko_CopyShapeSourceFrom(dst: *mut StyleShapeSource, src: *const StyleShapeSource); in Gecko_CopyShapeSourceFrom()
1372 pub fn Gecko_DestroyShapeSource(shape: *mut StyleShapeSource); in Gecko_DestroyShapeSource()
1375 pub fn Gecko_NewBasicShape(shape: *mut StyleShapeSource, type_: StyleBasicShapeType); in Gecko_NewBasicShape()
1378 pub fn Gecko_NewShapeImage(shape: *mut StyleShapeSource); in Gecko_NewShapeImage()
1381 pub fn Gecko_StyleShapeSource_SetURLValue(shape: *mut StyleShapeSource, uri: *mut URLValue); in Gecko_StyleShapeSource_SetURLValue()
H A Dstructs.rs8783 pub struct StyleShapeSource { struct
8786 pub mType: root::mozilla::StyleShapeSourceType,
8787 pub mReferenceBox: root::mozilla::StyleGeometryBox,
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleStruct.cpp939 StyleShapeSource::StyleShapeSource(const StyleShapeSource& aSource) { in StyleShapeSource() function in StyleShapeSource