Searched refs:space (Results 26 - 50 of 219) sorted by relevance

123456789

/haiku/src/add-ons/accelerants/nvidia/
H A DGetModeInfo.c62 switch (dm->space)
99 switch (dm->space)
122 switch (dm->space)
H A DSetDisplayMode.c135 switch(target.space)
159 switch(target2.space)
248 switch(target.space)
255 LOG(8,("SETMODE: Invalid singlehead colour depth 0x%08x\n", target.space));
309 /* last free adress is end-of-ram minus max space needed for overlay bitmaps */
360 switch(si->dm.space)
439 if (si->dm.space != B_CMAP8) return;
/haiku/src/add-ons/accelerants/framebuffer/
H A Dmode.cpp31 return lhs.space == rhs.space
54 (color_space)gInfo->shared_info->current_mode.space
/haiku/src/add-ons/accelerants/et6x00/
H A DGetModeInfo.c42 switch (dm->space & ~0x3000) {
H A DSetDisplayMode.c42 switch (target.space) {
/haiku/src/add-ons/accelerants/neomagic/
H A DSetDisplayMode.c94 switch(target.space)
101 LOG(8,("SETMODE: Invalid colorspace $%08x\n", target.space));
180 switch(si->dm.space)
232 if (si->dm.space != B_CMAP8) return;
/haiku/src/build/libbe/interface/
H A DGraphicsDefs.cpp53 get_pixel_size_for(color_space space, size_t *pixelChunk, size_t *rowAlignment, size_t *pixelsPerChunk) argument
58 switch (space) {
153 bitmaps_support_space(color_space space, uint32 *supportFlags) argument
159 switch (space) {
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp160 "illegal color space "
228 int* max, bool* ascii, color_space* space, bool* is_ppm, char** comment);
230 int* height, int* max, bool* ascii, color_space* space);
259 color_space space; local
261 &ascii, &space, &is_ppm, NULL);
309 color_space space; local
314 &ascii, &space, &is_ppm, &comment);
333 /* Figure out which color space to convert to */
347 switch (space) { /* The 24-bit versions are pretty silly, use 32
355 out_space = space;
552 color_space space; local
575 CSMessage(color_space space) argument
582 SelectColorSpace(color_space space) argument
639 read_ppm_header(BDataIO* inSource, int* width, int* rowbytes, int* height, int* max, bool* ascii, color_space* space, bool* is_ppm, char** comment) argument
769 read_bits_header(BDataIO* io, int skipped, int* width, int* rowbytes, int* height, int* max, bool* ascii, color_space* space) argument
[all...]
/haiku/src/add-ons/accelerants/matrox/
H A DProposeDisplayMode.c140 switch (target->space)
254 /* checkout space needed for hardcursor (if any) */
296 switch (target->space)
325 ((target->space == B_RGB16_LITTLE) || (target->space == B_RGB32_LITTLE)) &&
373 ((target->space == B_RGB16_LITTLE) || (target->space == B_RGB32_LITTLE)) &&
383 ((target->space == B_RGB16_LITTLE) || (target->space == B_RGB32_LITTLE)) &&
516 /* poke the specific space */
[all...]
H A DGetModeInfo.c68 switch (dm->space)
107 switch (dm->space)
/haiku/headers/libs/agg/
H A Dagg_gsv_text.h52 void space(double space);
/haiku/src/servers/app/drawing/
H A DBitmapDrawingEngine.cpp84 color_space space)
90 width - 1, height - 1), space, 0);
83 ExportToBitmap(int32 width, int32 height, color_space space) argument
/haiku/src/add-ons/accelerants/skeleton/
H A DSetDisplayMode.c153 switch(target.space)
177 switch(target2.space)
269 switch(target.space)
276 LOG(8,("SETMODE: Invalid singlehead colour depth 0x%08x\n", target.space));
347 switch(si->dm.space)
421 if (si->dm.space != B_CMAP8) return;
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp101 // rw_lock_init(&fLock, kernel ? "kernel address space" : "address space");
123 // create the area and address space hash tables
131 // create the initial kernel address space
134 panic("vm_init: error creating kernel address space!\n");
140 "Dump info about a particular address space");
146 /*! Deletes all areas in the specified address space, and the address
147 space by decreasing all reference counters. It also marks the
148 address space of being in deletion state, so that no more areas
150 After this, the address space i
[all...]
/haiku/src/add-ons/accelerants/ati/
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...]
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp134 if (selectedMode == NULL || mode.space > selectedMode->space)
137 if (mode.space == colorDepth)
183 if ( ! gInfo.GetColorSpaceParams(mode->space, bitsPerPixel, maxPixelClock))
194 // Is the color space supported?
198 if (mode->space == uint32(si.colorSpaces[j])) {
300 TRACE("ProposeDisplayMode() %dx%d, pixel clock: %d kHz, space: 0x%X\n",
302 target->timing.pixel_clock, target->space);
313 && target->space == mode.space)
[all...]
/haiku/src/add-ons/accelerants/via/engine/
H A Dgeneral.c354 /* dump config space as it is after a possible coldstart attempt */
551 switch (target->space)
559 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
572 switch (target->space)
580 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
593 switch(target->space)
601 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
[all...]
/haiku/src/apps/fontdemo/
H A DFontDemoView.cpp90 escapeDeltas[j].space = 0.0f;
154 xCoord += (escapementArray[i] /*+ escapeDeltas[i].nonspace + escapeDeltas[i].space*/)
242 float space = 0.0; local
243 if (msg->FindFloat("_spacing", &space) == B_OK) {
244 SetSpacing(space);
384 FontDemoView::SetSpacing(float space) argument
386 fSpacing = space;
/haiku/src/tests/kits/interface/bbitmap/
H A DBBitmapTester.cpp105 color_space space; member in struct:test_case
198 int32 bpr = get_bytes_per_row(testCase.space, width);
200 BBitmap bitmap(testCase.bounds, testCase.space);
205 CHK(bitmap.ColorSpace() == testCase.space);
207 printf("space: %x: bpr: %ld (%ld)\n", testCase.space, bitmap.BytesPerRow(),
/haiku/src/add-ons/accelerants/vesa/
H A Dmode.cpp85 == mode->space)
88 if (get_color_space_for_depth(modes[i].bits_per_pixel) == mode->space)
187 || target->space != current->space)
230 == mode.space) {
/haiku/src/servers/app/
H A DBitmapManager.cpp58 //! Sets up stuff to be ready to allocate space for bitmaps
79 \param space Color space of the bitmap
87 HWInterface& hwInterface, BRect bounds, color_space space, uint32 flags,
98 bounds.IntegerHeight() + 1, space))
108 ServerBitmap* bitmap = new(std::nothrow) ServerBitmap(bounds, space, flags,
195 BRect bounds, color_space space, uint32 flags, int32 bytesPerRow)
200 BReference<ServerBitmap> bitmap(new(std::nothrow) ServerBitmap(bounds, space, flags,
86 CreateBitmap(ClientMemoryAllocator* allocator, HWInterface& hwInterface, BRect bounds, color_space space, uint32 flags, int32 bytesPerRow, int32 screen, uint8* _allocationFlags) argument
194 CloneFromClient(area_id clientArea, int32 areaOffset, BRect bounds, color_space space, uint32 flags, int32 bytesPerRow) argument
H A DScreen.cpp114 mode.space = colorSpace;
152 modes[0].timing.h_total, modes[0].timing.v_total, modes[0].space);
208 colorspace = mode.space;
243 return (color_space)mode.space;
266 + 100 * abs((int)(mode.space - colorSpace));
/haiku/src/preferences/screen/
H A Dmultimon.cpp27 mode->space = low->space = high->space = 0;
/haiku/src/add-ons/accelerants/virtio/
H A Dmode.cpp30 return lhs.space == rhs.space
53 (color_space)gInfo->shared_info->current_mode.space
/haiku/src/bin/screenmode/
H A Dscreenmode.cpp207 mode.space = B_RGB32;
222 mode.space
303 newMode.space = B_CMAP8;
308 newMode.space = B_RGB16;
320 newMode.space = color_space_for_depth(depth);
322 newMode.space = B_RGB32;

Completed in 120 milliseconds

123456789