Lines Matching refs:tileArea
4171 const dng_rect &tileArea, in WriteTile() argument
4181 dng_pixel_buffer buffer (tileArea, 0, ifd.fSamplesPerPixel, in WriteTile()
4211 uint32 pixels = tileArea.W () * tileArea.H () * buffer.fPlanes; in WriteTile()
4230 uint32 pixels = tileArea.W () * tileArea.H () * buffer.fPlanes; in WriteTile()
4440 dng_rect tileArea = fIFD.TileArea (rowIndex, colIndex); in Process() local
4453 tileArea, in Process()
4715 dng_rect tileArea = ifd.TileArea (rowIndex, colIndex); in WriteImage() local
4717 uint32 subTileCount = (tileArea.H () + subTileLength - 1) / in WriteImage()
4725 dng_rect subArea (tileArea); in WriteImage()
4727 subArea.t = tileArea.t + subIndex * subTileLength; in WriteImage()
4730 tileArea.b); in WriteImage()