Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosspoint-reader/crosspoint-reader
/ is1Bit
Method
is1Bit
lib/GfxRenderer/Bitmap.h:77–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
bool hasGreyscale() const { return bpp > 1; }
76
int getRowBytes() const { return rowBytes; }
77
bool is1Bit() const { return bpp == 1; }
78
uint16_t getBpp() const { return bpp; }
79
80
private:
Callers
1
drawBitmap
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected