Home | History | Annotate | Download | only in camera

Lines Matching refs:yPos

782             Bitmap b, int xPos, int yPos, int w, int h) {
800 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
804 mDstRect.set(xPos, yPos, xPos + w, yPos + h);
815 int top = (w - height) / 2 + yPos;
837 canvas.drawRect(xPos, yPos, xPos + w, yPos + h, paint);
842 int top = (h - height) / 2 + yPos;
854 int xPos, int yPos, int w, int h) {
864 int top = h - height - 5 + yPos;