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

Function updateRendMethod

crengine/src/lvtinydom.cpp:9760–9763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9758
9759#if BUILD_LITE!=1
9760static void updateRendMethod( ldomNode * node )
9761{
9762 node->initNodeRendMethod();
9763}
9764
9765/// init render method for the whole subtree
9766void ldomNode::initNodeRendMethodRecursive()

Callers

nothing calls this directly

Calls 1

initNodeRendMethodMethod · 0.80

Tested by

no test coverage detected