• Home
  • Raw
  • Download

Lines Matching refs:_C2PlanarSectionAspect

1587 class _C2PlanarSectionAspect : public _C2PlanarCapacityAspect {
1591 inline constexpr _C2PlanarSectionAspect(uint32_t width, uint32_t height, const C2Rect &crop) in _C2PlanarSectionAspect() function
1607 inline constexpr _C2PlanarSectionAspect childSection(const C2Rect &crop) const { in childSection()
1608 return _C2PlanarSectionAspect( in childSection()
1620 inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent) in _C2PlanarSectionAspect() function
1623 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect() function
1627 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarSectionAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect() function
1642 class _C2EditablePlanarSectionAspect : public _C2PlanarSectionAspect {
1645 using _C2PlanarSectionAspect::_C2PlanarSectionAspect;
1682 class C2PlanarSection : public _C2PlanarSectionAspect {
1685 : _C2PlanarSectionAspect(&parent, crop) { } in C2PlanarSection()
1687 inline constexpr C2PlanarSection(const _C2PlanarSectionAspect &parent, const C2Rect &crop) in C2PlanarSection()
1688 : _C2PlanarSectionAspect(&parent, crop) { } in C2PlanarSection()
1805 class C2Block2D : public _C2PlanarSectionAspect {
1824 C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section);
1877 C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section);
1919 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section, C2Fence fence);
1952 C2GraphicBlock(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section);