Searched defs:functor (Results 1 – 14 of 14) sorted by relevance
| /frameworks/base/libs/hwui/ |
| D | AnimatorManager.cpp | 132 AnimateFunctor functor(info, mAnimationHandle->context()); in animateCommon() local 172 EndActiveAnimatorsFunctor functor(mAnimationHandle->context()); in endAllActiveAnimators() local
|
| D | RenderState.cpp | 103 void RenderState::invokeFunctor(Functor* functor, DrawGlInfo::Mode mode, DrawGlInfo* info) { in invokeFunctor()
|
| D | FontRenderer.cpp | 664 void FontRenderer::initRender(const Rect* clip, Rect* bounds, Functor* functor) { in initRender() 692 const float* positions, Rect* bounds, Functor* functor, bool forceFinish) { in renderPosText() 710 float hOffset, float vOffset, Rect* bounds, Functor* functor) { in renderTextOnPath()
|
| D | DisplayListRenderer.cpp | 90 status_t DisplayListRenderer::callDrawGLFunction(Functor *functor, Rect& dirty) { in callDrawGLFunction()
|
| D | OpenGLRenderer.cpp | 352 status_t OpenGLRenderer::callDrawGLFunction(Functor* functor, Rect& dirty) { in callDrawGLFunction()
|
| D | DisplayListOp.h | 1451 DrawFunctorOp(Functor* functor) in DrawFunctorOp()
|
| /frameworks/webview/chromium/java/com/android/webview/chromium/ |
| D | DrawGLFunctor.java | 122 private static native void nativeDestroyGLFunctor(long functor); in nativeDestroyGLFunctor()
|
| /frameworks/webview/chromium/plat_support/ |
| D | draw_gl_functor.cpp | 126 void DestroyGLFunctor(JNIEnv*, jclass, jlong functor) { in DestroyGLFunctor()
|
| /frameworks/base/libs/hwui/renderthread/ |
| D | CanvasContext.cpp | 270 void CanvasContext::invokeFunctor(RenderThread& thread, Functor* functor) { in invokeFunctor()
|
| D | RenderProxy.cpp | 222 CREATE_BRIDGE2(invokeFunctor, RenderThread* thread, Functor* functor) { in CREATE_BRIDGE2() 227 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() 510 private static native void nInvokeFunctor(long functor, boolean waitForCompletion); in nInvokeFunctor()
|
| D | ViewRootImpl.java | 659 public void detachFunctor(long functor) { in detachFunctor() 678 public void invokeFunctor(long functor, boolean waitForCompletion) { in invokeFunctor()
|
| /frameworks/base/core/jni/ |
| D | android_view_ThreadedRenderer.cpp | 319 Functor* functor = reinterpret_cast<Functor*>(functorPtr); in android_view_ThreadedRenderer_invokeFunctor() local
|
| D | android_view_GLES20Canvas.cpp | 158 Functor* functor = reinterpret_cast<Functor*>(functorPtr); in android_view_GLES20Canvas_callDrawGLFunction() local
|