Home
last modified time | relevance | path

Searched refs:DEFINEBUTTONCXFORM (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DDefineButtonCxformTag.cpp36 assert(tag == SWF::DEFINEBUTTONCXFORM); in loader()
H A DDefaultTagLoaders.cpp143 {SWF::DEFINEBUTTONCXFORM,DefineButtonCxformTag::loader},// 23 in addDefaultLoaders()
H A DSWF.h55 DEFINEBUTTONCXFORM = 23, enumerator
H A DSWF.cpp52 case DEFINEBUTTONCXFORM: return o << "DEFINEBUTTONCXFORM"; in operator <<()