Searched refs:setupDrawColor (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h851 void setupDrawColor(int color, int alpha);
852 void setupDrawColor(float r, float g, float b, float a);
H A DOpenGLRenderer.cpp933 setupDrawColor(alpha, alpha, alpha, alpha);
1132 setupDrawColor(alpha, alpha, alpha, alpha);
1312 setupDrawColor(0.0f, 0.0f, 0.0f, 1.0f);
1610 void OpenGLRenderer::setupDrawColor(int color, int alpha) { function in class:android::uirenderer::OpenGLRenderer
1632 void OpenGLRenderer::setupDrawColor(float r, float g, float b, float a) { function in class:android::uirenderer::OpenGLRenderer
2127 setupDrawColor(a, a, a, a);
2345 setupDrawColor(color, ((color >> 24) & 0xFF) * mSnapshot->alpha);
2930 setupDrawColor(a, a, a, a);
3215 setupDrawColor(color, ((color >> 24) & 0xFF) * currentSnapshot()->alpha);
3246 setupDrawColor(colo
[all...]
H A DFontRenderer.cpp65 renderer->setupDrawColor(floatAlpha, floatAlpha, floatAlpha, floatAlpha);

Completed in 2091 milliseconds