Changeset View
Changeset View
Standalone View
Standalone View
source/blender/compositor/operations/COM_SetValueOperation.h
| Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | public: | ||||
| { | { | ||||
| this->m_value = value; | this->m_value = value; | ||||
| } | } | ||||
| /** | /** | ||||
| * The inner loop of this operation. | * The inner loop of this operation. | ||||
| */ | */ | ||||
| void executePixelSampled(float output[4], float x, float y, PixelSampler sampler) override; | void executePixelSampled(float output[4], float x, float y, PixelSampler sampler) override; | ||||
| void determineResolution(unsigned int resolution[2], | |||||
| unsigned int preferredResolution[2]) override; | void determine_canvas(const rcti &preferred_area, rcti &r_area) override; | ||||
| }; | }; | ||||
| } // namespace blender::compositor | } // namespace blender::compositor | ||||