Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp111687 class BaseIntRegion class
111701 BaseIntRegion () {} in BaseIntRegion() function in mozilla::gfx::BaseIntRegion
111702 BaseIntRegion (const Rect& aRect) : mImpl (ToRect(aRect)) {} in BaseIntRegion() function in mozilla::gfx::BaseIntRegion
111703 explicit BaseIntRegion (mozilla::gfx::ArrayView<pixman_box32_t> aRects) : mImpl (aRects) {} in BaseIntRegion() function in mozilla::gfx::BaseIntRegion
111704 BaseIntRegion (const BaseIntRegion& aRegion) : mImpl (aRegion.mImpl) {} in BaseIntRegion() function in mozilla::gfx::BaseIntRegion
111705 BaseIntRegion (BaseIntRegion&& aRegion) : mImpl (mozilla::Move(aRegion.mImpl)) {} in BaseIntRegion() function in mozilla::gfx::BaseIntRegion
112010 explicit BaseIntRegion(const nsRegion& aImpl) : mImpl(aImpl) {} in BaseIntRegion() function in mozilla::gfx::BaseIntRegion