Searched refs:which (Results 1 - 25 of 246) sorted by relevance

12345678910

/haiku-fatelf/src/preferences/appearance/
H A DCursorWhichItem.cpp30 CursorWhichItem::CursorWhichItem(cursor_which which) argument
33 SetAttribute(which);
44 void CursorWhichItem::SetAttribute(cursor_which which) argument
46 switch(which)
48 // cases not existing in R5 which exist in OpenBeOS
51 attribute=which;
57 attribute=which;
63 attribute=which;
69 attribute=which;
75 attribute=which;
[all...]
H A DSysCursorAPI.h8 void set_syscursor(cursor_which which, const BCursor *cursor);
9 void set_syscursor(cursor_which which, const BBitmap *bitmap);
13 void setcursor(cursor_which which);
H A DSysCursorAPI.cpp8 void set_syscursor(cursor_which which, const BCursor *cursor) argument
15 link.Attach<cursor_which>(which);
22 void set_syscursor(cursor_which which, const BBitmap *bitmap) argument
29 link.Attach<cursor_which>(which);
49 cursor_which which; local
50 link.Read<cursor_which>(&which);
51 return which;
57 void setcursor(cursor_which which) argument
H A DColorSet.cpp95 \brief Copy constructor which does a massive number of assignments
104 \brief Overloaded assignment operator which does a massive number of assignments
126 color_which which = get_color_description(i)->which; local
127 set.fColors[which] =
128 BPrivate::kDefaultColors[color_which_to_index(which)];
137 \param value An rgb_color which is the new value of the member
140 ColorSet::SetColor(color_which which, rgb_color value) argument
142 fColors[which] = value;
147 ColorSet::GetColor(int32 which) argument
[all...]
H A DCursorWhichItem.h38 CursorWhichItem(cursor_which which);
40 void SetAttribute(cursor_which which);
H A DAPRView.cpp84 color_which which = description.which; local
85 fAttrList->AddItem(new ColorWhichItem(text, which,
86 fCurrentSet.GetColor(which)));
182 color_which which = get_color_description(i)->which; local
183 fCurrentSet.SetColor(which, ui_color(which));
218 color_which which = get_color_description(i)->which; local
230 color_which which = get_color_description(i)->which; local
269 color_which which = get_color_description(i)->which; local
[all...]
H A DColorSet.h22 color_which which; member in struct:__anon5234
40 rgb_color GetColor(int32 which);
41 void SetColor(color_which which, rgb_color value);
H A DColorWhichItem.h22 ColorWhichItem(const char* text, color_which which, rgb_color color);
/haiku-fatelf/headers/private/app/
H A DServerReadOnlyMemory.h26 color_which_to_index(color_which which) argument
29 if (which <= B_LIST_SELECTED_ITEM_TEXT_COLOR)
30 return which - 1;
31 if (which >= B_SUCCESS_COLOR && which <= B_FAILURE_COLOR)
32 return which - B_SUCCESS_COLOR + B_LIST_SELECTED_ITEM_TEXT_COLOR;
/haiku-fatelf/src/servers/app/
H A DCursorSet.h30 status_t AddCursor(BCursorID which,const BBitmap *cursor, const BPoint &hotspot);
31 status_t AddCursor(BCursorID which, uint8 *data);
32 void RemoveCursor(BCursorID which);
33 status_t FindCursor(BCursorID which, BBitmap **cursor, BPoint *hotspot);
34 status_t FindCursor(BCursorID which, ServerCursor **cursor) const;
39 const char *_CursorWhichToString(BCursorID which) const;
H A DCursorSet.cpp84 \param which System cursor specifier defined in CursorSet.h
93 CursorSet::AddCursor(BCursorID which, const BBitmap *cursor, argument
100 RemoveData(_CursorWhichToString(which));
103 BMessage message((int32)which);
114 return AddMessage(_CursorWhichToString(which), &message);
120 \param which System cursor specifier defined in CursorSet.h
128 CursorSet::AddCursor(BCursorID which, uint8 *data) argument
138 status_t result = AddCursor(which, bitmap, hotspot);
147 \param which System cursor specifier defined in CursorSet.h
150 CursorSet::RemoveCursor(BCursorID which) argument
170 FindCursor(BCursorID which, BBitmap **_cursor, BPoint *_hotspot) argument
223 FindCursor(BCursorID which, ServerCursor **_cursor) const argument
[all...]
/haiku-fatelf/src/apps/switcher/
H A DPanelWindow.h14 PanelWindow(uint32 location, uint32 which,
21 BView* _ViewFor(uint32 location, uint32 which,
H A DSwitcher.cpp57 uint32 which = kShowApplicationWindows; local
59 which = kShowApplications;
61 new PanelWindow(location, which,
/haiku-fatelf/src/system/libroot/posix/sys/
H A Ditimer.cpp41 prepare_timer(__timer_t& timer, int which) argument
43 switch (which) {
63 getitimer(int which, struct itimerval* value) argument
67 if (!prepare_timer(timer, which))
83 setitimer(int which, const struct itimerval* value, struct itimerval* oldValue) argument
87 if (!prepare_timer(timer, which))
/haiku-fatelf/src/kits/tracker/
H A DIconMenuItem.cpp262 const BNodeInfo* nodeInfo, icon_size which)
269 fDeviceIcon = new BBitmap(BRect(0, 0, which - 1, which - 1), B_RGBA32);
271 fDeviceIcon = new BBitmap(BRect(0, 0, which - 1, which - 1), B_CMAP8);
287 const char* iconType, icon_size which)
294 fDeviceIcon = new BBitmap(BRect(0, 0, which - 1, which - 1), B_RGBA32);
296 fDeviceIcon = new BBitmap(BRect(0, 0, which - 1, which
261 IconMenuItem(const char* label, BMessage* message, const BNodeInfo* nodeInfo, icon_size which) argument
286 IconMenuItem(const char* label, BMessage* message, const char* iconType, icon_size which) argument
314 IconMenuItem(BMenu* submenu, BMessage* message, const char* iconType, icon_size which) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcore-regset.c51 CORE_REG_SECT points to an array of bytes, which are the contents
52 of a `note' from a core file which BFD thinks might contain
55 WHICH says which register set corelow suspects this is:
62 fetch_core_registers (char *core_reg_sect, unsigned core_reg_size, int which, argument
68 switch (which)
/haiku-fatelf/src/kits/storage/
H A DFindDirectory.cpp17 /*! \param which the directory_which constant specifying the directory
21 \param volume the volume on which the directory is located
28 find_directory(directory_which which, BPath* path, bool createIt, argument
39 status_t error = find_directory(which, device, createIt, buffer,
/haiku-fatelf/headers/cpp/
H A Dsstream46 stringbuf(int which=ios::in|ios::out)
47 : streambuf(), mode(static_cast<ios::open_mode>(which)),
54 stringbuf(const string &str, int which=ios::in|ios::out)
55 : streambuf(), mode(static_cast<ios::open_mode>(which)),
141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out)
144 bool testin = which & ios::in && mode & ios::in;
145 bool testout = which & ios::out && mode & ios::out;
197 seekpos(pos_type sp, int which = ios::in | ios::out)
199 pos_type ret = seekoff(sp, ios::beg, which);
238 istringstream(int which
[all...]
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Dhistexamp.c94 int which; local
95 if ((sscanf (line + 6, "%d", &which)) == 1)
97 HIST_ENTRY *entry = remove_history (which);
99 fprintf (stderr, "No such entry %d\n", which);
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dhistory.c118 /* Begin a session in which the history functions might be used. This
140 /* Returns the magic number which says what history element we are
197 /* Return the history entry which is logically at OFFSET in the history array.
369 replace_history_entry (which, line, data)
370 int which;
376 if (which < 0 || which >= history_length)
380 old_value = the_history[which];
385 the_history[which] = temp;
391 NEW. WHICH says which on
[all...]
/haiku-fatelf/headers/os/storage/
H A DMime.h48 status_t get_device_icon(const char* device, BBitmap* icon, icon_size which);
52 status_t get_named_icon(const char* name, BBitmap* icon, icon_size which);
/haiku-fatelf/src/apps/showimage/
H A DToolBarIcons.h41 const BBitmap* tool_bar_icon(uint32 which);
/haiku-fatelf/src/bin/bash/lib/readline/examples/
H A Dhistexamp.c107 int which; local
108 if ((sscanf (line + 6, "%d", &which)) == 1)
110 HIST_ENTRY *entry = remove_history (which);
112 fprintf (stderr, "No such entry %d\n", which);
/haiku-fatelf/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.cpp39 which type of item you want to deal with.
131 /*! Returns a pointer to the item in the lists which is
366 DiagramItem in \param which; returns false if no items are above or the item
370 DiagramItemGroup::GetClippingAbove(DiagramItem *which, BRegion *region) argument
374 if (which && region) {
375 switch (which->type()) {
378 int32 index = fBoxes->IndexOf(which);
380 BRect r = which->Frame();
394 BRect r = which->Frame();
440 /*! Returns a pointer to the item in the list which i
464 SelectItem(DiagramItem* which, bool deselectOthers) argument
505 DeselectItem(DiagramItem* which) argument
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamStreamingDeframer.cpp40 int which; local
80 while ((j = FindSOF(buf+i, bufsize-i, &which)) > -1) {
88 PRINT((CH ": SOF[%d] at offset %d" CT, which, i));
104 while ((j = FindEOF(buf + k, bufsize - k, &which)) > -1) {
106 //PRINT((CH "| EOF[%d] at offset %d; pos %Ld" CT, which, k, fCurrentFrame->Position()));
131 while ((j = FindEOF(buf + i, bufsize - i, &which)) > -1) {
133 PRINT((CH "| EOF[%d] at offset %d; pos %Ld" CT, which, i, fCurrentFrame->Position()));
153 PRINT((CH ": EOF[%d] at offset %d" CT, which, i));

Completed in 225 milliseconds

12345678910