history_begin 126 src/swfc-history.h void history_begin(history_t* past, char* parameter, U16 frame, TAG* tag, float value); history_begin 2161 src/swfc.c history_begin(i->history, "x", currentframe, tag, p->x); history_begin 2162 src/swfc.c history_begin(i->history, "y", currentframe, tag, p->y); history_begin 2163 src/swfc.c history_begin(i->history, "scalex", currentframe, tag, p->scalex); history_begin 2164 src/swfc.c history_begin(i->history, "scaley", currentframe, tag, p->scaley); history_begin 2165 src/swfc.c history_begin(i->history, "cxform.r0", currentframe, tag, p->cxform.r0); history_begin 2166 src/swfc.c history_begin(i->history, "cxform.g0", currentframe, tag, p->cxform.g0); history_begin 2167 src/swfc.c history_begin(i->history, "cxform.b0", currentframe, tag, p->cxform.b0); history_begin 2168 src/swfc.c history_begin(i->history, "cxform.a0", currentframe, tag, p->cxform.a0); history_begin 2169 src/swfc.c history_begin(i->history, "cxform.r1", currentframe, tag, p->cxform.r1); history_begin 2170 src/swfc.c history_begin(i->history, "cxform.g1", currentframe, tag, p->cxform.g1); history_begin 2171 src/swfc.c history_begin(i->history, "cxform.b1", currentframe, tag, p->cxform.b1); history_begin 2172 src/swfc.c history_begin(i->history, "cxform.a1", currentframe, tag, p->cxform.a1); history_begin 2173 src/swfc.c history_begin(i->history, "rotate", currentframe, tag, p->rotate); history_begin 2174 src/swfc.c history_begin(i->history, "shear", currentframe, tag, p->shear); history_begin 2175 src/swfc.c history_begin(i->history, "pivot.x", currentframe, tag, p->pivot.x); history_begin 2176 src/swfc.c history_begin(i->history, "pivot.y", currentframe, tag, p->pivot.y); history_begin 2177 src/swfc.c history_begin(i->history, "pin.x", currentframe, tag, p->pin.x); history_begin 2178 src/swfc.c history_begin(i->history, "pin.y", currentframe, tag, p->pin.y); history_begin 2179 src/swfc.c history_begin(i->history, "blendmode", currentframe, tag, p->blendmode); history_begin 2181 src/swfc.c history_begin(i->history, "flags", currentframe, tag, 0);