Home | History | Annotate | Download | only in camera

Lines Matching refs:yPos

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);
820 int top = (w - height) / 2 + yPos;
842 canvas.drawRect(xPos, yPos, xPos + w, yPos + h, paint);
847 int top = (h - height) / 2 + yPos;
859 int xPos, int yPos, int w, int h) {
869 int top = h - height - 5 + yPos;