Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.h96 SkPath* allocPathForFrame() { in allocPathForFrame() function
97 return mRenderer.allocPathForFrame(); in allocPathForFrame()
DRenderNode.cpp789 inline SkPath* allocPathForFrame() { return mDeferStruct.allocPathForFrame(); } in pushLayerUpdate() function in android::uirenderer::DeferOperationHandler
820 inline SkPath* allocPathForFrame() { return mReplayStruct.allocPathForFrame(); } in pushLayerUpdate() function in android::uirenderer::ReplayOperationHandler
887 frameAllocatedPath = handler.allocPathForFrame(); in pushLayerUpdate()
896 frameAllocatedPath = handler.allocPathForFrame(); in pushLayerUpdate()
DOpenGLRenderer.h344 SkPath* allocPathForFrame() { in allocPathForFrame() function