Home | History | Annotate | Download | only in src

Lines Matching refs:maxSnapshotWidth

422     maxSnapshotWidth = mPictureSizes[0].width;
426 if(((maxSnapshotWidth < mPictureSizes[i].width) &&
428 maxSnapshotWidth = mPictureSizes[i].width;
533 && (width <= maxSnapshotWidth)