MCPcopy 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
153size_t VBitmap::width() const
154{
155 return mImpl ? mImpl->width() : 0;
156}
157
158size_t VBitmap::height() const
159{

Callers 12

fillRectFunction · 0.45
addRectMethod · 0.45
prepareMethod · 0.45
initMethod · 0.45
blend_imageFunction · 0.45
addOvalMethod · 0.45
addRectMethod · 0.45
addRoundRectMethod · 0.45
findEllipseCoordsFunction · 0.45
curvesForArcFunction · 0.45
mapMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected