Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/rlottie
/ width
Method
width
src/vector/vbitmap.cpp:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
size_t VBitmap::width() const
154
{
155
return mImpl ? mImpl->width() : 0;
156
}
157
158
size_t VBitmap::height() const
159
{
Callers
12
fillRect
Function · 0.45
addRect
Method · 0.45
prepare
Method · 0.45
init
Method · 0.45
blend_image
Function · 0.45
addOval
Method · 0.45
addRect
Method · 0.45
addRoundRect
Method · 0.45
findEllipseCoords
Function · 0.45
curvesForArc
Function · 0.45
map
Method · 0.45
reset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected