Searched defs:height (Results 376 - 400 of 514) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp453 float height = fPreview->Bounds().Height(); local
714 float width, height; local
/haiku/src/kits/interface/
H A DMenuBar.cpp198 BMenuBar::GetPreferredSize(float* width, float* height) argument
H A DColorConversion.cpp589 ConvertBits64To32(const srcByte *srcBits, dstByte *dstBits, int32 srcBitsLength, int32 dstBitsLength, int32 redShift, int32 greenShift, int32 blueShift, int32 alphaShift, int32 alphaBits, uint32 redMask, uint32 greenMask, uint32 blueMask, uint32 alphaMask, int32 srcBytesPerRow, int32 dstBytesPerRow, int32 srcBitsPerPixel, int32 dstBitsPerPixel, color_space srcColorSpace, color_space dstColorSpace, BPoint srcOffset, BPoint dstOffset, int32 width, int32 height, bool srcSwap, bool dstSwap, read64Func *srcFunc, writeFunc *dstFunc) argument
728 ConvertBits(const srcByte *srcBits, dstByte *dstBits, int32 srcBitsLength, int32 dstBitsLength, int32 redShift, int32 greenShift, int32 blueShift, int32 alphaShift, int32 alphaBits, uint32 redMask, uint32 greenMask, uint32 blueMask, uint32 alphaMask, int32 srcBytesPerRow, int32 dstBytesPerRow, int32 srcBitsPerPixel, int32 dstBitsPerPixel, color_space srcColorSpace, color_space dstColorSpace, BPoint srcOffset, BPoint dstOffset, int32 width, int32 height, bool srcSwap, bool dstSwap, readFunc *srcFunc, writeFunc *dstFunc) argument
893 ConvertBits64(const srcByte *srcBits, void *dstBits, int32 srcBitsLength, int32 dstBitsLength, int32 redShift, int32 greenShift, int32 blueShift, int32 alphaShift, int32 alphaBits, int32 srcBytesPerRow, int32 dstBytesPerRow, int32 srcBitsPerPixel, color_space srcColorSpace, color_space dstColorSpace, BPoint srcOffset, BPoint dstOffset, int32 width, int32 height, bool srcSwap, read64Func *srcFunc) argument
951 ConvertBits(const srcByte *srcBits, void *dstBits, int32 srcBitsLength, int32 dstBitsLength, int32 redShift, int32 greenShift, int32 blueShift, int32 alphaShift, int32 alphaBits, int32 srcBytesPerRow, int32 dstBytesPerRow, int32 srcBitsPerPixel, color_space srcColorSpace, color_space dstColorSpace, BPoint srcOffset, BPoint dstOffset, int32 width, int32 height, bool srcSwap, readFunc *srcFunc) argument
1099 ConvertBits(const void *srcBits, void *dstBits, int32 srcBitsLength, int32 dstBitsLength, int32 srcBytesPerRow, int32 dstBytesPerRow, color_space srcColorSpace, color_space dstColorSpace, int32 width, int32 height) argument
1128 ConvertBits(const void *srcBits, void *dstBits, int32 srcBitsLength, int32 dstBitsLength, int32 srcBytesPerRow, int32 dstBytesPerRow, color_space srcColorSpace, color_space dstColorSpace, BPoint srcOffset, BPoint dstOffset, int32 width, int32 height) argument
[all...]
H A DBox.cpp319 BBox::FrameResized(float width, float height) argument
418 float width, height; local
[all...]
H A DButton.cpp668 float height = -1; local
[all...]
H A DAlert.cpp440 BAlert::AlertPosition(float width, float height) argument
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp459 uint16 x, y, width, height; local
/haiku/src/apps/haikudepot/textview/
H A DParagraphLayout.cpp242 float height = 0.0f; local
919 float height = ascent + descent; local
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c2331 uint16 height = ((DACR(FP_VDISPEND) & 0x0000ffff) + 1); local
2344 uint16 height = ((DAC2R(FP_VDISPEND) & 0x0000ffff) + 1); local
2358 uint16 height = ((DACR(FP_VDISPEND) & 0x0000ffff) + 1); local
2372 uint16 height local
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A Doverlay.cpp348 intel_allocate_overlay_buffer(color_space colorSpace, uint16 width, uint16 height) argument
[all...]
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp432 HWInterface::CheckOverlayRestrictions(int32 width, int32 height, argument
440 HWInterface::AllocateOverlayBuffer(int32 width, int32 height, color_space space) argument
555 int32 height = area.bottom - area.top + 1; local
947 uint32 height = bitmapFrame.IntegerHeight() + 1; local
[all...]
/haiku/src/kits/print/
H A DPicturePrinter.cpp198 void PicturePrinter::DrawPixels(BRect src, BRect dest, int32 width, int32 height, int32 bytesPerRow, int32 pixelFormat, int32 flags, void *data) { argument
H A DPictureIterator.cpp52 static void _DrawPixels(void *p, BRect src, BRect dest, int32 width, int32 height, int32 bytesPerRow, int32 pixelFormat, int32 flags, void *data) argument
H A DTemplate.cpp104 void Template::DrawPixels(BRect src, BRect dest, int32 width, int32 height, int32 bytesPerRow, int32 pixelFormat, int32 flags, void *data) { argument
/haiku/headers/private/print/
H A DPictureIterator.h62 virtual void DrawPixels(BRect src, BRect dest, int32 width, int32 height, int32 bytesPerRow, int32 pixelFormat, int32 flags, void *data) { } argument
/haiku/src/tools/translation/inspector/
H A DImageView.cpp119 ImageView::FrameResized(float width, float height) argument
599 float width, height; local
/haiku/src/kits/game/
H A DWindowScreen.cpp65 blit(int32 sx, int32 sy, int32 dx, int32 dy, int32 width, int32 height) argument
388 BWindowScreen::SetFrameBuffer(int32 width, int32 height) argument
929 int32 width, height; local
[all...]
/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
518 uint32 height = fNormalBitmap->Bounds().IntegerHeight() + 1; local
432 SetIcon(const unsigned char* bitsFromQuickRes, uint32 width, uint32 height, color_space format, bool convertToBW) argument
594 uint32 height = bitmap->Bounds().IntegerHeight() + 1; local
[all...]
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp152 float height = fPackages.size() * HEIGHT_PACKAGE; local
181 virtual void FrameResized(float width, float height) argument
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp230 float height = ceilf(fontHeight.ascent + fontHeight.descent) + 6.0f; local
267 font_height 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
937 copy_data(BDataIO* in, BDataIO* out, int rowbytes, int out_rowbytes, int height, int max, bool in_ascii, bool out_ascii, color_space in_space, color_space out_space) argument
[all...]
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp667 uint32 height = bitsHeader.bounds.IntegerHeight() + 1; local
833 uint32 width = 0, height = 0; local
481 write_tif_stream(TIFF* tif, BPositionIO* inSource, color_space format, uint32 width, uint32 height, uint32 bytesPerRow, uint32 rowsPerStrip, uint32 dataSize) argument
[all...]
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp372 int32 height = -1; local
H A DMediaConverterWindow.cpp123 virtual void FrameResized(float width, float height) argument

Completed in 327 milliseconds

<<11121314151617181920>>