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

Method isTopDown

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

Source from the content-addressed store, hash-verified

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; }
76 int getRowBytes() const { return rowBytes; }
77 bool is1Bit() const { return bpp == 1; }

Callers 2

drawBitmapMethod · 0.80
drawBitmap1BitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected