#include "s2dbpath.h"
Go to the source code of this file.
Defines | |
| #define | INSIDE(x, y) (DibGetPixel1(rows,x,y)==target) |
| #define | SAVE ; |
Enumerations | |
| enum | { UP, DOWN, LEFT, RIGHT } |
Functions | |
| static void | TraceShape (LPBYTE *rows, RECT *rc, LONG x, LONG y, int target, PRTL_BITMAP bits, ITEMARRAY *path) |
| static void | TraceShapeInner (LPBYTE *rows, RECT *rc, LONG x, LONG y, int target, PRTL_BITMAP bits, ITEMARRAY *path) |
| static void | FloodFillOuter (LPBYTE *rows, RECT *rc, LONG x, LONG y, int target, PRTL_BITMAP bits, PRTL_BITMAP fillbits) |
| static void | FloodFillInnerCheck (LPBYTE *rows, RECT *rc, LONG x, LONG y, int target, PRTL_BITMAP fillbits, LONG *px, LONG *py, LONG *mnx, LONG *mny) |
| static BOOL | PathFromBitmapIntersectRect (RECT *dst, RECT *src1, RECT *src2) |
| BOOL | PathFromBitmap (IMAGEBUFFERINFO *ibi, RECT *rcExtent, int target, ITEMARRAY *path) |
| Generates a vector path based on the data in a bitmap. | |
|
|
Definition at line 27 of file s2dbpath.c. |
|
|
Definition at line 350 of file s2dbpath.c. |
|
|
Definition at line 3 of file s2dbpath.c. |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 256 of file s2dbpath.c. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 205 of file s2dbpath.c. |
|
||||||||||||||||||||
|
Generates a vector path based on the data in a bitmap.
Definition at line 366 of file s2dbpath.c. |
|
||||||||||||||||
|
Definition at line 352 of file s2dbpath.c. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 30 of file s2dbpath.c. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 118 of file s2dbpath.c. |
1.4.6-NO