MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getSize

Method getSize

Source/Node/Node.cpp:280–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280Size Node::getSize() const noexcept {
281 return _transform ? Size{_transform->width, _transform->height} : Size::zero;
282}
283
284void Node::setTag(String tag) {
285 if (!tag.empty()) {

Callers 15

getPosMethod · 0.45
downMethod · 0.45
moveMethod · 0.45
wheelMethod · 0.45
gestureMethod · 0.45
getLayerDictFunction · 0.45
ARRAY_STARTFunction · 0.45
renderMethod · 0.45
getTouchedItemFunction · 0.45
itemForTouchMethod · 0.45
drawFullScreenStencilMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected