Home | History | Annotate | Download | only in mosaic

Lines Matching refs:Blend

61     if (blendingType == Blend::BLEND_TYPE_FULL ||
62 blendingType == Blend::BLEND_TYPE_PAN)
64 stripType = Blend::STRIP_TYPE_THIN;
102 if (blendingType == Blend::BLEND_TYPE_FULL ||
103 blendingType == Blend::BLEND_TYPE_PAN ||
104 blendingType == Blend::BLEND_TYPE_CYLPAN ||
105 blendingType == Blend::BLEND_TYPE_HORZ) {
106 blender = new Blend();
189 if (blendingType == Blend::BLEND_TYPE_PAN)
196 int ret = Blend::BLEND_RET_ERROR;
198 // Blend the mosaic (alignment has already been done)
208 case Blend::BLEND_RET_ERROR:
209 case Blend::BLEND_RET_ERROR_MEMORY:
212 case Blend::BLEND_RET_CANCELLED:
215 case Blend::BLEND_RET_OK: