Home | History | Annotate | Download | only in media

Lines Matching refs:horiz

3708                     int horiz = info.getInt();
3710 if (horiz != vert || horiz != (ix == 0 ? 1 : 2)) {
3712 + horiz + "x" + vert + " on plane " + ix);
3721 + (xOffset / horiz) * colInc + (yOffset / vert) * rowInc);
3723 + (mHeight / vert - 1) * rowInc + (mWidth / horiz - 1) * colInc);