Searched defs:width (Results 476 - 500 of 625) sorted by relevance

<<11121314151617181920>>

/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp638 const struct resolution { int32 width, height; } resolutions[] = { member in struct:resolution
/haiku/src/kits/shared/
H A DIconButton.cpp218 BIconButton::GetPreferredSize(float* width, float* height) argument
517 uint32 width = fNormalBitmap->Bounds().IntegerWidth() + 1; local
432 SetIcon(const unsigned char* bitsFromQuickRes, uint32 width, uint32 height, color_space format, bool convertToBW) argument
593 uint32 width = bitmap->Bounds().IntegerWidth() + 1; local
[all...]
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp181 virtual void FrameResized(float width, float height) argument
/haiku/src/kits/interface/
H A DBox.cpp319 BBox::FrameResized(float width, float height) argument
418 float width, height; local
[all...]
H A DButton.cpp651 float width = left + right + labelSpacing - 1; local
[all...]
H A DAlert.cpp243 BAlert::SetButtonWidth(button_width width) argument
440 BAlert::AlertPosition(float width, float height) argument
106 BAlert(const char *title, const char *text, const char *button1, const char *button2, const char *button3, button_width width, alert_type type) argument
117 BAlert(const char *title, const char *text, const char *button1, const char *button2, const char *button3, button_width width, button_spacing spacing, alert_type type) argument
615 float width; local
[all...]
H A DAboutWindow.cpp109 float width = 0.0f; local
151 float width = 0.0f; local
434 BAboutWindow::AboutPosition(float width, float height) argument
[all...]
H A DStatusBar.cpp140 float width, height; local
224 float width, height; local
234 float width, height; local
245 float width, height; local
319 float width = max_c(0.0, fTextDivider - rect.left); local
450 float width, height; local
[all...]
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp202 float width = max_c(a, b); local
229 float width = StringWidth(B_TRANSLATE("no icon")) + 8.0f; local
H A DApplicationTypeWindow.cpp476 float width = be_plain_font->StringWidth("99") + 16; local
H A DIconView.cpp807 float width, height; local
/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp257 int width, rowbytes, height, max; local
307 int width, rowbytes, height, max; local
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/translators/tiff/
H A DTIFFTranslator.cpp276 convert_buffer_bgra_rgba(uint8* buffer, uint32 rows, uint32 width, argument
293 convert_buffer_argb_rgba(uint8* buffer, uint32 rows, uint32 width, argument
312 convert_buffers_bgra_rgba(uint8* inBuffer, uint8* outBuffer, uint32 rows, uint32 width, uint32 bytesPerRow) argument
333 convert_buffers_argb_rgba(uint8* inBuffer, uint8* outBuffer, uint32 rows, uint32 width, uint32 bytesPerRow) argument
354 convert_buffers_bgrX_rgb(uint8* inBuffer, uint8* outBuffer, uint32 rows, uint32 width, uint32 bytesPerRow, uint32 samplesPerPixel) argument
377 convert_buffers_rgbX_rgb(uint8* inBuffer, uint8* outBuffer, uint32 rows, uint32 width, uint32 bytesPerRow, uint32 samplesPerPixel) argument
398 convert_buffers_cmap(uint8* inBuffer, uint8* outBuffer, uint32 rows, uint32 width, uint32 bytesPerRow) argument
412 convert_buffer(color_space format, uint8* buffer, uint32 rows, uint32 width, uint32 bytesPerRow) argument
443 convert_buffers(color_space format, uint8* inBuffer, uint8* outBuffer, uint32 rows, uint32 width, uint32 bytesPerRow) argument
481 write_tif_stream(TIFF* tif, BPositionIO* inSource, color_space format, uint32 width, uint32 height, uint32 bytesPerRow, uint32 rowsPerStrip, uint32 dataSize) argument
833 uint32 width = 0, height = 0; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DEmbeddedController.cpp641 EcSpaceHandler(uint32 function, acpi_physical_address address, uint32 width, argument
H A DACPICAHaiku.cpp965 AcpiOsReadPort(ACPI_IO_ADDRESS address, UINT32 *value, UINT32 width) argument
899 AcpiOsReadPciConfiguration(ACPI_PCI_ID *pciId, UINT32 reg, UINT64 *value, UINT32 width) argument
937 AcpiOsWritePciConfiguration(ACPI_PCI_ID *pciId, UINT32 reg, ACPI_INTEGER value, UINT32 width) argument
1007 AcpiOsWritePort(ACPI_IO_ADDRESS address, UINT32 value, UINT32 width) argument
1050 AcpiOsReadMemory(ACPI_PHYSICAL_ADDRESS address, UINT64 *value, UINT32 width) argument
1078 AcpiOsWriteMemory(ACPI_PHYSICAL_ADDRESS address, UINT64 value, UINT32 width) argument
[all...]
/haiku/headers/private/input/
H A Dkeyboard_mouse_driver.h134 uint16 width; member in struct:__anon6
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp371 int32 width = -1; local
H A DMediaConverterWindow.cpp123 virtual void FrameResized(float width, float height) argument
/haiku/src/libs/icon/
H A DIconUtils.cpp357 uint32 width = temp.Bounds().IntegerWidth() + 1; local
484 uint32 width = temp->Bounds().IntegerWidth() + 1; local
702 uint32 width = source->Bounds().IntegerWidth() + 1; local
727 uint32 width = source->Bounds().IntegerWidth() + 1; local
735 BIconUtils::ConvertFromCMAP8(const uint8* src, uint32 width, uint32 height, argument
880 ConvertToCMAP8(const uint8* src, uint32 width, uint32 height, uint32 srcBPR, BBitmap* icon) argument
[all...]
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp140 PropertyListView::FrameResized(float width, float height) argument
652 float width = Bounds().Width(); local
675 float width = Bounds().Width(); local
/haiku/src/apps/glteapot/
H A DObjectView.cpp558 ObjectView::FrameResized(float width, float height) argument
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp103 float width; member in struct:ColumnData
159 AddExtraAttribute(const char* publicName, const char* name, uint32 type, bool viewable, bool editable, float width, int32 alignment, bool extra) argument
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp204 float width = 0; local
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp114 TextDocumentView::FrameResized(float width, float height) argument
266 TextDocumentView::GetHeightForWidth(float width, float* min, float* max, argument
630 float width = ceilf(fTextDocumentLayout.Width()); local
655 float width = ceilf(fTextDocumentLayout.Width()); local
[all...]
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp432 float width = fShowStatusIcon ? Bounds().Height() : 0; local

Completed in 204 milliseconds

<<11121314151617181920>>