Searched defs:hasColor (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
H A D | Images.cpp | 474 bool hasColor = false; local 655 NOISY(if (c != Res_png_9patch::NO_COLOR) hasColor = true); 664 if (hasColor) {
|
/frameworks/base/libs/hwui/ |
H A D | OpenGLRenderer.cpp | 3512 GLuint texture, bool hasColor, int color, int alpha, SkXfermode::Mode mode, 3518 if (hasColor) { 3511 drawAlpha8TextureMesh(float left, float top, float right, float bottom, GLuint texture, bool hasColor, int color, int alpha, SkXfermode::Mode mode, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool ignoreTransform, bool ignoreScale, bool dirty) argument
|
Completed in 67 milliseconds