Home
last modified time | relevance | path

Searched +defs:code +defs:component (Results 1 – 25 of 946) sorted by relevance

12345678910>>...38

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/Components/
H A Djucer_ComponentTypeHandler.cpp108 JucerDocument* ComponentTypeHandler::findParentDocument (Component* component) in findParentDocument()
132 ComponentTypeHandler* ComponentTypeHandler::getHandlerFor (Component& component) in getHandlerFor()
463 void ComponentTypeHandler::getEditableProperties (Component* component, in getEditableProperties()
509 void ComponentTypeHandler::addColourProperties (Component* component, in addColourProperties()
520 String ComponentTypeHandler::getColourIntialisationCode (Component* component, in getColourIntialisationCode()
541 void ComponentTypeHandler::fillInGeneratedCode (Component* component, GeneratedCode& code) in fillInGeneratedCode()
551 …ComponentTypeHandler::fillInMemberVariableDeclarations (GeneratedCode& code, Component* component,… in fillInMemberVariableDeclarations()
564 void ComponentTypeHandler::fillInResizeCode (GeneratedCode& code, Component* component, const Strin… in fillInResizeCode()
585 void ComponentTypeHandler::fillInCreationCode (GeneratedCode& code, Component* component, const Str… in fillInCreationCode()
633 void ComponentTypeHandler::fillInDeletionCode (GeneratedCode& code, Component*, in fillInDeletionCode()
H A Djucer_TextButtonHandler.h47 void getEditableProperties (Component* component, JucerDocument& document, in getEditableProperties()
68 …void fillInCreationCode (GeneratedCode& code, Component* component, const String& memberVariableNa… in fillInCreationCode()
H A Djucer_HyperlinkButtonHandler.h47 void getEditableProperties (Component* component, JucerDocument& document, in getEditableProperties()
81 String getCreationParameters (GeneratedCode& code, Component* comp) override in getCreationParameters()
91 …void fillInCreationCode (GeneratedCode& code, Component* component, const String& memberVariableNa… in fillInCreationCode()
H A Djucer_GroupComponentHandler.h73 String getCreationParameters (GeneratedCode& code, Component* component) override in getCreationParameters()
82 …void fillInCreationCode (GeneratedCode& code, Component* component, const String& memberVariableNa… in fillInCreationCode()
105 void getEditableProperties (Component* component, JucerDocument& document, in getEditableProperties()
H A Djucer_ButtonHandler.h42 void getEditableProperties (Component* component, JucerDocument& document, in getEditableProperties()
93 String getCreationParameters (GeneratedCode&, Component* component) override in getCreationParameters()
98 …void fillInCreationCode (GeneratedCode& code, Component* component, const String& memberVariableNa… in fillInCreationCode()
142 void fillInGeneratedCode (Component* component, GeneratedCode& code) override in fillInGeneratedCode()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A DTComponentGroup.cpp20 auto component = table->find_component(*shortArrPtr); in TComponentGroup() local
36 int TComponentGroup::Message(int code, float value) in Message()
50 for (auto component : List) in Message() local
H A DTPinballTable.cpp221 for (auto component : ComponentList) in find_component() local
237 for (auto component : ComponentList) in find_component() local
297 for (auto component : ComponentList) in tilt() local
310 for (auto component : ComponentList) in port_draw() local
316 int TPinballTable::Message(int code, float value) in Message()
352 for (auto component : ComponentList) in Message() local
498 for (auto component : ComponentList) in Message() local
549 for (auto component : ComponentList) in Message() local
593 for (auto component : table->ComponentList) in EndGame_timeout() local
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/expressions/
H A Dascent_jit_field.cpp39 const int component) in FieldCode()
53 FieldCode::field_idx(InsertionOrderedSet<std::string> &code, in field_idx()
94 FieldCode::element_vertex_values(InsertionOrderedSet<std::string> &code, in element_vertex_values()
96 const int component, in element_vertex_values()
137 FieldCode::quad_gradient(InsertionOrderedSet<std::string> &code, in quad_gradient()
196 FieldCode::hex_gradient(InsertionOrderedSet<std::string> &code, in hex_gradient()
331 FieldCode::visit_current(InsertionOrderedSet<std::string> &code, in visit_current()
359 FieldCode::visit_upper(InsertionOrderedSet<std::string> &code, in visit_upper()
386 FieldCode::visit_lower(InsertionOrderedSet<std::string> &code, in visit_lower()
585 FieldCode::visit_vertex_elements(InsertionOrderedSet<std::string> &code, in visit_vertex_elements()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmpeg12.h40 static inline int decode_dc(GetBitContext *gb, int component) in decode_dc()
42 int code, diff; in decode_dc() local
H A Dspeedhqenc.c56 static void reverse_code(const uint16_t *code, const uint8_t *bits, in reverse_code()
80 int bits, code; in speedhq_init_static_data() local
163 static inline void encode_dc(PutBitContext *pb, int diff, int component) in encode_dc()
200 int code; in encode_block() local
201 int component, val; in encode_block() local
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmpeg12.h40 static inline int decode_dc(GetBitContext *gb, int component) in decode_dc()
42 int code, diff; in decode_dc() local
H A Dspeedhqenc.c56 static void reverse_code(const uint16_t *code, const uint8_t *bits, in reverse_code()
80 int bits, code; in speedhq_init_static_data() local
163 static inline void encode_dc(PutBitContext *pb, int diff, int component) in encode_dc()
200 int code; in encode_block() local
201 int component, val; in encode_block() local
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmpeg12.h41 static inline int decode_dc(GetBitContext *gb, int component) in decode_dc()
43 int code, diff; in decode_dc() local
H A Dmjpegenc.c138 static inline void ff_mjpeg_encode_code(MJpegContext *s, uint8_t table_id, int code) in ff_mjpeg_encode_code()
155 int mant, code; in ff_mjpeg_encode_coef() local
184 int component, dc, last_index, val, run; in record_block() local
226 int mant, nbits, code, i, j; in encode_block() local
227 int component, dc, run, last_index, val; in encode_block() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmpeg12.h41 static inline int decode_dc(GetBitContext *gb, int component) in decode_dc()
43 int code, diff; in decode_dc() local
H A Dmjpegenc.c139 static inline void ff_mjpeg_encode_code(MJpegContext *s, uint8_t table_id, int code) in ff_mjpeg_encode_code()
156 int mant, code; in ff_mjpeg_encode_coef() local
185 int component, dc, last_index, val, run; in record_block() local
227 int mant, nbits, code, i, j; in encode_block() local
228 int component, dc, run, last_index, val; in encode_block() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmpeg12.h41 static inline int decode_dc(GetBitContext *gb, int component) in decode_dc()
43 int code, diff; in decode_dc() local
H A Dmjpegenc.c139 static inline void ff_mjpeg_encode_code(MJpegContext *s, uint8_t table_id, int code) in ff_mjpeg_encode_code()
156 int mant, code; in ff_mjpeg_encode_coef() local
185 int component, dc, last_index, val, run; in record_block() local
227 int mant, nbits, code, i, j; in encode_block() local
228 int component, dc, run, last_index, val; in encode_block() local
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/netlist_reader/
H A Dkicad_netlist_reader.cpp185 COMPONENT* component = NULL; in parseNet() local
186 wxString code; in parseNet() local
444 COMPONENT* component = new COMPONENT( fpid, ref, value, path, uuids ); in parseComponent() local
474 COMPONENT* component = NULL; in parseLibPartList() local
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/gui/lookandfeel/substance/
H A DSubstanceLookAndFeel.java264 final ITreeCellRendererCode<?, ?> code) { in getTreeCellRenderer()
277 final ITableCellRendererCode<?, ?> code) { in getTableCellRenderer()
292 final IListCellRendererCode<?, ?> code) { in getListCellRenderer()
383 public Color getPaintForColorMutableIcon(final Component component, in getPaintForColorMutableIcon()
417 public JScrollPane getScrollPane(final Component component) { in getScrollPane()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncCavlc.h101 …Void codeAlfCtrlFlag ( ComponentID component, UInt code ) {printf("Not supported\n"); assert(0);} in codeAlfCtrlFlag()
/dports/www/ilias6/ILIAS-6.14/tests/UI/Renderer/
H A DAbstractRendererTest.php14 public function render(Component $component, Renderer $default_renderer)
30 public function render(Component $component, Renderer $default_renderer)
45 public function render(Component $component, Renderer $default_renderer)
87 public function addOnLoadCode($code)
111 public function render($component)
115 public function renderAsync($component)
/dports/www/ilias/ILIAS-5.4.25/tests/UI/Renderer/
H A DAbstractRendererTest.php14 public function render(Component $component, Renderer $default_renderer)
30 public function render(Component $component, Renderer $default_renderer)
45 public function render(Component $component, Renderer $default_renderer)
87 public function addOnLoadCode($code)
111 public function render($component)
115 public function renderAsync($component)
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmpeg12.h49 static inline int decode_dc(GetBitContext *gb, int component) in decode_dc()
51 int code, diff; in decode_dc() local
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmpeg12.h49 static inline int decode_dc(GetBitContext *gb, int component) in decode_dc()
51 int code, diff; in decode_dc() local

12345678910>>...38