MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getPointScale

Method getPointScale

valdi/src/valdi/android/ViewManager.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222float ViewManager::getPointScale() const {
223 return _pointScale.load(std::memory_order_relaxed);
224}
225
226void ViewManager::setPointScale(float pointScale) {
227 _pointScale.store(pointScale, std::memory_order_relaxed);

Callers 15

TESTFunction · 0.45
convertPointsToPixelsMethod · 0.45
rasterIntoMethod · 0.45
getViewNodePointMethod · 0.45
getViewNodeSizeMethod · 0.45
canViewNodeScrollMethod · 0.45
measureLayoutMethod · 0.45
setLayoutSpecsMethod · 0.45
setVisibleViewportMethod · 0.45
notifyScrollMethod · 0.45

Calls 1

loadMethod · 0.65

Tested by 1

TESTFunction · 0.36