Home | History | Annotate | Download | only in mosaic

Lines Matching refs:blendingType

57 int Mosaic::initialize(int blendingType, int stripType, int width, int height, int nframes, bool quarter_res, float thresh_still)
59 this->blendingType = blendingType;
62 if (blendingType == Blend::BLEND_TYPE_FULL ||
63 blendingType == Blend::BLEND_TYPE_PAN)
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) {
105 blender->initialize(blendingType, stripType, width, height);
192 if (blendingType == Blend::BLEND_TYPE_PAN)