Searched refs:width (Results 76 - 100 of 1334) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/kits/interface/balert/
H A DAlertTest.cpp44 float width; member in struct:GuiInfo
155 ASSERT_DEQUAL(fWinInfo.width, pAlert->Bounds().Width());
184 ASSERT_DEQUAL(fButtonInfo[i].width, btns[i]->Bounds().Width());
226 ASSERT_DEQUAL(fTextInfo.width, textView->Bounds().Width());
363 wi.width = 310.0f;
368 ti.width = 245.0f;
374 bi.width = 75.0f;
392 wi.width = 310.0f;
397 ti.width = 245.0f;
403 bi.width
[all...]
/haiku-fatelf/src/add-ons/translators/sgi/
H A DSGITranslator.cpp287 uint32 width = bitsHeader.bounds.IntegerWidth() + 1; local
314 status_t ret = sgiImage->SetTo(outDestination, width, height,
326 rows[0] = new(nothrow) uint8[width * channelCount * bytesPerChannel];
332 rows[i] = rows[0] + i * width;
344 for (uint32 x = 0; x < width; x++) {
352 for (uint32 x = 0; x < width; x++) {
362 for (uint32 x = 0; x < width; x++) {
372 for (uint32 x = 0; x < width; x++) {
383 for (uint32 x = 0; x < width; x++) {
394 for (uint32 x = 0; x < width;
470 uint32 width = sgiImage->Width(); local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dlogging.c90 int width = 0; /* No field width by default */ local
94 * Check if the format has a width specified. NOTE: We do
111 width = ((width * 10) + (fch - '0'));
138 if ((width == 0) || (width > 8))
139 width = 8;
141 for(loop = (width * 4); (loop != 0); loop -= 4)
194 * fixed width fiel
[all...]
/haiku-fatelf/src/system/boot/loader/
H A Dpager.cpp29 next_line(const PagerTextSource& textSource, size_t width, size_t offset, argument
47 if (bytesRead > (size_t)width)
48 bytesRead = width;
65 count_lines(const PagerTextSource& textSource, size_t width, char* buffer, argument
72 size_t bytesRead = next_line(textSource, width, offset, buffer,
86 offset_of_line(const PagerTextSource& textSource, size_t width, char* buffer, argument
96 size_t bytesRead = next_line(textSource, width, offset, buffer,
117 int32 width = console_width(); local
122 int32 lineCount = count_lines(textSource, width, lineBuffer,
129 size_t offset = offset_of_line(textSource, width, lineBuffe
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_contour.h42 void width(double w) { base_type::generator().width(w); } function in struct:agg::conv_contour
51 double width() const { return base_type::generator().width(); } function in struct:agg::conv_contour
H A Dagg_rendering_buffer.h53 row_ptr_cache(T* buf, unsigned width, unsigned height, int stride) : argument
60 attach(buf, width, height, stride);
64 void attach(T* buf, unsigned width, unsigned height, int stride) argument
67 m_width = width;
94 unsigned width() const { return m_width; } function in class:agg::row_ptr_cache
124 unsigned w = width();
135 unsigned w = width();
/haiku-fatelf/src/add-ons/accelerants/3dfx/
H A Dcursor.cpp13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, argument
16 // NOTE: Currently, for BeOS, cursor width and height must be equal to 16.
18 if ((width != 16) || (height != 16)) {
20 } else if ((hot_x >= width) || (hot_y >= height)) {
29 if ( ! TDFX_LoadCursorImage(width, height, andMask, xorMask))
H A D3dfx_overlay.cpp55 if (window->width > buffer->width)
79 int32 dudx = (buffer->width << 20) / window->width;
85 int32 x2 = x1 + window->width - 1;
96 | (buffer->width << 20));
100 // Add width of overlay buffer to stride.
102 stride |= (buffer->width << 1) << 16;
/haiku-fatelf/src/add-ons/accelerants/ati/
H A Dcursor.cpp13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, argument
16 // NOTE: Currently, for BeOS, cursor width and height must be equal to 16.
18 if ((width != 16) || (height != 16)) {
20 } else if ((hot_x >= width) || (hot_y >= height)) {
29 if ( ! gInfo.LoadCursorImage(width, height, andMask, xorMask))
/haiku-fatelf/src/add-ons/accelerants/s3/
H A Dcursor.cpp13 SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, argument
16 // NOTE: Currently, for BeOS, cursor width and height must be equal to 16.
18 if ((width != 16) || (height != 16)) {
20 } else if ((hot_x >= width) || (hot_y >= height)) {
29 if ( ! gInfo.LoadCursorImage(width, height, andMask, xorMask))
/haiku-fatelf/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.h19 virtual void GetPreferredSize(float *width, float *height);
/haiku-fatelf/src/add-ons/translators/ppm/
H A Dcolorspace.h28 /* Given a specific number of pixels in width in the color space space */
30 int calc_rowbytes(color_space space, int width);
/haiku-fatelf/src/apps/bootmanager/
H A DUninstallPage.h24 virtual void FrameResized(float width, float height);
/haiku-fatelf/src/apps/cortex/TipManager/
H A DTipWindow.cpp83 float width, height; local
84 m_tipView->GetPreferredSize(&width, &height);
85 m_tipView->ResizeTo(width, height);
86 ResizeTo(width, height);
/haiku-fatelf/src/apps/debugger/user_interface/gui/util/
H A DTargetAddressTableColumn.h15 const char* title, float width,
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.h20 float width = 24.0,
/haiku-fatelf/src/apps/resedit/
H A DPreviewColumn.h16 PreviewColumn(const char *title, float width,
/haiku-fatelf/src/libs/glut/
H A Dbeos_x11.h12 * value (x, y, width, height) was found in the parsed string.
31 unsigned int* width, unsigned int* height);
H A Dglutbitmap.h16 const GLsizei width; member in struct:__anon4784
/haiku-fatelf/src/libs/ncurses/menu/
H A Dm_scale.c66 *cols = menu->width;
/haiku-fatelf/src/libs/print/libgutenprint/src/foomatic/
H A Dpaper_sizes.c38 printf("%s %d %d\n", p->name, p->width, p->height);
/haiku-fatelf/src/servers/app/
H A DScreen.h35 status_t SetMode(uint16 width, uint16 height,
39 status_t SetBestMode(uint16 width, uint16 height,
44 void GetMode(uint16 &width, uint16 &height,
59 uint32 count, uint16 width, uint16 height,
/haiku-fatelf/src/tests/kits/interface/menu/menuworld/
H A DBitmapMenuItem.cpp64 void BitmapMenuItem::GetContentSize(float* width, float* height) argument
66 GetBitmapSize(width, height);
74 void BitmapMenuItem::GetBitmapSize(float* width, float* height) argument
77 *width = r.Width() + 4; // 2-pixel boundary on either side
/haiku-fatelf/src/tools/translation/inspector/
H A DInfoWindow.h43 void FrameResized(float width, float height);
/haiku-fatelf/src/apps/stylededit/
H A DStatusView.cpp94 *_width = fPreferredSize.width;
104 float width, height; local
105 GetPreferredSize(&width, &height);
107 if (Bounds().Width() > width)
108 width = Bounds().Width();
110 BView::ResizeTo(width, height);
117 if (fPreferredSize.width <= 0)
235 float orgWidth = fPreferredSize.width;
236 // width
237 fPreferredSize.width
243 float width = ceilf(StringWidth(fCellText[i])); local
[all...]

Completed in 168 milliseconds

1234567891011>>