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

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h696 void setupDrawColor(int color);
697 void setupDrawColor(int color, int alpha);
698 void setupDrawColor(float r, float g, float b, float a);
H A DOpenGLRenderer.cpp910 setupDrawColor(alpha, alpha, alpha, alpha);
1005 setupDrawColor(alpha, alpha, alpha, alpha);
1146 setupDrawColor(0.0f, 0.0f, 0.0f, 1.0f);
1339 void OpenGLRenderer::setupDrawColor(int color) { function in class:android::uirenderer::OpenGLRenderer
1340 setupDrawColor(color, (color >> 24) & 0xFF);
1343 void OpenGLRenderer::setupDrawColor(int color, int alpha) { function in class:android::uirenderer::OpenGLRenderer
1371 void OpenGLRenderer::setupDrawColor(float r, float g, float b, float a) { function in class:android::uirenderer::OpenGLRenderer
1959 setupDrawColor(color, ((color >> 24) & 0xFF) * mSnapshot->alpha);
2070 setupDrawColor(paint->getColor(), alpha);
2299 setupDrawColor(pain
[all...]

Completed in 50 milliseconds