Searched refs:space (Results 101 - 125 of 219) sorted by relevance

123456789

/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_acc.c65 switch(si->dm.space)
168 * MIL 1/2 does not need framebuffer space for the hardcursor! */
171 switch (si->dm.space)
392 if ((si->dm.space == B_CMAP8) || si->ps.sdram)
428 if ((si->dm.space == B_CMAP8) || si->ps.sdram)
H A Dmga_maven.c43 /* checkout space needed for hardcursor (if any) */
363 switch (target.space)
377 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
580 switch (target.space)
594 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp204 char *space = strstr(text.album, " "); local
205 if (space != NULL) {
206 space[0] = '\0';
208 text.album = copy_string(space + 2);
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_overlay.cpp60 switch (buffer->space) {
68 return false; // color space not supported
/haiku/src/add-ons/accelerants/skeleton/
H A DProposeDisplayMode.c372 /* checkout space needed for hardcursor (if any) */
413 switch (target->space)
567 /* poke the specific space */
568 dst->space = low.space = high.space = spaces[j];
/haiku/src/add-ons/accelerants/via/
H A DProposeDisplayMode.c374 /* checkout space needed for hardcursor (if any) */
415 switch (target->space)
569 /* poke the specific space */
570 dst->space = low.space = high.space = spaces[j];
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ioctl.c144 uint32_t space; local
146 space = __offsetof(struct ieee80211req_chaninfo,
148 if (space > ireq->i_len)
149 space = ireq->i_len;
151 return copyout(&ic->ic_nchans, ireq->i_data, space);
237 size_t space; member in struct:scanreq
262 req->space += scan_space(se, &ielen);
274 if (len > req->space)
311 req->space -= len;
326 req.space
331 uint32_t space; local
353 size_t space; member in struct:stainforeq
466 size_t space; local
2428 setwparsnie(struct ieee80211vap *vap, uint8_t *ie, int space) argument
[all...]
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp343 fDisplayMode.space = B_RGBA32;
625 fDisplayMode.virtual_height, (color_space)fDisplayMode.space);
662 && fDisplayMode.space == mode.space)
676 && modes[i].space == mode.space) {
815 modes[index].space = B_RGB32;
835 modes[0].space = B_BRGB32;
1151 switch (fDisplayMode.space) {
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Ddac2.c77 /*set colour arrays to point to space reserved in shared info*/
258 switch (target.space)
279 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
H A Dacc.c37 switch(si->dm.space)
/haiku/src/add-ons/accelerants/radeon/
H A DProposeDisplayMode.c97 // convert Be colour space to Radeon data type
98 // returns true, if supported colour space
99 // space - Be colour space
102 bool Radeon_GetFormat( int space, int *format, int *bpp ) argument
104 switch( space ) {
112 SHOW_ERROR( 1, "Unsupported color space (%d)", space );
173 if( !Radeon_GetFormat( target->space, &format, &bpp ))
235 // but total width has same range as sync start, so leave some space
[all...]
/haiku/src/add-ons/accelerants/via/engine/
H A Ddac2.c77 /*set colour arrays to point to space reserved in shared info*/
258 switch (target.space)
279 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
H A Dacc.c37 switch(si->dm.space)
H A Ddac.c74 /*set colour arrays to point to space reserved in shared info*/
282 switch (target.space)
303 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
429 switch (target.space)
450 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
/haiku/src/apps/magnify/
H A DMagnify.h25 TOSMagnify(BRect, TMagnify* parent, color_space space);
31 void SetSpace(color_space space);
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.cpp358 status_t result = dp_get_pixel_size_for((color_space)mode->space,
362 TRACE("%s: Invalid color space!\n", __func__);
397 status_t result = dp_get_pixel_size_for((color_space)mode->space,
401 TRACE("%s: Invalid color space!\n", __func__);
964 dp_get_pixel_size_for(color_space space, size_t *pixelChunk, argument
967 status_t result = get_pixel_size_for(space, pixelChunk, NULL,
970 if ((space == B_RGB32) || (space == B_RGBA32) || (space == B_RGB32_BIG)
971 || (space
[all...]
/haiku/headers/os/interface/
H A DGraphicsDefs.h173 // linear color space (little endian)
186 // linear color space (big endian)
196 // linear color space (little endian, for completeness)
206 // non linear color space -- incidently, all with 8 bits per value
287 bool bitmaps_support_space(color_space space, uint32* _supportFlags);
290 status_t get_pixel_size_for(color_space space, size_t* _pixelChunk,
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c307 /* 'int' is enough and it saves some space on 64 bit systems. */
618 space = 0; \
731 if (is_negative || showsign || space) \
744 else if (space) \
772 else if (space) \
816 space: space, \
865 space: space, \
1018 /* Write "(null)" if there's space
1348 int space = 0; /* Use space prefix if no sign is needed. */ local
1785 int space = specs[nspecs_done].info.space; local
[all...]
/haiku/src/add-ons/accelerants/nvidia/
H A DGetAccelerantHook.c222 if (!si->settings.dma_acc || (si->dm.space == B_CMAP8))
/haiku/src/add-ons/translators/ico/
H A DICO.cpp170 get_alpha_value(color_space space, uint32 value) argument
173 if (space == B_RGBA32)
233 // add this color if there is space left
253 has_true_alpha_channel(color_space space, uint8 *data, argument
258 uint8 value = get_alpha_value(space, ((uint32 *)data)[x]);
689 fprintf(stderr, "unsupported color space.\n");
/haiku/src/tests/add-ons/opengl/fake_renderer/
H A DFakeRenderer.cpp25 extern const char * color_space_name(color_space space);
188 /* fill this in with the color-space conversion
/haiku/src/add-ons/accelerants/ati/
H A Drage128_overlay.cpp36 if (buffer->space != B_YCbCr422)
37 return false; // color space not supported
H A Dmach64_overlay.cpp32 if (buffer->space == B_YCbCr422)
35 return false; // color space not supported
/haiku/src/add-ons/accelerants/intel_extreme/
H A Doverlay.cpp210 switch (gInfo->shared_info->current_mode.space) {
387 buffer->space = colorSpace;
464 switch (buffer->space) {
560 switch (buffer->space) {
H A Daccelerant_protos.h84 const overlay_buffer* intel_allocate_overlay_buffer(color_space space,

Completed in 234 milliseconds

123456789