#include "GraphicZoom.h"Include dependency graph for GraphicZoom.c:

Go to the source code of this file.
Functions | |
| BOOL | isZoom3dOn (void) |
| void | setZoom3dStatus (BOOL status) |
Variables | |
| static BOOL | GlobalFlag_Zoom3dOn = FALSE |
| BOOL isZoom3dOn | ( | void | ) |
Definition at line 15 of file GraphicZoom.c.
References GlobalFlag_Zoom3dOn.
Referenced by drawSubWinEntity(), Store3DPixelValues(), and trans3d().
00016 { 00017 return GlobalFlag_Zoom3dOn ; 00018 }
Here is the caller graph for this function:

| void setZoom3dStatus | ( | BOOL | status | ) |
Definition at line 20 of file GraphicZoom.c.
References GlobalFlag_Zoom3dOn.
Referenced by zoom_box().
00021 { 00022 GlobalFlag_Zoom3dOn = status ; 00023 }
Here is the caller graph for this function:

BOOL GlobalFlag_Zoom3dOn = FALSE [static] |
To know if the zoom is activated
Definition at line 13 of file GraphicZoom.c.
Referenced by isZoom3dOn(), and setZoom3dStatus().
1.5.1