MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / getPageWidth

Method getPageWidth

lib/Xtc/Xtc.cpp:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490uint16_t Xtc::getPageWidth() const {
491 if (!loaded || !parser) {
492 return 0;
493 }
494 return parser->getWidth();
495}
496
497uint16_t Xtc::getPageHeight() const {
498 if (!loaded || !parser) {

Callers 1

renderPageMethod · 0.80

Calls 1

getWidthMethod · 0.45

Tested by

no test coverage detected