Searched refs:DefaultSVGDensity (Results 1 – 2 of 2) sorted by relevance
78 #define DefaultSVGDensity 96.0 macro215 image->resolution.x == 0.0 ? DefaultSVGDensity : image->resolution.x); in ReadPANGOImage()315 (image->resolution.x == 0.0 ? DefaultSVGDensity : image->resolution.x)* in ReadPANGOImage()316 PANGO_SCALE+DefaultSVGDensity/2)/DefaultSVGDensity+0.5)); in ReadPANGOImage()383 (image->resolution.x == 0.0 ? DefaultSVGDensity : image->resolution.x)+ in ReadPANGOImage()384 DefaultSVGDensity/2)/DefaultSVGDensity+0.5)); in ReadPANGOImage()395 (image->resolution.y == 0.0 ? DefaultSVGDensity : image->resolution.y)+ in ReadPANGOImage()396 DefaultSVGDensity/2)/DefaultSVGDensity+0.5)); in ReadPANGOImage()
108 #define DefaultSVGDensity 96.0 macro485 image->resolution.x=DefaultSVGDensity*image->columns/ in RenderRSVGImage()487 image->resolution.y=DefaultSVGDensity*image->rows/ in RenderRSVGImage()503 DefaultSVGDensity; in RenderRSVGImage()505 DefaultSVGDensity; in RenderRSVGImage()572 cairo_scale(cairo_image,image->resolution.x/DefaultSVGDensity, in RenderRSVGImage()573 image->resolution.y/DefaultSVGDensity); in RenderRSVGImage()720 return(DefaultSVGDensity*svg_info->scale[0]/2.54*value); in GetUserSpaceCoordinateValue()726 return(DefaultSVGDensity*svg_info->scale[0]*value); in GetUserSpaceCoordinateValue()728 return(DefaultSVGDensity*svg_info->scale[0]/25.4*value); in GetUserSpaceCoordinateValue()[all …]