/frameworks/base/libs/hwui/ |
DisplayListRenderer.cpp | 470 void DisplayListRenderer::setupShadow(float radius, float dx, float dy, int color) { 472 OpenGLRenderer::setupShadow(radius, dx, dy, color);
|
DisplayListRenderer.h | 136 virtual void setupShadow(float radius, float dx, float dy, int color);
|
OpenGLRenderer.h | 329 virtual void setupShadow(float radius, float dx, float dy, int color); [all...] |
DisplayListOp.h | 677 renderer.setupShadow(mRadius, mDx, mDy, mColor); 681 OP_LOG("SetupShadow, radius %f, %f, %f, color %#x", mRadius, mDx, mDy, mColor); 684 virtual const char* name() { return "SetupShadow"; } [all...] |
OpenGLRenderer.cpp | [all...] |
/frameworks/base/core/jni/ |
android_view_GLES20Canvas.cpp | 568 renderer->setupShadow(radius, dx, dy, color); [all...] |