public void Draw(gfxContext context, gfxGraphicsFilter filter, gfxMatrix matrix, gfxRect fill,
                         nsIntRect subImage, uint viewportSize, IntPtr aSVGContext, uint aWhichFrame, uint flags)
        {
#if PORT
            _container.Instance.Draw(context, filter, matrix, fill, subImage, viewportSize, aSVGContext, aWhichFrame, flags);
#endif
            throw new NotImplementedException("Need to implement for gecko 45");
        }
Example #2
0
 public void RenderDocument(nsConstRect aRect, uint aFlags, nscolor aBackgroundColor, gfxContext aThebesContext)
 {
     throw new NotImplementedException();
 }
 public void RenderDocument(nsConstRect aRect, uint aFlags, nscolor aBackgroundColor, gfxContext aThebesContext)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public void Draw(gfxContext context, gfxGraphicsFilter filter, gfxMatrix matrix, gfxRect fill, nsIntRect subImage, uint viewportSize, uint flags)
 {
     _container.Instance.Draw(context, filter, matrix, fill, subImage, viewportSize, flags);
 }
 public void Draw(gfxContext context, gfxGraphicsFilter filter, gfxMatrix matrix, gfxRect fill, nsIntRect subImage, uint viewportSize, uint flags)
 {
     _container.Instance.Draw(context, filter, matrix, fill, subImage, viewportSize, flags);
 }