HomeSort by relevance Sort by last modified time
    Searched refs:setupDrawColor (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
OpenGLRenderer.h 851 void setupDrawColor(int color, int alpha);
852 void setupDrawColor(float r, float g, float b, float a);
    [all...]
OpenGLRenderer.cpp     [all...]
FontRenderer.cpp 65 renderer->setupDrawColor(floatAlpha, floatAlpha, floatAlpha, floatAlpha);

Completed in 53 milliseconds