Home
last modified time | relevance | path

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

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DDisplayObject.h876 BLENDMODE_MULTIPLY, enumerator
H A DDisplayObject.cpp1584 {DisplayObject::BLENDMODE_MULTIPLY, "multiply"}, in getBlendModeMap()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h963 #define BLENDMODE_MULTIPLY 3 macro
/dports/graphics/swftools/swftools-0.9.2/lib/devices/
H A Dswf.c861 swf_ObjectPlaceBlend(i->tag,textid,getNewDepth(dev),&i->page_matrix,NULL,NULL,BLENDMODE_MULTIPLY); in chararray_writetodev()