Home | History | Annotate | Download | only in mosaic

Lines Matching refs:Blend

65     if (blendingType == Blend::BLEND_TYPE_FULL ||
66 blendingType == Blend::BLEND_TYPE_PAN)
68 stripType = Blend::STRIP_TYPE_THIN;
107 if (blendingType == Blend::BLEND_TYPE_FULL ||
108 blendingType == Blend::BLEND_TYPE_PAN ||
109 blendingType == Blend::BLEND_TYPE_CYLPAN ||
110 blendingType == Blend::BLEND_TYPE_HORZ) {
111 blender = new Blend();
202 if (blendingType == Blend::BLEND_TYPE_PAN)
209 int ret = Blend::BLEND_RET_ERROR;
211 // Blend the mosaic (alignment has already been done)
221 case Blend::BLEND_RET_ERROR:
222 case Blend::BLEND_RET_ERROR_MEMORY:
225 case Blend::BLEND_RET_CANCELLED:
228 case Blend::BLEND_RET_OK: