Home
last modified time | relevance | path

Searched refs:clipdepth (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfrender.c418 U32 clipdepth; in swf_RenderShape() local
515 swf_Process(dest, clipdepth); in swf_RenderShape()
740 } else if(clipdepth) { in fill()
773 if(clip && clipdepth) { in fill()
896 if(clipdepth) { in swf_Process()
905 if(clipdepth) { in swf_Process()
958 if(clipdepth) { in swf_Process()
980 if(clipdepth) { in swf_Process()
1069 if(p2->clipdepth) in compare_placements()
1105 U16 clipdepth; member
[all …]
H A Dswfobject.c124 (obj->clipdepth?PF_CLIPDEPTH:0); in swf_SetPlaceObject()
137 if (flags&PF_CLIPDEPTH) swf_SetU16(t,obj->clipdepth); in swf_SetPlaceObject()
194 obj->clipdepth = swf_GetU16(tag); //clip in swf_GetPlaceObject()
H A Dswftools.c1115 if(obj.clipdepth) { in swf_RelocateDepth()
1116 int newdepth = obj.clipdepth+nr; in swf_RelocateDepth()
1121 obj.clipdepth = newdepth; in swf_RelocateDepth()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/visualization/
H A Dvsocc.cpp709 GLuint clipdepth = 0; // GLuint(-1); in MouseDblClick() local
714 if (!curname) clipdepth = selbuf[4*i+1]; in MouseDblClick()
721 if (curname && (curdepth> clipdepth) && in MouseDblClick()
H A Dvsmesh.cpp3357 GLuint clipdepth = 0; // GLuint(-1); in MouseDblClickSelect() local
3362 if (!curname) clipdepth = selbuf[4*i+1]; in MouseDblClickSelect()
3373 if (curname && (curdepth > clipdepth) && in MouseDblClickSelect()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/occ/
H A Dvsocc.cpp711 GLuint clipdepth = 0; // GLuint(-1); in MouseDblClick() local
716 if (!curname) clipdepth = selbuf[4*i+1]; in MouseDblClick()
723 if (curname && (curdepth> clipdepth) && in MouseDblClick()
/dports/cad/netgen/netgen-6.2.2105/libsrc/visualization/
H A Dvsocc.cpp709 GLuint clipdepth = 0; // GLuint(-1); in MouseDblClick() local
714 if (!curname) clipdepth = selbuf[4*i+1]; in MouseDblClick()
721 if (curname && (curdepth> clipdepth) && in MouseDblClick()
H A Dvsmesh.cpp3489 GLuint clipdepth = 0; // GLuint(-1); in MouseDblClickSelect() local
3494 if (!curname) clipdepth = selbuf[4*i+1]; in MouseDblClickSelect()
3505 if (curname && (curdepth > clipdepth) && in MouseDblClickSelect()
/dports/graphics/swftools/swftools-0.9.2/lib/python/
H A Dtags.c161 int clipdepth = 0; in po_create() local
181 &clipdepth, in po_create()
187 po->clipdepth = clipdepth; in po_create()
191 if(clipdepth) po->clipdepth = clipdepth; in po_create()
/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Dvsocc.cpp736 GLuint clipdepth = 0; // GLuint(-1); in MouseDblClick() local
741 if (!curname) clipdepth = selbuf[4*i+1]; in MouseDblClick()
748 if (curname && (curdepth> clipdepth) && in MouseDblClick()
/dports/graphics/swftools/swftools-0.9.2/lib/readers/
H A Dswf.c554 if(!p->po.clipdepth) { in renderCharacter()
558 r->clips_waiting[p->po.clipdepth]++; in renderCharacter()
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfcombine.c1059 if(obj.clipdepth) { in normalcombine()
1060 depthbitmap[obj.clipdepth] = 1; in normalcombine()
H A Dswfdump.c1327 printf(" (clip to %04d)", po.clipdepth); in main()
H A Dswfc.c2222 p.clipdepth = currentdepth; in s_endClip()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h985 U16 clipdepth; member
1117 void swf_RenderShape(RENDERBUF*dest, SHAPE2*shape, MATRIX*m, CXFORM*c, U16 depth,U16 clipdepth);
/dports/graphics/swftools/swftools-0.9.2/lib/devices/
H A Drender.c456 U32 clipdepth = 0; in fill() local