|
Blender V4.3
|
Inherits blender::realtime_compositor::NodeOperation.
Additional Inherited Members | |
Protected Member Functions inherited from blender::realtime_compositor::NodeOperation | |
| void | compute_preview () override |
| const DNode & | node () const |
| const bNode & | bnode () const |
| bool | should_compute_output (StringRef identifier) |
Protected Member Functions inherited from blender::realtime_compositor::Operation | |
| virtual Domain | compute_domain () |
| virtual void | add_and_evaluate_input_processors () |
| void | add_and_evaluate_input_processor (StringRef identifier, SimpleOperation *processor) |
| Result & | get_input (StringRef identifier) const |
| void | switch_result_mapped_to_input (StringRef identifier, Result *result) |
| void | populate_result (StringRef identifier, Result result) |
| void | declare_input_descriptor (StringRef identifier, InputDescriptor descriptor) |
| InputDescriptor & | get_input_descriptor (StringRef identifier) |
| Context & | context () const |
| TexturePool & | texture_pool () const |
Definition at line 85 of file node_composite_scale.cc.
|
inlineoverridevirtual |
Implements blender::realtime_compositor::Operation.
Definition at line 89 of file node_composite_scale.cc.
References execute_constant_size(), execute_variable_size(), and is_variable_size().
|
inline |
Definition at line 99 of file node_composite_scale.cc.
References blender::realtime_compositor::Operation::context(), blender::math::from_loc_rot_scale(), blender::realtime_compositor::Operation::get_input(), blender::realtime_compositor::Operation::get_result(), get_scale(), get_translation(), and blender::realtime_compositor::transform().
Referenced by execute().
|
inline |
Definition at line 113 of file node_composite_scale.cc.
References blender::realtime_compositor::Result::bind_as_texture(), blender::realtime_compositor::compute_dispatch_threads_at_least(), blender::realtime_compositor::Operation::compute_domain(), blender::realtime_compositor::Operation::context(), blender::realtime_compositor::Operation::get_input(), blender::realtime_compositor::Operation::get_result(), blender::realtime_compositor::Context::get_shader(), GPU_SAMPLER_EXTEND_MODE_CLAMP_TO_BORDER, GPU_shader_bind(), GPU_shader_unbind(), GPU_texture_extend_mode(), GPU_texture_filter_mode(), and blender::realtime_compositor::Result::unbind_as_texture().
Referenced by execute().
|
inline |
Definition at line 266 of file node_composite_scale.cc.
References blender::realtime_compositor::NodeOperation::bnode().
Referenced by get_translation().
|
inline |
Definition at line 143 of file node_composite_scale.cc.
References BLI_assert_unreachable, CMP_NODE_SCALE_ABSOLUTE, CMP_NODE_SCALE_RELATIVE, CMP_NODE_SCALE_RENDER_PERCENT, CMP_NODE_SCALE_RENDER_SIZE, get_scale_absolute(), get_scale_method(), get_scale_relative(), get_scale_render_percent(), and get_scale_render_size().
Referenced by execute_constant_size(), and get_translation().
|
inline |
Definition at line 168 of file node_composite_scale.cc.
References blender::realtime_compositor::Operation::get_input().
Referenced by get_scale().
|
inline |
Definition at line 256 of file node_composite_scale.cc.
References blender::realtime_compositor::NodeOperation::bnode(), and bNode::custom1.
Referenced by get_scale(), get_translation(), and is_variable_size().
|
inline |
Definition at line 161 of file node_composite_scale.cc.
References blender::realtime_compositor::Operation::get_input().
Referenced by get_scale().
|
inline |
Definition at line 177 of file node_composite_scale.cc.
References blender::realtime_compositor::Operation::context().
Referenced by get_scale().
|
inline |
Definition at line 182 of file node_composite_scale.cc.
References BLI_assert_unreachable, CMP_NODE_SCALE_RENDER_SIZE_CROP, CMP_NODE_SCALE_RENDER_SIZE_FIT, CMP_NODE_SCALE_RENDER_SIZE_STRETCH, blender::realtime_compositor::Operation::context(), get_scale_render_size_crop(), get_scale_render_size_fit(), get_scale_render_size_method(), and get_scale_render_size_stretch().
Referenced by get_scale().
|
inline |
Definition at line 226 of file node_composite_scale.cc.
References blender::realtime_compositor::Operation::context(), blender::realtime_compositor::Operation::get_input(), and blender::math::max().
Referenced by get_scale_render_size().
|
inline |
Definition at line 214 of file node_composite_scale.cc.
References blender::realtime_compositor::Operation::context(), blender::realtime_compositor::Operation::get_input(), and blender::math::min().
Referenced by get_scale_render_size().
|
inline |
Definition at line 261 of file node_composite_scale.cc.
References blender::realtime_compositor::NodeOperation::bnode(), and bNode::custom2.
Referenced by get_scale_render_size().
|
inline |
Definition at line 203 of file node_composite_scale.cc.
References blender::realtime_compositor::Operation::context(), and blender::realtime_compositor::Operation::get_input().
Referenced by get_scale_render_size().
|
inline |
Definition at line 234 of file node_composite_scale.cc.
References CMP_NODE_SCALE_RENDER_SIZE, blender::realtime_compositor::Operation::get_input(), get_offset(), get_scale(), and get_scale_method().
Referenced by execute_constant_size().
|
inline |
Definition at line 246 of file node_composite_scale.cc.
References CMP_NODE_SCALE_RELATIVE, blender::realtime_compositor::Operation::get_input(), get_scale_method(), and blender::realtime_compositor::Result::is_single_value().
Referenced by execute().
Definition at line 39 of file node_operation.cc.