Searched defs:drawColorRect (Results 1 - 1 of 1) sorted by path

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp928 drawColorRect(rect.left, rect.top, rect.right, rect.bottom, &layerPaint, true);
1252 drawColorRect(r.left, r.top, r.right, r.bottom, paint);
2518 drawColorRect(clip.left, clip.top, clip.right, clip.bottom, &paint, true);
2667 drawColorRect(left, top, right, bottom, p);
3029 drawColorRect(x, y, x + layer->layer.getWidth(), y + layer->layer.getHeight(), &paint);
3289 void OpenGLRenderer::drawColorRect(float left, float top, float right, float bottom, function in class:android::OpenGLRenderer

Completed in 57 milliseconds