Lines Matching refs:tileCount
2661 uint32 tileCount = ifd.TilesPerImage (); in CanRead() local
2663 if (tileCount < 1) in CanRead()
2670 if (tileCount == 1) in CanRead()
2688 if (ifd.fTileOffsetsCount != tileCount) in CanRead()
2696 if (ifd.fTileByteCountsCount != tileCount) in CanRead()
2967 uint32 tileCount = SafeUint32Mult (tilesAcross, tilesDown, outerSamples); in Read() local
2971 dng_memory_data tileOffsetData (tileCount, sizeof (uint64)); in Read()
2975 if (tileCount <= dng_ifd::kMaxTileInfo) in Read()
2978 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
2992 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
3003 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
3063 tileByteCountData.Allocate (tileCount, sizeof (uint32)); in Read()
3067 if (tileCount <= dng_ifd::kMaxTileInfo) in Read()
3070 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
3084 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
3095 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
3117 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
3161 jpegImage->fJPEGData.Reset (tileCount); in Read()
3199 SafeUint32Add(tileCount, (fJPEGTables.Get () ? 1 : 0))); in Read()
3378 jpegTileDigest [tileCount] = printer.Result (); in Read()
3384 for (uint32 j = 0; j < tileCount + (fJPEGTables.Get () ? 1 : 0); j++) in Read()