Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.h85 SkPath* allocPathForFrame() { in allocPathForFrame() function
86 return mRenderer.allocPathForFrame(); in allocPathForFrame()
DRenderNode.cpp596 inline SkPath* allocPathForFrame() { return mDeferStruct.allocPathForFrame(); } in allocPathForFrame() function in android::uirenderer::DeferOperationHandler
627 inline SkPath* allocPathForFrame() { return mReplayStruct.allocPathForFrame(); } in allocPathForFrame() function in android::uirenderer::ReplayOperationHandler
690 frameAllocatedPath = handler.allocPathForFrame(); in issueDrawShadowOperation()
699 frameAllocatedPath = handler.allocPathForFrame(); in issueDrawShadowOperation()
DOpenGLRenderer.h345 SkPath* allocPathForFrame() { in allocPathForFrame() function