Home
last modified time | relevance | path

Searched refs:FILTERLIST (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfc-history.h104 FILTERLIST* value;
110 filterState_t* filterState_new(U16 frame, int function, FILTERLIST* value, interpolation_t* inter);
114 FILTERLIST* filterState_value(filterState_t* first, U16 frame);
127 void history_beginFilter(history_t* past, U16 frame, TAG* tag, FILTERLIST* value);
130 void history_rememberFilter(history_t* past, U16 frame, int function, FILTERLIST* value, interpolat…
136 FILTERLIST* history_filterValue(history_t* past, U16 frame);
H A Dswfc-history.c274 filterState_t* filterState_new(U16 frame, int function, FILTERLIST* value, interpolation_t* inter) in filterState_new()
681 FILTERLIST* copyFilterList(FILTERLIST* original) in copyFilterList()
686 FILTERLIST* copy = (FILTERLIST*)malloc(sizeof(FILTERLIST)); in copyFilterList()
715 FILTERLIST* interpolateFilterList(FILTERLIST* list1, FILTERLIST* list2, float ratio, interpolation_… in interpolateFilterList()
719 FILTERLIST start, target, dummy; in interpolateFilterList()
760 FILTERLIST* mixedList = (FILTERLIST*)malloc(sizeof(FILTERLIST)); in interpolateFilterList()
782 FILTERLIST* filterState_value(filterState_t* modification, U16 frame) in filterState_value()
866 void history_beginFilter(history_t* past, U16 frame, TAG* tag, FILTERLIST* value) in history_beginFilter()
1023 void history_rememberFilter(history_t* past, U16 frame, int function, FILTERLIST* value, interpolat… in history_rememberFilter()
1161 FILTERLIST* history_filterValue(history_t* past, U16 frame) in history_filterValue()
H A Dswfc.c227 FILTERLIST* filters;
877 static void free_filterlist(FILTERLIST* f_list) in free_filterlist()
916 FILTERLIST flist; in setPlacement()
1813 FILTERLIST* parseFilters(char* list) in parseFilters()
1818 FILTERLIST* f_list = (FILTERLIST*)malloc(sizeof(FILTERLIST)); in parseFilters()
/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfobject.c60 …6 depth,MATRIX * m,CXFORM * cx,const char * name, U16 clipaction, U8 blendmode, FILTERLIST*filters) in objectplace()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/tests/cert/
H A Dcert.sh1369 for FL in `echo ${FILTERLIST} | tr \| ' '`; do
1400 while read ARG OPT FILTERLIST; do
1405 TESTNAME="${FILTERLIST}"
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/tests/cert/
H A Dcert.sh1457 for FL in `echo ${FILTERLIST} | tr \| ' '`; do
1488 while read ARG OPT FILTERLIST; do
1493 TESTNAME="${FILTERLIST}"
/dports/www/firefox-esr/firefox-91.8.0/security/nss/tests/cert/
H A Dcert.sh1497 for FL in `echo ${FILTERLIST} | tr \| ' '`; do
1528 while read ARG OPT FILTERLIST; do
1533 TESTNAME="${FILTERLIST}"
/dports/security/ca_root_nss/nss-3.71/nss/tests/cert/
H A Dcert.sh1494 for FL in `echo ${FILTERLIST} | tr \| ' '`; do
1525 while read ARG OPT FILTERLIST; do
1530 TESTNAME="${FILTERLIST}"
/dports/www/firefox/firefox-99.0/security/nss/tests/cert/
H A Dcert.sh1494 for FL in `echo ${FILTERLIST} | tr \| ' '`; do
1525 while read ARG OPT FILTERLIST; do
1530 TESTNAME="${FILTERLIST}"
/dports/security/nss/nss-3.76.1/nss/tests/cert/
H A Dcert.sh1494 for FL in `echo ${FILTERLIST} | tr \| ' '`; do
1525 while read ARG OPT FILTERLIST; do
1530 TESTNAME="${FILTERLIST}"
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/tests/cert/
H A Dcert.sh1497 for FL in `echo ${FILTERLIST} | tr \| ' '`; do
1528 while read ARG OPT FILTERLIST; do
1533 TESTNAME="${FILTERLIST}"
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/tests/cert/
H A Dcert.sh1497 for FL in `echo ${FILTERLIST} | tr \| ' '`; do
1528 while read ARG OPT FILTERLIST; do
1533 TESTNAME="${FILTERLIST}"
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h113 } FILTERLIST; typedef
988 FILTERLIST*filters;