Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ height
Method
height
bwapi/BWAPI/Source/BW/Bitmap.cpp:47–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
int Bitmap::height() const
48
{
49
if ( this )
50
return this->ht;
51
return 0;
52
}
53
54
void Bitmap::blitBitmap(const Bitmap *pSrc, int x, int y)
55
{
Callers
5
blitBitmap
Method · 0.95
blitString
Method · 0.95
plot
Method · 0.95
drawLine
Method · 0.95
clear
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected