Searched refs:bytesPerBlock (Results 1 – 1 of 1) sorted by relevance
143 int bytesPerBlock = ( ( flags & kDxt1 ) != 0 ) ? 8 : 16; in CompressImage() local185 targetBlock += bytesPerBlock; in CompressImage()197 int bytesPerBlock = ( ( flags & kDxt1 ) != 0 ) ? 8 : 16; in DecompressImage() local234 sourceBlock += bytesPerBlock; in DecompressImage()