/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/ |
H A D | clip_node.cc | 15 ClipNode::ClipNode() in ClipNode() function in cc::ClipNode 22 ClipNode::ClipNode(const ClipNode& other) = default; 24 ClipNode& ClipNode::operator=(const ClipNode& other) = default; 26 ClipNode::~ClipNode() = default; 29 bool ClipNode::operator==(const ClipNode& other) const { in operator ==() 37 void ClipNode::AsValueInto(base::trace_event::TracedValue* value) const { in AsValueInto()
|
H A D | clip_node.h | 23 struct CC_EXPORT ClipNode { struct 24 ClipNode(); 25 ClipNode(const ClipNode& other); 27 ClipNode& operator=(const ClipNode& other); argument 29 ~ClipNode(); 75 bool operator==(const ClipNode& other) const; argument
|
H A D | draw_property_utils.cc | 137 ConditionalClip ComputeCurrentClip(const ClipNode* clip_node, in ComputeCurrentClip() 165 case ClipNode::ClipType::APPLIES_LOCAL_CLIP: { in ApplyClipNodeToAccumulatedClip() 177 case ClipNode::ClipType::EXPANDS_CLIP: { in ApplyClipNodeToAccumulatedClip() 226 const ClipNode* clip_node = clip_tree.Node(local_clip_id); in ComputeAccumulatedClip() 236 base::stack<const ClipNode*, std::vector<const ClipNode*>> parent_chain; in ComputeAccumulatedClip() 339 const ClipNode* clip_node_1 = clip_tree->Node(clip_id_1); in LowestCommonAncestor() 340 const ClipNode* clip_node_2 = clip_tree->Node(clip_id_2); in LowestCommonAncestor() 590 void SetSurfaceClipRect(const ClipNode* parent_clip_node, in SetSurfaceClipRect() 664 const ClipNode* clip_node = in LayerVisibleRect() 817 ClipNode* clip_node = clip_tree->Node(i); in ComputeClips() [all …]
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/ |
H A D | clip_node.cc | 15 ClipNode::ClipNode() in ClipNode() function in cc::ClipNode 22 ClipNode::ClipNode(const ClipNode& other) = default; 24 ClipNode& ClipNode::operator=(const ClipNode& other) = default; 26 ClipNode::~ClipNode() = default; 28 bool ClipNode::operator==(const ClipNode& other) const { in operator ==() 35 void ClipNode::AsValueInto(base::trace_event::TracedValue* value) const { in AsValueInto()
|
H A D | clip_node.h | 23 struct CC_EXPORT ClipNode { struct 24 ClipNode(); 25 ClipNode(const ClipNode& other); 27 ClipNode& operator=(const ClipNode& other); argument 29 ~ClipNode(); 74 bool operator==(const ClipNode& other) const; argument
|
H A D | draw_property_utils.cc | 136 ConditionalClip ComputeCurrentClip(const ClipNode* clip_node, in ComputeCurrentClip() 164 case ClipNode::ClipType::APPLIES_LOCAL_CLIP: { in ApplyClipNodeToAccumulatedClip() 176 case ClipNode::ClipType::EXPANDS_CLIP: { in ApplyClipNodeToAccumulatedClip() 225 const ClipNode* clip_node = clip_tree.Node(local_clip_id); in ComputeAccumulatedClip() 235 base::stack<const ClipNode*, std::vector<const ClipNode*>> parent_chain; in ComputeAccumulatedClip() 338 const ClipNode* clip_node_1 = clip_tree->Node(clip_id_1); in LowestCommonAncestor() 339 const ClipNode* clip_node_2 = clip_tree->Node(clip_id_2); in LowestCommonAncestor() 547 void SetSurfaceClipRect(const ClipNode* parent_clip_node, in SetSurfaceClipRect() 621 const ClipNode* clip_node = in LayerVisibleRect() 749 ClipNode* clip_node = clip_tree->Node(i); in ComputeClips() [all …]
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/ |
H A D | ClipNode.cpp | 19 ClipNode::ClipNode(): in ClipNode() function in ClipNode 26 ClipNode::ClipNode(const ClipNode& cn, const CopyOp& copyop): in ClipNode() function in ClipNode 44 ClipNode::~ClipNode() in ~ClipNode() 49 void ClipNode::setReferenceFrame(ReferenceFrame rf) in setReferenceFrame() 55 void ClipNode::createClipBox(const BoundingBox& bb,unsigned int clipPlaneNumberBase) in createClipBox() 78 bool ClipNode::addClipPlane(ClipPlane* clipplane) in addClipPlane() 98 bool ClipNode::removeClipPlane(ClipPlane* clipplane) in removeClipPlane() 118 bool ClipNode::removeClipPlane(unsigned int pos) in removeClipPlane() 135 void ClipNode::setStateSetModes(StateSet& stateset,StateAttribute::GLModeValue value) const in setStateSetModes() 145 void ClipNode::setLocalStateSetModes(StateAttribute::GLModeValue value) in setLocalStateSetModes() [all …]
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/ |
H A D | ClipNode.cpp | 19 ClipNode::ClipNode(): in ClipNode() function in ClipNode 26 ClipNode::ClipNode(const ClipNode& cn, const CopyOp& copyop): in ClipNode() function in ClipNode 44 ClipNode::~ClipNode() in ~ClipNode() 49 void ClipNode::setReferenceFrame(ReferenceFrame rf) in setReferenceFrame() 55 void ClipNode::createClipBox(const BoundingBox& bb,unsigned int clipPlaneNumberBase) in createClipBox() 78 bool ClipNode::addClipPlane(ClipPlane* clipplane) in addClipPlane() 98 bool ClipNode::removeClipPlane(ClipPlane* clipplane) in removeClipPlane() 118 bool ClipNode::removeClipPlane(unsigned int pos) in removeClipPlane() 135 void ClipNode::setStateSetModes(StateSet& stateset,StateAttribute::GLModeValue value) const in setStateSetModes() 145 void ClipNode::setLocalStateSetModes(StateAttribute::GLModeValue value) in setLocalStateSetModes() [all …]
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/ |
H A D | ClipNode.cpp | 15 REGISTER_DOTOSGWRAPPER(ClipNode) 17 new osg::ClipNode, 28 ClipNode& clipnode = static_cast<ClipNode&>(obj); in ClipNode_readLocalData() 34 clipnode.setReferenceFrame(ClipNode::ABSOLUTE_RF); in ClipNode_readLocalData() 40 clipnode.setReferenceFrame(ClipNode::RELATIVE_RF); in ClipNode_readLocalData() 60 const ClipNode& clipnode = static_cast<const ClipNode&>(obj); in ClipNode_writeLocalData() 65 case ClipNode::ABSOLUTE_RF: in ClipNode_writeLocalData() 68 case ClipNode::RELATIVE_RF: in ClipNode_writeLocalData()
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/ |
H A D | ClipNode.cpp | 15 REGISTER_DOTOSGWRAPPER(ClipNode) 17 new osg::ClipNode, 28 ClipNode& clipnode = static_cast<ClipNode&>(obj); in ClipNode_readLocalData() 34 clipnode.setReferenceFrame(ClipNode::ABSOLUTE_RF); in ClipNode_readLocalData() 40 clipnode.setReferenceFrame(ClipNode::RELATIVE_RF); in ClipNode_readLocalData() 60 const ClipNode& clipnode = static_cast<const ClipNode&>(obj); in ClipNode_writeLocalData() 65 case ClipNode::ABSOLUTE_RF: in ClipNode_writeLocalData() 68 case ClipNode::RELATIVE_RF: in ClipNode_writeLocalData()
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/ |
H A D | ClipNode | 23 class OSG_EXPORT ClipNode : public Group 31 ClipNode(); 33 ClipNode(const ClipNode& es, const CopyOp& copyop=CopyOp::SHALLOW_COPY); 35 META_Node(osg, ClipNode); 43 /** Set the ClipNode's ReferenceFrame, either to be relative to its 47 * also set the CullingActive flag to false on the ClipNode (and 50 * culling, but may impact cull times if the absolute ClipNode is 52 * absolute ClipNode at the top of the scene. 67 * isn't in this ClipNode.*/ 103 virtual ~ClipNode();
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/ |
H A D | ClipNode | 23 class OSG_EXPORT ClipNode : public Group 31 ClipNode(); 33 ClipNode(const ClipNode& es, const CopyOp& copyop=CopyOp::SHALLOW_COPY); 35 META_Node(osg, ClipNode); 43 /** Set the ClipNode's ReferenceFrame, either to be relative to its 47 * also set the CullingActive flag to false on the ClipNode (and 50 * culling, but may impact cull times if the absolute ClipNode is 52 * absolute ClipNode at the top of the scene. 67 * isn't in this ClipNode.*/ 103 virtual ~ClipNode();
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osg/ |
H A D | ClipNode.cpp | 6 REGISTER_OBJECT_WRAPPER( ClipNode, 7 new osg::ClipNode, 8 osg::ClipNode, 11 ADD_LIST_SERIALIZER( ClipPlaneList, osg::ClipNode::ClipPlaneList ); // _planes
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osg/ |
H A D | ClipNode.cpp | 6 REGISTER_OBJECT_WRAPPER( ClipNode, 7 new osg::ClipNode, 8 osg::ClipNode, 11 ADD_LIST_SERIALIZER( ClipPlaneList, osg::ClipNode::ClipPlaneList ); // _planes
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/ |
H A D | ClipNode.cpp | 23 void ClipNode::write(DataOutputStream* out){ in write() 49 void ClipNode::read(DataInputStream* in){ in read() 66 setReferenceFrame((osg::ClipNode::ReferenceFrame) in->readInt()); in read()
|
H A D | ClipNode.h | 8 class ClipNode : public osg::ClipNode {
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/ |
H A D | ClipNode.cpp | 23 void ClipNode::write(DataOutputStream* out){ in write() 49 void ClipNode::read(DataInputStream* in){ in read() 66 setReferenceFrame((osg::ClipNode::ReferenceFrame) in->readInt()); in read()
|
H A D | ClipNode.h | 8 class ClipNode : public osg::ClipNode, public ReadWrite {
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/doc/ |
H A D | CLIPPING_AND_POSITIONING.md | 32 3. A collection of `ClipChains`. Each `ClipChain` is a list of `ClipNode` 39 One holdover from the previous design is that both `ClipNode` and `SpatialNodes` 40 have a parent node, which is either a `SpatialNode` or a `ClipNode`. From this 41 node WebRender can determine both a parent `ClipNode` and a parent `SpatialNode` 72 ## `ClipNode` 83 addition, each `ClipNode` produces a template `ClipChainNode` used to build 91 `ClipNode` established by its parent node. Every `ClipNode` has a chain of 92 ancestor `SpatialNodes` and `ClipNodes`. The creation of a `ClipNode` 96 hierarchical `ClipChains` are constructed during the `ClipNode::update()` step. 101 any `ClipNode` appended to the chain. An example of the goal of this process is [all …]
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/doc/ |
H A D | CLIPPING_AND_POSITIONING.md | 32 3. A collection of `ClipChains`. Each `ClipChain` is a list of `ClipNode` 39 One holdover from the previous design is that both `ClipNode` and `SpatialNodes` 40 have a parent node, which is either a `SpatialNode` or a `ClipNode`. From this 41 node WebRender can determine both a parent `ClipNode` and a parent `SpatialNode` 72 ## `ClipNode` 83 addition, each `ClipNode` produces a template `ClipChainNode` used to build 91 `ClipNode` established by its parent node. Every `ClipNode` has a chain of 92 ancestor `SpatialNodes` and `ClipNodes`. The creation of a `ClipNode` 96 hierarchical `ClipChains` are constructed during the `ClipNode::update()` step. 101 any `ClipNode` appended to the chain. An example of the goal of this process is [all …]
|
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/doc/ |
H A D | CLIPPING_AND_POSITIONING.md | 32 3. A collection of `ClipChains`. Each `ClipChain` is a list of `ClipNode` 39 One holdover from the previous design is that both `ClipNode` and `SpatialNodes` 40 have a parent node, which is either a `SpatialNode` or a `ClipNode`. From this 41 node WebRender can determine both a parent `ClipNode` and a parent `SpatialNode` 73 ## `ClipNode` 84 addition, each `ClipNode` produces a template `ClipChainNode` used to build 92 `ClipNode` established by its parent node. Every `ClipNode` has a chain of 93 ancestor `SpatialNodes` and `ClipNodes`. The creation of a `ClipNode` 97 hierarchical `ClipChains` are constructed during the `ClipNode::update()` step. 102 any `ClipNode` appended to the chain. An example of the goal of this process is [all …]
|
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/doc/ |
H A D | CLIPPING_AND_POSITIONING.md | 32 3. A collection of `ClipChains`. Each `ClipChain` is a list of `ClipNode` 39 One holdover from the previous design is that both `ClipNode` and `SpatialNodes` 40 have a parent node, which is either a `SpatialNode` or a `ClipNode`. From this 41 node WebRender can determine both a parent `ClipNode` and a parent `SpatialNode` 72 ## `ClipNode` 83 addition, each `ClipNode` produces a template `ClipChainNode` used to build 91 `ClipNode` established by its parent node. Every `ClipNode` has a chain of 92 ancestor `SpatialNodes` and `ClipNodes`. The creation of a `ClipNode` 96 hierarchical `ClipChains` are constructed during the `ClipNode::update()` step. 101 any `ClipNode` appended to the chain. An example of the goal of this process is [all …]
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/doc/ |
H A D | CLIPPING_AND_POSITIONING.md | 32 3. A collection of `ClipChains`. Each `ClipChain` is a list of `ClipNode` 39 One holdover from the previous design is that both `ClipNode` and `SpatialNodes` 40 have a parent node, which is either a `SpatialNode` or a `ClipNode`. From this 41 node WebRender can determine both a parent `ClipNode` and a parent `SpatialNode` 72 ## `ClipNode` 83 addition, each `ClipNode` produces a template `ClipChainNode` used to build 91 `ClipNode` established by its parent node. Every `ClipNode` has a chain of 92 ancestor `SpatialNodes` and `ClipNodes`. The creation of a `ClipNode` 96 hierarchical `ClipChains` are constructed during the `ClipNode::update()` step. 101 any `ClipNode` appended to the chain. An example of the goal of this process is [all …]
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgclip/ |
H A D | osgclip.cpp | 70 osg::ClipNode* clipnode = new osg::ClipNode; in decorate_with_clip_node() 109 osg::ClipNode* clipnode = new osg::ClipNode; in simple_decorate_with_clip_node()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/ |
H A D | property_tree_test_utils.h | 43 ClipNode& CreateClipNode(Layer*, int parent_id = ClipTree::kInvalidNodeId); 44 ClipNode& CreateClipNode(LayerImpl*, int parent_id = ClipTree::kInvalidNodeId); 59 ClipNode& CreateClipNode(PropertyTrees*, int parent_id, int transform_id); 87 ClipNode* GetClipNode(const LayerType* layer) { in GetClipNode()
|