Home
last modified time | relevance | path

Searched refs:is_directional (Results 1 – 23 of 23) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/commands/
H A Dundo_step.h64 void SetSelectionIsDirectional(bool is_directional) { in SetSelectionIsDirectional() argument
65 selection_is_directional_ = is_directional; in SetSelectionIsDirectional()
H A Dedit_command.h60 void SetSelectionIsDirectional(bool is_directional) { in SetSelectionIsDirectional() argument
61 selection_is_directional_ = is_directional; in SetSelectionIsDirectional()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/commands/
H A Dundo_step.h64 void SetSelectionIsDirectional(bool is_directional) { in SetSelectionIsDirectional() argument
65 selection_is_directional_ = is_directional; in SetSelectionIsDirectional()
H A Dedit_command.h60 void SetSelectionIsDirectional(bool is_directional) { in SetSelectionIsDirectional() argument
61 selection_is_directional_ = is_directional; in SetSelectionIsDirectional()
/dports/games/flightgear-data/fgdata/Shaders/
H A Dsurface-light-ALS.vert10 uniform bool is_directional;
29 if (is_directional)
H A Dlight-ALS.frag33 uniform bool is_directional;
204 if (is_directional)
/dports/games/flightgear-data/fgdata/Compositor/Shaders/ALS/
H A Dsurface-light.vert10 uniform bool is_directional;
33 if (is_directional)
H A Dlight.frag35 uniform bool is_directional;
208 if (is_directional)
/dports/games/widelands/widelands-build21/src/website/
H A Dcreate_spritesheet.cc205 const bool is_directional = in write_animation_spritesheets() local
223 descr->get_animation(is_directional ? animation_name + "_ne" : animation_name, nullptr)); in write_animation_spritesheets()
268 if (is_directional) { in write_animation_spritesheets()
276 if (is_directional) { in write_animation_spritesheets()
/dports/multimedia/librav1e/rav1e-0.5.1/src/
H A Dpartition.rs608 || (mode.is_directional() && p_angle != 90 && p_angle != 180);
610 needs_topright = mode.is_directional() && p_angle < 90;
611 needs_bottomleft = mode.is_directional() && p_angle > 180;
H A Dencoder.rs1123 let ief_params = if mode.is_directional() in encode_tx_block()
1734 if luma_mode.is_directional() && bsize >= BlockSize::BLOCK_8X8 {
1743 if chroma_mode.is_directional() && bsize >= BlockSize::BLOCK_8X8 {
H A Dpredict.rs261 pub fn is_directional(self) -> bool { in is_directional() method
H A Drdo.rs1495 if luma_mode.is_directional() { ief_params } else { None }, in intra_frame_rdo_mode_decision()
/dports/multimedia/rav1e/rav1e-0.5.1/src/
H A Dpartition.rs608 || (mode.is_directional() && p_angle != 90 && p_angle != 180);
610 needs_topright = mode.is_directional() && p_angle < 90;
611 needs_bottomleft = mode.is_directional() && p_angle > 180;
H A Dencoder.rs1123 let ief_params = if mode.is_directional() in encode_tx_block()
1734 if luma_mode.is_directional() && bsize >= BlockSize::BLOCK_8X8 {
1743 if chroma_mode.is_directional() && bsize >= BlockSize::BLOCK_8X8 {
H A Dpredict.rs261 pub fn is_directional(self) -> bool { in is_directional() method
H A Drdo.rs1495 if luma_mode.is_directional() { ief_params } else { None }, in intra_frame_rdo_mode_decision()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/
H A Dpartition.rs608 || (mode.is_directional() && p_angle != 90 && p_angle != 180);
610 needs_topright = mode.is_directional() && p_angle < 90;
611 needs_bottomleft = mode.is_directional() && p_angle > 180;
H A Dencoder.rs1126 let ief_params = if mode.is_directional() in encode_tx_block()
1739 if luma_mode.is_directional() && bsize >= BlockSize::BLOCK_8X8 {
1748 if chroma_mode.is_directional() && bsize >= BlockSize::BLOCK_8X8 {
H A Dpredict.rs261 pub fn is_directional(self) -> bool { in is_directional() method
H A Drdo.rs1433 if luma_mode.is_directional() { ief_params } else { None }, in intra_frame_rdo_mode_decision()
/dports/games/widelands/widelands-build21/src/logic/map_objects/
H A Dmap_object.cc314 const bool is_directional = in add_animations() local
316 if (is_directional) { in add_animations()
/dports/science/ghemical/ghemical-3.0.0/src/
H A Dproject.cpp987 bool is_directional = true; in ProcessCommandString() local
990 if (kw3[0] == 's' || kw4[0] == 's') is_directional = false; // spotlight in ProcessCommandString()
993 if (is_directional) new_light = new ogl_directional_light(ogl_ol_static()); in ProcessCommandString()
1012 strR << (is_directional ? _("directional") : _("spotlight")) << ")." << endl << ends; in ProcessCommandString()