Searched refs:uint8 (Results 426 - 450 of 2120) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.cpp279 rgb_color color = { (uint8)round(R), (uint8)round(G), (uint8)round(B),
379 set_bits(uint8* bits, uint8 r, uint8 g, uint8 b)
449 uint8* bits = (uint8*)bitmap->Bits();
462 uint8* bitsHandl
[all...]
H A DAlphaSlider.cpp277 blend_colors(uint8* d, uint8 alpha, uint8 c1, uint8 c2, uint8 c3)
285 d[0] += (uint8)(((c1 - d[0]) * alpha) >> 8);
286 d[1] += (uint8)(((c2 - d[1]) * alpha) >> 8);
287 d[2] += (uint8)(((c3 - d[2]) * alpha) >> 8);
300 uint8* topRow = (uint8*)fBitma
[all...]
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp21 uint8 id;
22 uint8 track;
23 uint8 number;
24 uint8 character_position : 4;
25 uint8 block_number : 3;
26 uint8 double_byte : 1;
28 uint8 crc[2];
61 while (uint32 c = (uint8)string[0]) {
220 for (uint8 i = 0; i < text.track_count; i++) {
333 for (uint8
[all...]
/haiku/src/add-ons/translators/sgi/
H A DSGITranslator.cpp324 uint8** rows = new(nothrow) uint8*[channelCount];
326 rows[0] = new(nothrow) uint8[width * channelCount * bytesPerChannel];
328 uint8* rowBuffer = new(nothrow) uint8[bytesPerRow];
343 uint8* src = rowBuffer;
351 uint8* src = rowBuffer;
361 uint8* src = rowBuffer;
371 uint8* src = rowBuffer;
382 uint8* sr
[all...]
/haiku/src/add-ons/accelerants/neomagic/
H A DSetDisplayMode.c53 uint8 colour_depth = 24;
87 startadd = (uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer;
168 uint8 colour_depth;
216 startadd += (uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer;
227 void SET_INDEXED_COLORS(uint count, uint8 first, uint8 *color_data, uint32 flags) {
229 uint8 *r,*g,*b;
/haiku/src/add-ons/translators/psd/
H A DDataArray.cpp12 fData = (uint8*)malloc(blockSize);
29 uint8 *newData = (uint8*)realloc(fData, blocks * fBlockSize);
39 uint8*
61 BDataArray::Append(uint8 val)
75 return Append((uint8)val);
166 BDataArray::Append(uint8 *ptr, int32 len)
178 BDataArray::Repeat(uint8 byte, int32 count)
198 BDataArray::operator<<(uint8 val)
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIPrivate.h59 status_t EvaluateMethod(uint8 instance, uint32 methodId,
77 uint8 guid[16];
81 uint8 notify_id;
84 uint8 max_instance;
85 uint8 flags;
109 uint8 instance, uint32 methodId,
112 uint8 instance, uint32 methodId,
115 uint8 instance, uint32 methodId,
131 void _GuidToGuidString(uint8 guid[16],
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.h56 status_t Select(uint8 event, uint32 ref, selectsync *sync);
57 status_t DeSelect(uint8 event, selectsync *sync);
96 uint8 ReadReg8(int reg);
97 void WriteReg8(int reg, uint8 value);
98 void OrReg8(int reg, uint8 value);
99 void AndReg8(int reg, uint8 value);
100 void MaskReg8(int reg, uint8 value);
117 uint8 fCachedIER; // last value written to IER
118 uint8 fCachedIIR; // cached IRQ condition
/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingModeAdd.h20 uint8 rt = min_c(255, _p.data8[2] + (r)); \
21 uint8 gt = min_c(255, _p.data8[1] + (g)); \
22 uint8 bt = min_c(255, _p.data8[0] + (b)); \
40 blend_pixel_add(int x, int y, const color_type& c, uint8 cover,
43 uint8* p = buffer->row_ptr(y) + (x << 2);
55 const color_type& c, uint8 cover,
58 uint8* p = buffer->row_ptr(y) + (x << 2);
83 const color_type& c, const uint8* covers,
86 uint8* p = buffer->row_ptr(y) + (x << 2);
107 const color_type& c, const uint8* cover
[all...]
H A DDrawingModeSubtract.h22 uint8 rt = max_c(0, _p.data8[2] - (r)); \
23 uint8 gt = max_c(0, _p.data8[1] - (g)); \
24 uint8 bt = max_c(0, _p.data8[0] - (b)); \
42 blend_pixel_subtract(int x, int y, const color_type& c, uint8 cover,
45 uint8* p = buffer->row_ptr(y) + (x << 2);
57 const color_type& c, uint8 cover,
60 uint8* p = buffer->row_ptr(y) + (x << 2);
85 const color_type& c, const uint8* covers,
88 uint8* p = buffer->row_ptr(y) + (x << 2);
109 const color_type& c, const uint8* cover
[all...]
/haiku/src/system/boot/platform/generic/
H A Dvideo_blit.cpp29 blit32(addr_t frameBuffer, const uint8 *data, uint16 width,
36 const uint8* src = data;
52 blit24(addr_t frameBuffer, const uint8 *data, uint16 width,
55 uint8 *start = (uint8 *)frameBuffer
59 const uint8* src = data;
60 uint8* dst = start;
76 blit16(addr_t frameBuffer, const uint8 *data, uint16 width,
83 const uint8* src = data;
101 blit15(addr_t frameBuffer, const uint8 *dat
[all...]
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDWriter.cpp40 HIDWriter::DefineInputPadding(uint8 count, uint8 bitLength)
52 HIDWriter::DefineInputData(uint8 count, uint8 bitLength, main_item_data data,
71 HIDWriter::BeginCollection(uint8 collectionType, uint16 usagePage,
115 HIDWriter::SetReportSize(uint8 reportSize)
123 HIDWriter::SetReportID(uint8 reportID)
131 HIDWriter::SetReportCount(uint8 reportCount)
162 HIDWriter::BeginCollection(uint8 collectionType)
203 HIDWriter::WriteShortItem(uint8 typ
[all...]
/haiku/headers/os/device/
H A DUSBKit.h84 uint8 Class() const;
85 uint8 Subclass() const;
86 uint8 Protocol() const;
87 uint8 MaxEndpoint0PacketSize() const;
116 size_t GetDescriptor(uint8 type, uint8 index,
135 ssize_t ControlTransfer(uint8 requestType,
136 uint8 request, uint16 value,
231 uint8 Class() const;
232 uint8 Subclas
[all...]
/haiku/headers/os/drivers/
H A DUSB3.h40 uint8 dev_class;
41 uint8 dev_subclass;
42 uint8 dev_protocol;
148 uint8 descriptorType, uint8 index,
155 uint8 requestType, uint8 request,
200 uint8 requestType, uint8 request,
207 uint8 maxNumQueuedPacket
[all...]
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h40 status_t Load(uint8 addressSize, bool isBigEndian,
42 status_t FinishLoading(uint8 addressSize, bool isBigEndian);
60 uint8 addressSize, bool isBigEndian,
68 uint8 addressSize, bool isBigEndian,
78 uint8 addressSize, bool isBigEndian,
93 uint8 addressSize, bool isBigEndian,
101 uint8 addressSize, bool isBigEndian,
121 status_t _ParseDebugInfoSection(uint8 _addressSize, bool isBigEndian);
122 status_t _ParseTypesSection(uint8 _addressSize, bool isBigEndian);
124 uint8 addressSiz
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_brooktreetv.c32 static uint8 BtNtscMacro0 [] = {
35 static uint8 BtNtscMacro1 [] = {
38 static uint8 BtNtscMacro2 [] = {
41 static uint8 BtNtscMacro3 [] = {
45 static uint8 BtPalMacro0 [] = {
48 static uint8 BtPalMacro1 [] = {
52 static uint8 BT_set_macro (int std, int mode)
54 uint8 stat;
55 uint8 buffer[21];
135 static uint8 BT_chec
[all...]
/haiku/headers/private/graphics/
H A DAGP.h53 aperture_id (*map_aperture)(uint8 bus, uint8 device, uint8 function,
86 status_t (*create_aperture)(uint8 bus, uint8 device, uint8 function,
/haiku/src/add-ons/accelerants/radeon/
H A Dpalette.c55 uint count, uint8 first, uint8 *color_data );
59 uint count, uint8 first, uint8 *color_data, uint32 flags )
82 uint count, uint8 first, uint8 *color_data )
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DAddOn.cpp144 status_t MediaAddOn::USBVisionWriteRegister(uint8 reg, uint8 *data, uint8 len /*= sizeof(uint8)*/)
155 status_t MediaAddOn::USBVisionReadRegister(uint8 reg, uint8 *data, uint8 len /* = sizeof(uint8)*/)
/haiku/src/tests/kits/locale/
H A DUnicodeCharTest.cpp82 uint32 chars[] = {(uint8)'\xe4', (uint8)'\xd6', (uint8)'\xdf',
83 (uint8)'\xe8', (uint8)'\xe1', (uint8)'\xe9', 0};
/haiku/src/tests/servers/app/view_transit/
H A DViewTransit.cpp17 uint8 red, uint8 green, uint8 blue);
34 uint8 red, uint8 green, uint8 blue)
/haiku/headers/private/device/
H A Djoystick_driver.h36 uint8 hats[MAX_HATS]; /* 0 through 8 (1 == N, 3 == E, 5 == S, 7 == W) */
55 + hat_count * sizeof(uint8); // hat values
57 data = (uint8 *)malloc(data_size);
65 hats = (uint8 *)&axes[axis_count];
86 uint8 * hats;
93 // uint8 hats[hat_count];
95 uint8 * data;
/haiku/headers/private/virtio/
H A Dvirtio_defs.h81 uint8 config[3840];
171 uint8 select; // in
172 uint8 subsel; // in
173 uint8 size; // out, size of reply
174 uint8 reserved[5];
177 uint8 bitmap[128];
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.h55 status_t Read(uint8 *buffer, size_t *numBytes);
56 status_t Write(const uint8 *buffer, size_t *numBytes);
82 uint32 EthernetCRC32(const uint8* buffer, size_t length);
118 uint8 * fNotifyBuffer;
127 uint8 fIPG[3];
128 uint8 fReadNodeIDRequest;
/haiku/headers/private/graphics/radeon_hd/
H A Dradeon_hd.h205 uint8* base;
220 uint8* rom; // cloned, memory mapped PCI ROM
228 uint8* status_page;
232 uint8* frame_buffer; // virtual memory mapped FB
249 uint8 dceMajor;
250 uint8 dceMinor;

Completed in 227 milliseconds

<<11121314151617181920>>