Searched defs:width (Results 426 - 450 of 625) sorted by relevance

<<11121314151617181920>>

/haiku/src/servers/app/
H A DWorkspacesView.cpp95 int32 width = frame.IntegerWidth() / columns; local
218 float width = tabFrame.Width(); local
274 float width = font.StringWidth(title.String(), title.Length()); local
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp99 uint32 width = fGradientBitmap->Bounds().IntegerWidth(); local
417 GradientControl::FrameResized(float width, float height) argument
428 GradientControl::GetPreferredSize(float* width, float* height) argument
522 uint32 width = fGradientBitmap->Bounds().IntegerWidth() + 1; local
597 _AllocBitmap(int32 width, int32 height) argument
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.cpp558 UVCCamDevice::SuggestVideoFrame(uint32& width, uint32& height) argument
577 UVCCamDevice::AcceptVideoFrame(uint32& width, uint32& height) argument
1268 _DecodeColor(unsigned char* dst, unsigned char* src, int32 width, int32 height) argument
[all...]
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp475 SdhciBus::SetBusWidth(int width) argument
804 set_bus_width(void* controller, int width) argument
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp297 PoorManWindow::FrameResized(float width, float height) argument
343 PoorManWindow::Zoom(BPoint origin, float width, float height) argument
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp276 int width = 70; local
/haiku/headers/libs/agg/
H A Dagg_pixfmt_gray.h199 AGG_INLINE unsigned width() const { return m_rbuf->width(); } function in class:agg::pixfmt_alpha_blend_gray
H A Dagg_pixfmt_rgb.h260 AGG_INLINE unsigned width() const { return m_rbuf->width(); } function in class:agg::pixfmt_alpha_blend_rgb
/haiku/headers/private/graphics/vesa/
H A Dvesa.h59 uint16 width; member in struct:vbe_mode_info
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c2195 uint16 width local
2208 uint16 width = ((DAC2R(FP_HDISPEND) & 0x0000ffff) + 1); local
2222 uint16 width = ((DACR(FP_HDISPEND) & 0x0000ffff) + 1); local
2236 uint16 width = ((DAC2R(FP_HDISPEND) & 0x0000ffff) + 1); local
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dradeon_driver.h70 int width; member in struct:__anon1659
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCC.cpp82 int width = 1; local
H A DRadeon.cpp106 void CRadeonRect::ResizeTo(int width, int height) argument
/haiku/src/add-ons/translators/raw/
H A DRAW.h40 uint32 width; member in struct:image_data_info
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp127 float width = Bounds().Width(); local
226 IconButton::GetPreferredSize(float* width, float* height) argument
401 SetIcon(const unsigned char* bitsFromQuickRes, uint32 width, uint32 height, color_space format, bool convertToBW) argument
478 uint32 width = bitmap->Bounds().IntegerWidth() + 1; local
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c272 register int width; /* Maximum field width. */ local
[all...]
/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp37 uint32 width; // bitmap width member in struct:MSInfoHeader
51 uint16 width; // bitmap width member in struct:OS2InfoHeader
[all...]
/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp46 float width; member in struct:GuiInfo
[all...]
/haiku/src/add-ons/accelerants/s3/
H A Dvirge_mode.cpp625 int width = mode.bytesPerRow >> 3; local
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp179 get_padding(uint32 width, uint16 bitsperpixel) argument
221 get_rowbytes(uint32 width, uint16 bitsperpixel) argument
[all...]
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp144 DragSortableListView::FrameResized(float width, float height) argument
237 float width = Bounds().Width(); local
275 int32 width = (int32)dragBitmap->Bounds().Width() + 1; local
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp199 float width = rect.Width() - 12; local
/haiku/src/kits/interface/
H A DChannelSlider.cpp446 BChannelSlider::GetPreferredSize(float* width, float* height) argument
[all...]
H A DStringView.cpp227 float width, height; local
281 float width = StringWidth(text); local
621 float width = StringWidth(lines.StringAt(i)); local
[all...]
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp773 bool font_engine_freetype_base::width(double w) function in class:agg::font_engine_freetype_base

Completed in 208 milliseconds

<<11121314151617181920>>