MCPcopy 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

utf8ToUnicodeFunction · 0.45
containsMethod · 0.45
SkCodecAnimatedImageMethod · 0.45
LottieAnimatedImageMethod · 0.45
bytesFromSkDataFunction · 0.45
skDataFromBytesFunction · 0.45
addSampleMethod · 0.45
isSVGFunction · 0.45
makeSVGDOMFunction · 0.45
clearQueueUpToSizeMethod · 0.45
enqueueCachedBitmapMethod · 0.45

Calls 2

widthFunction · 0.85
heightFunction · 0.85

Tested by

no test coverage detected