Searched refs:resolution (Results 1 - 17 of 17) sorted by relevance

/haiku/headers/private/graphics/common/
H A Dvalidate_display_mode.h14 uint16 resolution; member in struct:timing_constraints
/haiku/src/system/libroot/posix/time/
H A Dclock_support.cpp23 clock_getres(clockid_t clockID, struct timespec* resolution) argument
44 // currently resolution is always 1us
45 if (resolution != NULL) {
46 resolution->tv_sec = 0;
47 resolution->tv_nsec = 1000;
/haiku/src/add-ons/accelerants/common/
H A Dvalidate_display_mode.cpp27 round(uint16 value, uint16 resolution) argument
29 return value / resolution * resolution;
77 syncEnd = round(syncStart + syncLength, constraints.resolution);
78 syncStart = round(syncStart, constraints.resolution);
79 display = round(display, constraints.resolution);
80 total = round(total, constraints.resolution);
/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp151 // resolution
153 fResolution = new BPopUpMenu("resolution");
170 BMenuField* resolution = new BMenuField("resolution", "Resolution:", fResolution); local
199 settingsLayout->AddItem(resolution->CreateLabelLayoutItem(), 0, 2);
200 settingsLayout->AddItem(resolution->CreateMenuBarLayoutItem(), 1, 2);
271 const ResolutionCap* resolution = static_cast<const ResolutionCap*>( local
273 ASSERT(resolution != NULL);
274 if (resolution != NULL) {
275 fJobData->SetXres(resolution
[all...]
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp115 int32 resolution, bigtime_t toTime,
230 ViewHistory::Update(DataHistory* history, int32 width, int32 resolution, argument
240 || fResolution != resolution
243 fResolution = resolution;
1056 int32 resolution; local
1058 resolution = fOriginalResolution << shift;
1060 resolution = fOriginalResolution >> -shift;
1062 _UpdateResolution(resolution);
1127 int32 resolution; local
1128 if (message->FindInt32("resolution",
1178 int32 resolution = fDrawResolution; local
1353 uint32 resolution = fDrawResolution; local
1444 _UpdateResolution(int32 resolution, bool broadcast) argument
[all...]
H A DActivityView.h115 void _UpdateResolution(int32 resolution,
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.h57 void resolution(unsigned dpi);
78 unsigned resolution() const { return m_resolution; } function in class:agg::font_engine_freetype_base
H A Dagg_font_freetype.cpp562 void font_engine_freetype_base::resolution(unsigned dpi) function in class:agg::font_engine_freetype_base
884 m_resolution, // horizontal device resolution
885 m_resolution); // vertical device resolution
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPCapabilityExtractor.cpp156 int resolution; local
161 // usually this is the entry for the "Default" resolution
163 // determine the resolution (x and y) for it, because
170 // for now use the maximum resolution to render the page bands
171 resolution = max_c(x, y);
174 resolution, resolution);
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp138 BString resolution; local
139 resolution << B_TRANSLATE("Resolution: ")
142 fResolutionView->SetText(resolution.String());
/haiku/headers/posix/
H A Dtime.h101 int clock_getres(clockid_t clockID, struct timespec* resolution);
/haiku/headers/libs/print/libprint/
H A DJobData.h283 void SetResolutionID(int32 resolution);
440 JobData::SetResolutionID(int32 resolution) argument
442 fResolutionID = resolution;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp294 BDiscreteParameter *resolution = options1->MakeDiscreteParameter( local
297 resolution->AddItem(6, "768x576");
298 resolution->AddItem(5, "720x576");
299 resolution->AddItem(4, "720x480");
300 resolution->AddItem(0, "640x480");
301 resolution->AddItem(3, "480x360");
302 resolution->AddItem(1, "320x240");
303 resolution->AddItem(2, "160x120");
690 // it dependant on resolution, but the more magic the more problems)
725 // resolution, bu
[all...]
/haiku/headers/os/interface/
H A DInterfaceDefs.h419 status_t set_screen_space(int32 index, uint32 resolution,
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php52 // size of the java applet, must match the default resolution of the image.
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp638 const struct resolution { int32 width, height; } resolutions[] = { struct
H A DDWindowHWInterface.cpp796 const struct resolution { int32 width, height; } resolutions[] = { struct

Completed in 252 milliseconds