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

Method getPageHeight

lib/Xtc/Xtc.cpp:497–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497uint16_t Xtc::getPageHeight() const {
498 if (!loaded || !parser) {
499 return 0;
500 }
501 return parser->getHeight();
502}
503
504uint8_t Xtc::getBitDepth() const {
505 if (!loaded || !parser) {

Callers 1

renderPageMethod · 0.80

Calls 1

getHeightMethod · 0.45

Tested by

no test coverage detected