Pre-resize fillparent

This commit is contained in:
2018-08-13 22:22:10 -04:00
parent 58fa6f0503
commit 353dc21750
95 changed files with 478 additions and 437 deletions
@@ -11,7 +11,7 @@ using VideoEngine::cSprite;
void ImageFileTest()
{
// cImageFile
/// cImageFile
printf("\nTesting cImageFile -----\n\n");
UTest u("cImageFile");
@@ -3,4 +3,4 @@
void ImageFileTest();
#endif // __IMAGEFILETEST__
#endif /// __IMAGEFILETEST__
@@ -23,7 +23,7 @@ void RendererTest()
//u.test("Screen Shot", RendererTextureToSurface());
///u.test("Screen Shot", RendererTextureToSurface());
u.report();
@@ -9,4 +9,4 @@ const bool RendererAreaEqualNotEqual();
const bool RendererTextureToSurface();
#endif // __RENDERERTEST__
#endif /// __RENDERERTEST__
@@ -3,4 +3,4 @@
void VideoEngineTest();
#endif // __VIDEOENGINETEST__
#endif /// __VIDEOENGINETEST__
@@ -9,7 +9,7 @@ using VideoEngine::cVideo;
void VideoTest()
{
// cVideo
/// cVideo
printf("\nTesting cVideo -----\n\n");
UTest u("cVideo");
@@ -22,7 +22,7 @@ void VideoTest()
u.test("Video Setup. Setup()", video.Setup());
// CaptionTest
/// CaptionTest
u.test("setCaption() and getCaption()", CaptionTest());
u.report();
@@ -5,4 +5,4 @@ void VideoTest();
const bool CaptionTest();
#endif // __VIDEOTEST__
#endif /// __VIDEOTEST__