Home | History | Annotate | Download | only in source

Lines Matching refs:SafeUint32Mult

2562 			fToneCurveBuffer.Allocate (SafeUint32Mult(toneCurvePoints, 2),
2693 return SafeUint32Add (SafeUint32Mult (uncompressedSize, 2), 1024);
2716 return SafeUint32Mult (uncompressedSize, 2);
3101 uint32 tempBufferSize = SafeUint32Mult (
4604 uint32 bytesPerPixel = SafeUint32Mult (ifd.fSamplesPerPixel,
4607 uint32 tileRowBytes = SafeUint32Mult (ifd.fTileWidth, bytesPerPixel);
4630 uint32 uncompressedSize = SafeUint32Mult(subTileLength, tileRowBytes);