Home | History | Annotate | Download | only in glrenderer

Lines Matching refs:drawMixed

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) {