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

Method needsProcessFrame

snap_drawing/src/snap_drawing/cpp/Layers/LayerRoot.cpp:333–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 VALDI_TRACE("SnapDrawing.flushEvents");
332 refreshTouches(frameTime);
333 _eventQueue.flush(frameTime);
334 }
335
336 Ref<DisplayList> displayList;
337
338 if (_needsDisplay) {

Callers 5

TEST_FFunction · 0.80
TESTFunction · 0.80
flushAnimationsMethod · 0.80
processFramesMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
TESTFunction · 0.64
flushAnimationsMethod · 0.64