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

/frameworks/base/libs/hwui/
H A DDisplayList.h86 SkPath* allocPathForFrame() { function in struct:android::uirenderer::PlaybackStateStruct
87 return mRenderer.allocPathForFrame();
H A DRenderNode.cpp600 inline SkPath* allocPathForFrame() { return mDeferStruct.allocPathForFrame(); } function in class:android::uirenderer::DeferOperationHandler
631 inline SkPath* allocPathForFrame() { return mReplayStruct.allocPathForFrame(); } function in class:android::uirenderer::ReplayOperationHandler
696 frameAllocatedPath = handler.allocPathForFrame();
705 frameAllocatedPath = handler.allocPathForFrame();
H A DOpenGLRenderer.h415 SkPath* allocPathForFrame() { function in class:android::uirenderer::OpenGLRenderer

Completed in 247 milliseconds