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

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| BOOL | isZoom3dOn (void) |
| void | setZoom3dStatus (BOOL status) |
| 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:

1.5.1