|
Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <windows.h>#include <conio.h>#include "readpng.h"Go to the source code of this file.
Macros | |
| #define | PROGNAME "rpng-win" |
| #define | LONGNAME "Simple PNG Viewer for Windows" |
| #define | VERSION "2.01 of 16 March 2008" |
| #define | alpha_composite(composite, fg, alpha, bg) |
Functions | |
| LRESULT CALLBACK | rpng_win_wndproc (HWND, UINT, WPARAM, LPARAM) |
| int WINAPI | WinMain (HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) |
| #define alpha_composite | ( | composite, | |
| fg, | |||
| alpha, | |||
| bg | |||
| ) |
Definition at line 100 of file rpng-win.c.
| #define LONGNAME "Simple PNG Viewer for Windows" |
Definition at line 80 of file rpng-win.c.
| #define PROGNAME "rpng-win" |
Definition at line 79 of file rpng-win.c.
| #define VERSION "2.01 of 16 March 2008" |
Definition at line 81 of file rpng-win.c.
| LRESULT CALLBACK rpng_win_wndproc | ( | HWND | hwnd, |
| UINT | iMsg, | ||
| WPARAM | wP, | ||
| LPARAM | lP | ||
| ) |
Definition at line 644 of file rpng-win.c.
References image_height, and image_width.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.