void SWFOutputDev::drawLink(Link *link, Catalog *catalog)
{
+ logf("<debug> drawlink\n");
double x1, y1, x2, y2, w;
GfxRGB rgb;
swfcoord points[5];
int width, int height, GBool invert,
GBool inlineImg)
{
+ logf("<debug> drawImageMask");
drawGeneralImage(state,ref,str,width,height,0,invert,inlineImg,1);
}
int width, int height,
GfxImageColorMap *colorMap, GBool inlineImg)
{
+ logf("<debug> drawImage");
drawGeneralImage(state,ref,str,width,height,colorMap,0,inlineImg,0);
}