Searched defs:functor (Results 1 – 14 of 14) sorted by relevance
| /frameworks/base/libs/hwui/ |
| D | AnimatorManager.cpp | 133 AnimateFunctor functor(info, mAnimationHandle->context()); in animateCommon() local 174 EndActiveAnimatorsFunctor functor(mAnimationHandle->context()); in endAllActiveAnimators() local
|
| D | FontRenderer.cpp | 627 void FontRenderer::initRender(const Rect* clip, Rect* bounds, TextDrawFunctor* functor) { in initRender() 655 const float* positions, Rect* bounds, TextDrawFunctor* functor, bool forceFinish) { in renderPosText() 673 float hOffset, float vOffset, Rect* bounds, TextDrawFunctor* functor) { in renderTextOnPath()
|
| D | DisplayListCanvas.cpp | 91 void DisplayListCanvas::callDrawGLFunction(Functor *functor) { in callDrawGLFunction()
|
| D | OpenGLRenderer.cpp | 272 void OpenGLRenderer::callDrawGLFunction(Functor* functor, Rect& dirty) { in callDrawGLFunction()
|
| D | DisplayListOp.h | 1399 DrawFunctorOp(Functor* functor) in DrawFunctorOp()
|
| /frameworks/webview/chromium/plat_support/ |
| D | draw_gl_functor.cpp | 126 void DestroyGLFunctor(JNIEnv*, jclass, jlong functor) { in DestroyGLFunctor()
|
| /frameworks/base/libs/hwui/renderstate/ |
| D | RenderState.cpp | 126 void RenderState::invokeFunctor(Functor* functor, DrawGlInfo::Mode mode, DrawGlInfo* info) { in invokeFunctor()
|
| /frameworks/base/libs/hwui/renderthread/ |
| D | CanvasContext.cpp | 305 void CanvasContext::invokeFunctor(RenderThread& thread, Functor* functor) { in invokeFunctor()
|
| D | RenderProxy.cpp | 241 CREATE_BRIDGE2(invokeFunctor, RenderThread* thread, Functor* functor) { in CREATE_BRIDGE2() 246 void RenderProxy::invokeFunctor(Functor* functor, bool waitForCompletion) { in invokeFunctor()
|
| /frameworks/base/core/java/android/view/ |
| D | ThreadedRenderer.java | 354 static void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor() 518 private static native void nInvokeFunctor(long functor, boolean waitForCompletion); in nInvokeFunctor()
|
| D | ViewRootImpl.java | 676 public void detachFunctor(long functor) { in detachFunctor() 695 public void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor()
|
| /frameworks/base/core/jni/ |
| D | android_view_DisplayListCanvas.cpp | 96 Functor* functor = reinterpret_cast<Functor*>(functorPtr); in android_view_DisplayListCanvas_callDrawGLFunction() local
|
| D | android_view_ThreadedRenderer.cpp | 335 Functor* functor = reinterpret_cast<Functor*>(functorPtr); in android_view_ThreadedRenderer_invokeFunctor() local
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | PackageManagerService.java | 14376 String expectedStartTag, BlobXmlRestorer functor) in restoreFromXml()
|