#include "appletdefs.h"
#include "appletquickdraw.h"
#include "appletzoom.h"
Include dependency graph for appletzoom.c:
Go to the source code of this file.
Defines | |
#define | zoomfixer 65536L |
#define | zoomsteps 16 |
Functions | |
static short | zoomblend (short i1, short i2) |
static void | zoomrect (Rect *smallrect, Rect *bigrect, Boolean zoomup) |
void | zoomport (WindowPtr w, boolean flup) |
Variables | |
Fixed | zoomfract |
|
Definition at line 11 of file appletzoom.c. |
|
Definition at line 13 of file appletzoom.c. Referenced by zoominit(), and zoomrect(). |
|
Definition at line 20 of file appletzoom.c. |
|
Definition at line 114 of file appletzoom.c. References localtoglobalrect(), and zoomrect(). Here is the call graph for this function: ![]() |
|
Definition at line 34 of file appletzoom.c. References i, quickdrawglobal, zoomblend(), zoomfixer, zoomfract, and zoomsteps. Here is the call graph for this function: ![]() |
|
Definition at line 15 of file appletzoom.c. |