Home
last modified time | relevance | path

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

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