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

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h212 virtual void setupShadow(float radius, float dx, float dy, int color);
H A DDisplayListRenderer.h619 virtual void setupShadow(float radius, float dx, float dy, int color);
H A DDisplayListRenderer.cpp1314 renderer.setupShadow(radius, dx, dy, color);
1839 void DisplayListRenderer::setupShadow(float radius, float dx, float dy, int color) { function in class:android::uirenderer::DisplayListRenderer
H A DOpenGLRenderer.cpp2910 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.cpp504 renderer->setupShadow(radius, dx, dy, color);

Completed in 103 milliseconds