history_value 133 src/swfc-history.h float history_value(history_t* past, U16 frame, char* parameter); history_value 889 src/swfc.c p->x = history_value(history, frame, "x"); history_value 890 src/swfc.c p->y = history_value(history, frame, "y"); history_value 891 src/swfc.c p->scalex = history_value(history, frame, "scalex"); history_value 892 src/swfc.c p->scaley = history_value(history, frame, "scaley"); history_value 893 src/swfc.c p->cxform.r0 = history_value(history, frame, "cxform.r0"); history_value 894 src/swfc.c p->cxform.g0 = history_value(history, frame, "cxform.g0"); history_value 895 src/swfc.c p->cxform.b0 = history_value(history, frame, "cxform.b0"); history_value 896 src/swfc.c p->cxform.a0 = history_value(history, frame, "cxform.a0"); history_value 897 src/swfc.c p->cxform.r1 = history_value(history, frame, "cxform.r1"); history_value 898 src/swfc.c p->cxform.g1 = history_value(history, frame, "cxform.g1"); history_value 899 src/swfc.c p->cxform.b1 = history_value(history, frame, "cxform.b1"); history_value 900 src/swfc.c p->cxform.a1 = history_value(history, frame, "cxform.a1"); history_value 902 src/swfc.c p->shear = history_value(history, frame, "shear"); history_value 903 src/swfc.c p->pivot.x = history_value(history, frame, "pivot.x"); history_value 904 src/swfc.c p->pivot.y = history_value(history, frame, "pivot.y"); history_value 905 src/swfc.c p->pin.x = history_value(history, frame, "pin.x"); history_value 906 src/swfc.c p->pin.y = history_value(history, frame, "pin.y"); history_value 907 src/swfc.c p->blendmode = history_value(history, frame, "blendmode"); history_value 2329 src/swfc.c U16 flags = (U16)history_value(i->history, currentframe, "flags");