Home | History | Annotate | Download | only in source

Lines Matching refs:SafeUint32Mult

1330 								SafeUint32Mult(fCFARepeatPatternRows, fCFARepeatPatternCols)))
1539 if (!CheckTagCount (parentCode, tagCode, tagCount, SafeUint32Mult(fBlackLevelRepeatRows,
4060 uint32 bitsPerRow = SafeUint32Mult(tile.W (), fBitsPerSample [0]);
4065 bitsPerRow = SafeUint32Mult(bitsPerRow, fSamplesPerPixel);
4074 bytesPerRow = SafeUint32Mult(bytesPerRow, fSamplesPerPixel);
4078 return SafeUint32Mult(bytesPerRow, tile.H ());