Lines Matching defs:drawBitmap
708 canvas.drawBitmap(mOutline[type], xPos, yTop, null);
944 canvas.drawBitmap(mEmptyBitmap, x, y, null);
964 canvas.drawBitmap(mOutline, 0, 0, null);
1079 drawBitmap(image, b, xPos, yPos);
1101 private void drawBitmap(
1105 mCanvas.drawBitmap(mOutline, xPos, yPos, null);
1113 canvas.drawBitmap(mBitmap, xPos, yPos, null);
1126 canvas.drawBitmap(mBitmap, srcRect, dstRect, null);
1138 canvas.drawBitmap(mEmptyBitmap, x, y, null);