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

Method getWidth

lib/GfxRenderer/Bitmap.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 BmpReaderError readNextRow(uint8_t* data, uint8_t* rowBuffer) const;
71 BmpReaderError rewindToData() const;
72 int getWidth() const { return width; }
73 int getHeight() const { return height; }
74 bool isTopDown() const { return topDown; }
75 bool hasGreyscale() const { return bpp > 1; }

Callers 9

drawBitmapMethod · 0.45
drawBitmap1BitMethod · 0.45
drawRecentBookCoverMethod · 0.45
drawRecentBookCoverMethod · 0.45
drawRecentBookCoverMethod · 0.45
drawRecentBookCoverMethod · 0.45
onEnterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected