MCPcopy Create free account
hub / github.com/buggins/coolreader / initNodeStyleRecursive

Method initNodeStyleRecursive

crengine/src/lvtinydom.cpp:9801–9806  ·  view source on GitHub ↗

init render method for the whole subtree

Source from the content-addressed store, hash-verified

9799
9800/// init render method for the whole subtree
9801void ldomNode::initNodeStyleRecursive()
9802{
9803 getDocument()->_fontMap.clear();
9804 updateStyleDataRecursive( this );
9805 //recurseElements( updateStyleData );
9806}
9807#endif
9808
9809/// calls specified function recursively for all elements of DOM tree

Callers 1

renderMethod · 0.80

Calls 2

updateStyleDataRecursiveFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected