Searched refs:width (Results 226 - 250 of 1007) sorted by relevance

1234567891011>>

/haiku/src/add-ons/accelerants/ati/
H A Dmach64_cursor.cpp53 Mach64_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
76 for (int colByte = 0; colByte < width / 8; colByte++) {
H A Drage128_cursor.cpp57 Rage128_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
87 for (int colByte = 0; colByte < width / 8; colByte++) {
/haiku/src/add-ons/accelerants/et6x00/
H A DAcceleration.c82 uint16 src_left, src_top, dest_left, dest_top, width, height; local
102 width = list->width;
114 *((vuint16 *)(mmRegs+0x98)) = (width + 1) * bpp - 1;
126 srcAddr = (src_top * screenWidth + src_left + width) * bpp + bpp-1;
127 destAddr = (dest_top * screenWidth + dest_left + width) * bpp + bpp-1;
136 srcAddr = ((src_top + height)*screenWidth + src_left + width) * bpp + bpp-1;
137 destAddr = ((dest_top + height)*screenWidth + dest_left + width) * bpp + bpp-1;
/haiku/src/add-ons/accelerants/s3/
H A Dtrio64_cursor.cpp60 Trio64_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
88 for (int colByte = 0; colByte < width / 8; colByte++) {
H A Dvirge_cursor.cpp60 Virge_LoadCursorImage(int width, int height, uint8* andMask, uint8* xorMask) argument
88 for (int colByte = 0; colByte < width / 8; colByte++) {
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6.h42 int x, int y, int width, int height, int deltaRowSize);
43 void _StartRasterGraphics(int x, int y, int width, int height,
/haiku/src/add-ons/translators/ico/
H A DICO.h36 uint8 width; member in struct:ICO::ico_dir_entry
53 uint32 width; member in struct:ICO::ico_bitmap_header
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.h85 float width,
124 float width,
/haiku/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.cpp58 float width = ceilf(fFont.StringWidth(legend->String())); local
59 return BSize(width, fFontHeight);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp86 float width = ceilf(StringWidth(Label())); local
87 if (width > 0.0)
88 width += LABEL_DIST;
89 return width;
97 float width = LabelWidth(); local
102 labelwidth = width > labelwidth ? width : labelwidth;
149 IconOptionsControl::FrameResized(float width, float height) argument
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScroller.cpp109 Scroller::SetVisibleSize(float width, float height) argument
112 fScrollTarget->SetVisibleSize(width, height);
/haiku/src/apps/soundrecorder/
H A DSoundListView.cpp45 float width = font.StringWidth(B_TRANSLATE("Drop files here")); local
48 pt.x = (Bounds().Width() - width) / 2;
/haiku/src/tests/servers/app/resize_limits/
H A DResizeLimits.cpp37 virtual void FrameResized(float width, float height);
72 Window::FrameResized(float width, float height) argument
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.h34 virtual void FrameResized(float width, float height);
47 void _AllocBitmap(int32 width, int32 height);
/haiku/src/apps/icon-o-matic/gui/
H A DSwatchGroup.cpp119 float width = fTopSwatchViews->Frame().right local
122 fColorField->ResizeTo(width, 40);
123 fColorField->FrameResized(width, 40);
124 fColorSlider->ResizeTo(width, 11);
125 fColorSlider->FrameResized(width, 11);
126 fAlphaSlider->ResizeTo(width, 11);
127 fAlphaSlider->FrameResized(width, 11);
135 ResizeTo(width, fAlphaSlider->Frame().bottom + 4);
/haiku/headers/private/interface/
H A DBMCPrivate.h48 virtual void FrameResized(float width, float height);
51 virtual void SetMaxContentWidth(float width);
/haiku/src/servers/input/
H A DMethodMenuItem.cpp59 MethodMenuItem::GetContentSize(float *width, float *height) argument
61 *width = be_plain_font->StringWidth(Label()) + MENUITEM_ICON_SIZE + 3;
/haiku/src/apps/magnify/
H A DMagnify.h30 virtual void FrameResized(float width, float height);
33 void Resize(int32 width, int32 height);
38 void DrawGrid(int32 width, int32 height,
111 void PixelCount(int32* width, int32* height);
165 virtual void FrameResized(float width, float height);
212 virtual void FrameResized(float width, float height);
216 virtual void Zoom(BPoint position, float width, float height);
219 void GetPreferredSize(float* width, float* height);
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp15 void GetPreferredSize(float *width, float *height);
26 void GetPreferredSize(float *width, float *height) { argument
27 *width = Bounds().Width();
190 float height,width; local
191 width = view->Frame().Width();
193 view->ResizeTo(width,height);
199 Error::GetPreferredSize(float *width, float *height) argument
203 *width = view->Frame().Width() + 20;
/haiku/src/tests/kits/interface/
H A DWidthBufferTest.cpp71 float width = fWidthBuffer->StringWidth(buffer, 0, local
73 printf("string: %s, width: %f\n", buffer, width);
/haiku/src/tools/translation/inspector/
H A DInfoWindow.cpp75 InfoWindow::FrameResized(float width, float height) argument
79 rcttext.right = rcttext.left + (width - B_V_SCROLL_BAR_WIDTH);
/haiku/headers/private/drivers/
H A Dmmc.h89 void (*set_bus_width)(void* controller, int width);
90 // Set the data bus width to 1, 4 or 8 bit mode.
107 void (*set_bus_width)(device_node* controller, void* cookie, int width);
108 // Set the data bus width to 1, 4 or 8 bit mode.
/haiku/headers/os/interface/
H A DIconUtils.h47 uint32 width, uint32 height,
51 uint32 width, uint32 height,
/haiku/src/apps/haikudepot/model/
H A DScreenshotCoordinate.cpp9 static const char* kWidthKey = "width";
30 ScreenshotCoordinate::ScreenshotCoordinate(BString code, uint16 width, uint16 height) argument
33 fWidth(width),
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp171 float width = r.Width(); local
186 DrawString("0", BPoint(4.0 + width - StringWidth("0"), y));
187 DrawString("-6", BPoint(0.477 * width, y));
188 DrawString("-12", BPoint(0.227 * width, y));
194 PeakView::FrameResized(float width, float height) argument
323 PeakView::_ResizeBackBitmap(int32 width, int32 channels) argument
326 if (fBackBitmap->Bounds().IntegerWidth() + 1 == width
335 BRect bounds(0, 0, width - 1, channels - 1);
354 uint32 width = fBackBitmap->Bounds().IntegerWidth() + 1; local
356 _RenderSpan(span, width, fChannelInfo
365 _RenderSpan(uint8* span, uint32 width, float current, float peak, bool overshot) argument
[all...]

Completed in 162 milliseconds

1234567891011>>