Rasterize blob images on the scene builder thread.
This commit changes the blob image entry points to allow rasterizing blob images eagerly during scene building to avoid rasterizing them lazily during frame building. This is a tradeoff that in some case will cause more rasterization than is necessary but moves slow rasterization out of the critical path for smooth scrolling.