Home
last modified time | relevance | path

Searched refs:TRAP_PT_C (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimgproc.c6048 { TRAP_NODE_PT, TRAP_PT_C },
6074 { TRAP_NODE_PT, TRAP_PT_C },
6398 b = ((double)(gaTrapMapPt[TRAP_PT_C].y)) -
6399 m * ((double)(gaTrapMapPt[TRAP_PT_C].x));
6416 dy = (double)(gaTrapMapPt[TRAP_PT_C].y - end_y);
6417 if (gaTrapMapPt[TRAP_PT_C].x == end_x) {
6421 dx = (double)(gaTrapMapPt[TRAP_PT_C].x - end_x);
6424 b = ((double)(gaTrapMapPt[TRAP_PT_C].y)) -
6425 m * ((double)(gaTrapMapPt[TRAP_PT_C].x));
6601 gaTrapMapPt[TRAP_PT_C].x = pToPt->x - pBBox->ltx;
[all …]
H A Dtypes.h741 #define TRAP_PT_C 4 macro