Home | History | Annotate | Download | only in camera

Lines Matching refs:top

820             int top = (w - height) / 2 + yPos;
821 mDstRect.set(left, top, left + width, top + height);
847 int top = (h - height) / 2 + yPos;
848 mSrcRect.set(left, top, left + width, top + height);
869 int top = h - height - 5 + yPos;
870 mSrcRect.set(left, top, left + width, top + height);