Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:copyHeight

645     int copyHeight = std::min(targetWidth, srcHeight);
649 for (int y = 0; y < copyHeight; y++)
657 for (int x = copyHeight; x < targetWidth; x++)
679 int copyHeight = std::min(targetHeight, srcHeight);
681 for (int y = 0; y < copyHeight; y++)
689 for (int y = 0; y < copyHeight; y++)
697 for (int y = copyHeight; y < targetHeight; y++)