MCPcopy Create free account
hub / github.com/PKU-IDEA/OpenPARF / initSiteMapCbk

Method initSiteMapCbk

openparf/database/database.cpp:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 site_resources_.clear();
155 }
156 void initSiteMapCbk(unsigned w, unsigned h) { db_.layout().siteMap().reshape(w, h); }
157 void endSiteMapCbk() {
158 if (last_site_) {
159 last_site_->setBbox({last_site_->siteMapId().x(), last_site_->siteMapId().y(), last_site_->siteMapId().x() + 1,

Callers 3

readXMLMethod · 0.45
readFlexshelfLayoutMethod · 0.45

Calls 1

reshapeMethod · 0.45

Tested by

no test coverage detected