Lines Matching full:xpos
787 Bitmap b, int xPos, int yPos, int w, int h) {
805 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
809 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
819 int left = (w - width) / 2 + xPos;
842 canvas.drawRect(xPos, yPos, xPos + w, yPos + h, paint);
846 int left = (w - width) / 2 + xPos;
859 int xPos, int yPos, int w, int h) {
868 int left = 5 + xPos;