Searched defs:allocPathForFrame (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayList.h91 SkPath* allocPathForFrame() { function in struct:android::uirenderer::PlaybackStateStruct
92 return mRenderer.allocPathForFrame();
H A DOpenGLRenderer.h344 SkPath* allocPathForFrame() { function in class:android::uirenderer::OpenGLRenderer
H A DRenderNode.cpp779 inline SkPath* allocPathForFrame() { return mDeferStruct.allocPathForFrame(); } function in class:android::uirenderer::DeferOperationHandler
810 inline SkPath* allocPathForFrame() { return mReplayStruct.allocPathForFrame(); } function in class:android::uirenderer::ReplayOperationHandler
877 frameAllocatedPath = handler.allocPathForFrame();
886 frameAllocatedPath = handler.allocPathForFrame();

Completed in 485 milliseconds