Changeset View
Changeset View
Standalone View
Standalone View
source/blender/compositor/operations/COM_MaskOperation.h
| Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | protected: | ||||
| bool m_do_feather; | bool m_do_feather; | ||||
| struct MaskRasterHandle *m_rasterMaskHandles[CMP_NODE_MASK_MBLUR_SAMPLES_MAX]; | struct MaskRasterHandle *m_rasterMaskHandles[CMP_NODE_MASK_MBLUR_SAMPLES_MAX]; | ||||
| unsigned int m_rasterMaskHandleTot; | unsigned int m_rasterMaskHandleTot; | ||||
| /** | /** | ||||
| * Determine the output resolution. The resolution is retrieved from the Renderer | * Determine the output resolution. The resolution is retrieved from the Renderer | ||||
| */ | */ | ||||
| void determineResolution(unsigned int resolution[2], | void determine_canvas(const rcti &preferred_area, rcti &r_area) override; | ||||
| unsigned int preferredResolution[2]) override; | |||||
| public: | public: | ||||
| MaskOperation(); | MaskOperation(); | ||||
| void initExecution() override; | void initExecution() override; | ||||
| void deinitExecution() override; | void deinitExecution() override; | ||||
| void setMask(Mask *mask) | void setMask(Mask *mask) | ||||
| ▲ Show 20 Lines • Show All 44 Lines • Show Last 20 Lines | |||||