Home | History | Annotate | Download | only in source

Lines Matching defs:tileIndex

112 				uint32 tileIndex;
123 tileIndex = fNextTileIndex++;
129 uint32 rowIndex = tileIndex / tilesAcross;
130 uint32 colIndex = tileIndex % tilesAcross;
147 fJPEGImage.fJPEGData [tileIndex].Reset (stream.AsMemoryBlock (fHost.Allocator ()));
285 uint32 tileIndex;
296 tileIndex = fNextTileIndex++;
304 printer.Process (fJPEGImage.fJPEGData [tileIndex]->Buffer (),
305 fJPEGImage.fJPEGData [tileIndex]->LogicalSize ());
307 fDigests [tileIndex] = printer.Result ();