Home | History | Annotate | Download | only in mosaic

Lines Matching refs:Blend

62     if (blendingType == Blend::BLEND_TYPE_FULL ||
63 blendingType == Blend::BLEND_TYPE_PAN)
65 stripType = Blend::STRIP_TYPE_THIN;
100 if (blendingType == Blend::BLEND_TYPE_FULL ||
101 blendingType == Blend::BLEND_TYPE_PAN ||
102 blendingType == Blend::BLEND_TYPE_CYLPAN ||
103 blendingType == Blend::BLEND_TYPE_HORZ) {
104 blender = new Blend();
192 if (blendingType == Blend::BLEND_TYPE_PAN)
199 int ret = Blend::BLEND_RET_ERROR;
201 // Blend the mosaic (alignment has already been done)
211 case Blend::BLEND_RET_ERROR:
212 case Blend::BLEND_RET_ERROR_MEMORY:
215 case Blend::BLEND_RET_CANCELLED:
218 case Blend::BLEND_RET_OK: