Home | History | Annotate | Download | only in glrenderer

Lines Matching refs:toColor

758     public void drawMixed(BasicTexture texture, int toColor, float ratio, int x, int y, int w, int h) {
761 drawMixed(texture, toColor, ratio, mTempSourceRect, mTempTargetRect);
765 public void drawMixed(BasicTexture texture, int toColor, float ratio, RectF source, RectF target) {
780 fillRect(target.left, target.top, target.width(), target.height(), toColor);