Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ width
Method
width
bwapi/BWAPI/Source/BW/Bitmap.cpp:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
int Bitmap::width() const
41
{
42
if ( this )
43
return this->wid;
44
return 0;
45
}
46
47
int Bitmap::height() const
48
{
Callers
6
blitBitmap
Method · 0.95
blitString
Method · 0.95
plot
Method · 0.95
plotX
Method · 0.95
drawLine
Method · 0.95
clear
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected