totalBits - multiple declarations

Function totalBits

Get the totalBits of a format

uint totalBits (
  in const(Format) format
) pure @property;

Function totalBits

Get the totalBits of an image surface

uint totalBits (
  in const(SurfaceType) st
) pure @property;