Changeset View
Changeset View
Standalone View
Standalone View
source/blender/compositor/intern/COM_MemoryBuffer.cpp
| Context not available. | |||||
| (float)y + data->vfac); | (float)y + data->vfac); | ||||
| break; | break; | ||||
| case COM_PS_BICUBIC: | case COM_PS_BICUBIC: | ||||
| /* TOOD(sergey): no readBicubic method yet */ | data->buffer->readBicubic(result, | ||||
| data->buffer->readBilinear(result, | |||||
| (float)x + data->ufac, | (float)x + data->ufac, | ||||
| (float)y + data->vfac); | (float)y + data->vfac); | ||||
| break; | break; | ||||
| Context not available. | |||||