Searched refs:space (Results 1 - 25 of 219) sorted by path

123456789

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex355 If the latter is 0, the table takes no space.
403 resources are written to a file, the space they will take is filled with the
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css67 white-space:pre;
/haiku/headers/cpp/
H A DPlotFile.h85 PlotFile& space(const int x0, const int y0,
/haiku/headers/glibc/
H A Dprintf.h42 unsigned int space:1; /* Space flag. */ member in struct:printf_info
/haiku/headers/libs/agg/
H A Dagg_gsv_text.h52 void space(double space);
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h114 uint32 space; /* pixel configuration */ member in struct:__anon10
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h93 u_char space; member in struct:cistpl_longlink_mfc_t::__anon262
/haiku/headers/os/translation/
H A DTranslationUtils.h50 static void SetBitmapColorSpace(color_space space);
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h359 uint ati_space; // colour space according to ATI
462 uint32 space; // known space in ring buffer member in struct:__anon28::__anon29
503 uint32 virtual_size; // reserved virtual address space in bytes
/haiku/headers/private/graphics/
H A Dvideo_overlay.h33 uint32 space; /* color_space of buffer */ member in struct:__anon3
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp176 // Get parameters for a color space which is supported by the 3dfx chips.
177 // Return true if the color space is supported; else return false.
193 TRACE("Unsupported color space: 0x%X\n", colorSpace);
387 if (gInfo.sharedInfo->displayMode.space != B_CMAP8)
H A Dmode.cpp50 if (!TDFX_GetColorSpaceParams(mode->space, bitsPerPixel))
61 // Is the color space supported?
65 if (mode->space == uint32(si.colorSpaces[j])) {
140 TRACE("ProposeDisplayMode() %dx%d, pixel clock: %d kHz, space: 0x%X\n",
142 target->timing.pixel_clock, target->space);
160 && target->space == mode.space)
179 if (!TDFX_GetColorSpaceParams(mode.space, mode.bitsPerPixel))
301 if (!TDFX_GetColorSpaceParams(mode->space, bitsPerPixel))
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_mode.cpp397 if (gInfo.sharedInfo->displayMode.space != B_CMAP8)
H A Dmode.cpp40 if (selectedMode == NULL || mode.space > selectedMode->space)
43 if (mode.space == colorDepth)
113 if (!gInfo.GetColorSpaceParams(mode->space, bitsPerPixel, maxPixelClock))
128 // Is the color space supported?
132 if (mode->space == uint32(si.colorSpaces[j])) {
233 TRACE("ProposeDisplayMode() %dx%d, pixel clock: %d kHz, space: 0x%X\n",
235 target->timing.pixel_clock, target->space);
246 && target->space == mode.space)
[all...]
H A Drage128_mode.cpp432 if (gInfo.sharedInfo->displayMode.space != B_CMAP8)
/haiku/src/add-ons/accelerants/et6x00/
H A DGetModeInfo.c42 switch (dm->space & ~0x3000) {
H A DProposeDisplayMode.c126 /* poke the specific space */
127 dst->space = low.space = high.space = spaces[j];
H A DSetDisplayMode.c42 switch (target.space) {
/haiku/src/add-ons/accelerants/intel_810/
H A Di810_mode.cpp275 if (gInfo.sharedInfo->displayMode.space != B_CMAP8)
H A Dmode.cpp51 if (!I810_GetColorSpaceParams(mode->space, bitsPerPixel, maxPixelClock))
62 // Is the color space supported?
66 if (mode->space == uint32(si.colorSpaces[j])) {
143 TRACE("ProposeDisplayMode() %dx%d, pixel clock: %d kHz, space: 0x%X\n",
145 target->timing.pixel_clock, target->space);
156 && target->space == mode.space)
176 if (!I810_GetColorSpaceParams(mode.space, mode.bitsPerPixel, maxPixelClock))
296 if (!I810_GetColorSpaceParams(mode->space, bitsPerPixel, maxPixelClock))
/haiku/src/add-ons/accelerants/matrox/
H A DCursor.c68 switch(si->dm.space)
83 switch(si->dm.space)
H A DGetModeInfo.c68 switch (dm->space)
107 switch (dm->space)
H A DOverlay.c222 si->overlay.myBuffer[offset].space = cs;
240 * cardRAM is that apps that try to write beyond the buffer's space get a segfault immediately.
292 * this is done to prevent a large buffer getting created in the space a small buffer
299 * space in between your overlay buffers for instance, so cardRAM is used 'to the max'.
308 /* Check if the new buffer would fit into the space the single old one used here */
311 /* It does, so we reset to the old size and adresses to prevent the space from shrinking
324 "Overlay: not enough space to 'squeeze' this one in, aborted\n"));
326 /* Reset to the old size to prevent the space from 'growing' if we get here again... */
337 /* check if we have enough space to setup this new bitmap
342 LOG(4,("Overlay: Sorry, no more space fo
[all...]
H A DSetDisplayMode.c118 switch(target.space)
132 switch(target2.space)
320 switch(target.space)
339 LOG(8,("SETMODE: Invalid singlehead colour depth 0x%08x\n", target.space));
453 switch(si->dm.space)
464 LOG(8,("SET:Invalid DH colour depth 0x%08x, should never happen\n", si->dm.space));
470 switch(si->dm.space)
554 if (si->dm.space != B_CMAP8) return;
/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)

Completed in 113 milliseconds

123456789