Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ size
Method
size
snap_drawing/src/snap_drawing/cpp/Utils/Geometry.hpp:148–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
constexpr Size size() const {
149
return Size::make(width(), height());
150
}
151
152
constexpr Point center() const {
153
return Point::make(left + width() / 2.0f, top + height() / 2.0f);
Callers
14
utf8ToUnicode
Function · 0.45
contains
Method · 0.45
SkCodecAnimatedImage
Method · 0.45
LottieAnimatedImage
Method · 0.45
bytesFromSkData
Function · 0.45
skDataFromBytes
Function · 0.45
addSample
Method · 0.45
computeImpulseVelocity
Method · 0.45
isSVG
Function · 0.45
makeSVGDOM
Function · 0.45
clearQueueUpToSize
Method · 0.45
enqueueCachedBitmap
Method · 0.45
Calls
2
width
Function · 0.85
height
Function · 0.85
Tested by
no test coverage detected