Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
490
uint16_t Xtc::getPageWidth() const {
491
if (!loaded || !parser) {
492
return 0;
493
}
494
return parser->getWidth();
495
}
496
497
uint16_t Xtc::getPageHeight() const {
498
if (!loaded || !parser) {
Callers
1
renderPage
Method · 0.80
Calls
1
getWidth
Method · 0.45
Tested by
no test coverage detected