Searched refs:options (Results 101 - 125 of 127) sorted by relevance

123456

/haiku/src/servers/app/drawing/
H A DDrawingEngine.h104 uint32 options = 0);
H A DDrawingEngine.cpp700 const BRect& viewRect, uint32 options)
706 fPainter->DrawBitmap(bitmap, bitmapRect, viewRect, options);
699 DrawBitmap(ServerBitmap* bitmap, const BRect& bitmapRect, const BRect& viewRect, uint32 options) argument
/haiku/src/servers/app/
H A DView.cpp494 IntRect destRect, int32 resizingMode, int32 options)
513 fBitmapOptions = options;
1008 View::SetEventMask(uint32 eventMask, uint32 options) argument
1011 fEventOptions = options;
1078 // TODO: support other options!
493 SetViewBitmap(ServerBitmap* bitmap, IntRect sourceRect, IntRect destRect, int32 resizingMode, int32 options) argument
H A DServerPicture.cpp569 uint32 height, size_t bytesPerRow, color_space pixelFormat, uint32 options,
584 canvas->GetDrawingEngine()->DrawBitmap(&bitmap, src, dest, options);
568 draw_pixels(void* _canvas, const BRect& src, const BRect& _dest, uint32 width, uint32 height, size_t bytesPerRow, color_space pixelFormat, uint32 options, const void* data, size_t length) argument
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c340 int options; /* socket options */ variable
352 int optlen; /* length of ip options */
603 options |= SO_DEBUG;
670 options |= SO_DONTROUTE;
827 if (options & SO_DEBUG)
830 if (options & SO_DONTROUTE)
871 if (options & SO_DEBUG)
874 if (options & SO_DONTROUTE)
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1295 var options = remoteMessage.dataView.readUint32();
1296 // TODO: Implement options.
1298 if (options != 0)
1299 console.warn('bitmap options not supported: ' + options);
1310 var options = remoteMessage.dataView.readUint32();
1311 // TODO: Implement options.
1315 if (options != 0)
1316 console.warn('bitmap options not supported: ' + options);
[all...]
/haiku/src/libs/glut/
H A Dglutint.h804 int __glutConvertDisplayMode(unsigned long *options);
811 int __glutConvertDisplayModeFromString(unsigned long *options);
/haiku/src/apps/glteapot/
H A DObjectView.cpp137 ulong options)
138 : BGLView(rect, name, resizingMode, 0, options),
136 ObjectView(BRect rect, const char *name, ulong resizingMode, ulong options) argument
/haiku/
H A Dconfigure3 # configure [ <options> ]
13 Usage: $0 <options>
14 options:
133 location, run "../../relative/path/to/haiku_source/configure <options>" from
134 within your non-default location. "jam [ options ] targets" can then be run
136 [ options ] targets" from within haiku_source. This can be accomplished by
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82575.h78 } options; member in union:e1000_adv_data_desc::__anon3
/haiku/src/libs/bsd/
H A Dfts.c141 fts_open(char * const *argv, int options, argument
151 if (options & ~FTS_OPTIONMASK) {
167 sp->fts_options = options;
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp437 int socketOptions = endpoint->Socket()->options;
454 if ((otherEndpoint->Socket()->options
461 && ((otherEndpoint->Socket()->options & SO_REUSEPORT) == 0
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp408 socket->options |= SO_ACCEPTCONN;
509 socket->options = parent->options & ~SO_ACCEPTCONN;
1093 printf("options too large to take into account (%ld bytes)\n", size);
/haiku/src/servers/app/drawing/Painter/
H A DPainter.h237 uint32 options) const;
H A DPainter.cpp1441 BRect viewRect, uint32 options) const
1448 BitmapPainter bitmapPainter(this, bitmap, options);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp451 if ((endpoint->socket->options & SO_REUSEADDR) == 0)
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dif_media.h123 * 8-15 Type specific options (includes added variant bits on Ethernet)
126 * 20-27 Shared (global) options
133 * bits as part of the subtype field. See the options section below for
349 * Shared options
366 #define IFM_OMASK 0x0000ff00 /* Type specific options */
369 #define IFM_GMASK 0x0ff00000 /* Global options */
411 #define IFM_MAKEWORD(type, subtype, options, instance) \
412 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp296 BParameterGroup *options = web->MakeGroup("Options"); local
297 group = options->MakeGroup("Capture Option");
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp235 BParameterGroup *options = web->MakeGroup("Video"); local
242 BParameterGroup *options1 = options->MakeGroup("Options1");
243 BParameterGroup *options2 = options->MakeGroup("Options2");
/haiku/src/bin/network/telnet/
H A Dtelnet.c76 *subpointer, *subend; /* buffer for sub-options */
88 char options[256]; /* The combined options */
179 ClearArray(options);
481 * Handle options that need more things done after the
87 char options[256]; /* The combined options */ variable
/haiku/headers/private/audio/
H A Dsoundcard.h955 unsigned short options; member in struct:__anon333
1743 char options[128]; /* Reserved */ member in struct:oss_sysinfo
/haiku/src/kits/interface/
H A DPicturePlayer.cpp162 uint32 height, size_t bytesPerRow, color_space pixelFormat, uint32 options,
174 height, bytesPerRow, pixelFormat, options, data);
161 draw_pixels(void* _context, const BRect& src, const BRect& dest, uint32 width, uint32 height, size_t bytesPerRow, color_space pixelFormat, uint32 options, const void* _data, size_t length) argument
/haiku/src/apps/showimage/
H A DShowImageView.cpp700 uint32 options = fScaleBilinear ? B_FILTER_BITMAP_BILINEAR : 0; local
701 DrawBitmap(fDisplayBitmap, fDisplayBitmap->Bounds(), rect, options);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.c142 * Print the current options.
148 fprintf(file, ";; res options:");
150 if (statp->options & mask)
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp93 uint8 options[0]; member in struct:router_advertisement_header
778 // TODO: parse the options
1107 // Those are the options we handle

Completed in 258 milliseconds

123456