Searched refs:setupShadow (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp470 void DisplayListRenderer::setupShadow(float radius, float dx, float dy, int color) { function in class:android::uirenderer::DisplayListRenderer
472 OpenGLRenderer::setupShadow(radius, dx, dy, color);
H A DDisplayListRenderer.h136 virtual void setupShadow(float radius, float dx, float dy, int color);
H A DOpenGLRenderer.h329 virtual void setupShadow(float radius, float dx, float dy, int color);
H A DDisplayListOp.h677 renderer.setupShadow(mRadius, mDx, mDy, mColor);
H A DOpenGLRenderer.cpp3191 void OpenGLRenderer::setupShadow(float radius, float dx, float dy, int color) { function in class:android::uirenderer::OpenGLRenderer
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp568 renderer->setupShadow(radius, dx, dy, color);

Completed in 248 milliseconds