|
Xonotic
|
#include "image.qh"
Include dependency graph for image.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | Image_configureImage (entity me, string path) |
| float | Image_drag (entity me, vector coords) |
| float | Image_drag_setStartPos (entity me, vector coords) |
| void | Image_draw (entity me) |
| void | Image_initZoom (entity me) |
| void | Image_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | Image_setZoom (entity me, float newzoom, float atMousePosition) |
| string | Image_toString (entity me) |
| void | Image_updateAspect (entity me) |
Definition at line 19 of file image.qc.
References draw_ClearClip(), draw_Picture(), draw_SetClip(), and SUPER.
Here is the call graph for this function:Definition at line 141 of file image.qc.
References bound(), max(), min(), and time.
Here is the call graph for this function:Definition at line 27 of file image.qc.
References bound(), draw_PictureSize(), eX, eY, and vector().
Here is the call graph for this function: