Searched refs:height (Results 476 - 500 of 838) sorted by relevance

<<11121314151617181920>>

/haiku/src/preferences/input/
H A DInputTouchpadPrefView.h55 virtual void GetPreferredSize(float* width, float* height);
/haiku/src/add-ons/translators/raw/
H A DLibRAW.h44 uint32 height; member in struct:image_data_info
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.h67 int32 height);
/haiku/src/add-ons/translators/sgi/
H A DSGIImage.h96 uint16 width, uint16 height,
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa_private.h58 uint32 height, int8 depth, uint32 bytesPerRow, bool initializing);
/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.h35 uint16 height; member in struct:overlay_frame
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp109 float height = fFormatMF->Bounds().Height() + 8.0; local
112 // move up them up the height of the menu field
114 if (poseview) poseview->ResizeBy(0, -height);
116 if (countvw) countvw->MoveBy(0, -height);
117 textview->MoveBy(0, -height);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.h39 virtual void FrameResized(float width, float height);
/haiku/src/apps/glteapot/
H A DObjectView.h68 virtual void FrameResized(float width, float height);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h32 virtual void FrameResized(float width, float height);
/haiku/src/preferences/screen/
H A DScreenWindow.cpp136 mode.width, mode.height);
195 // we need the "Current Workspace" first to get its height
324 if (mode.width == previousWidth && mode.height == previousHeight)
328 previousHeight = mode.height;
331 if (maxHeight < mode.height)
332 maxHeight = mode.height;
358 if (mode.width == previousWidth && mode.height == previousHeight)
362 previousHeight = mode.height;
366 message->AddInt32("height", mode.height);
[all...]
/haiku/headers/libs/agg/
H A Dagg_renderer_mclip.h57 unsigned height() const { return m_ren.height(); } function in class:agg::renderer_mclip
110 if(cb.clip(rect_i(0, 0, width() - 1, height() - 1)))
/haiku/src/add-ons/accelerants/3dfx/
H A Daccelerant.h88 status_t SetCursorShape(uint16 width, uint16 height, uint16 hot_x, uint16 hot_y,
117 uint16 height);
153 bool TDFX_LoadCursorImage(int width, int height, uint8* and_mask,
/haiku/src/apps/icon-o-matic/generic/gui/
H A DSwatchView.cpp31 rgb_color color, float width, float height)
33 BView(BRect(0.0, 0.0, width, height), name, B_FOLLOW_NONE, B_WILL_DRAW),
42 fHeight(height)
30 SwatchView(const char* name, BMessage* message, BHandler* target, rgb_color color, float width, float height) argument
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp199 float height = floor((width + 1) * fAspectRatio) - 1; local
200 *minHeight = height;
201 *maxHeight = height;
202 *preferredHeight = height;
237 float height = fSum - (width + 1) - 1; local
238 *minHeight = height;
239 *maxHeight = height;
240 *preferredHeight = height;
275 float height = floor(fProduct / (width + 1)) - 1; local
276 *minHeight = height;
[all...]
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp83 float height = view->Bounds().Height(); local
84 float zoom = (height / 1024.0) * 0.65;
101 centerY = height / 2.0;
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h202 int32 width, height; member in struct:ChartWindow::setting
319 void CheckBitmap(color_space depth, int32 width, int32 height);
322 void SetBitmapClipping(int32 width, int32 height);
/haiku/src/add-ons/accelerants/via/engine/
H A Dinfo.c258 uint16 height = ((DACR(FP_VDISPEND) & 0x0000ffff) + 1); local
259 if ((width >= 640) && (height >= 480))
264 si->ps.p1_timing.v_display = height;
271 uint16 height = ((DAC2R(FP_VDISPEND) & 0x0000ffff) + 1); local
272 if ((width >= 640) && (height >= 480))
277 si->ps.p2_timing.v_display = height;
285 uint16 height = ((DACR(FP_VDISPEND) & 0x0000ffff) + 1); local
286 if ((width >= 640) && (height >= 480))
291 si->ps.p1_timing.v_display = height;
299 uint16 height local
[all...]
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNoScale.h43 || top - offset.y >= (int32)bitmap.height()
44 || bottom - offset.y >= (int32)bitmap.height()) {
50 bitmap.width(), bitmap.height(), offset.x, offset.y);
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp93 float height = r.Height(); local
99 BPoint(r.left, r.top + (height / lineCount) * i));
101 BPoint(r.right, r.bottom - (height / lineCount) * i));
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderSaver.cpp230 SpiderSaver::_AllocBackBitmap(float width, float height) argument
233 if (width <= 0.0 || height <= 0.0)
236 BRect b(0.0, 0.0, width, height);
/haiku/src/add-ons/accelerants/radeon/
H A DCursor.c34 status_t SET_CURSOR_SHAPE( uint16 width, uint16 height, uint16 hot_x, uint16 hot_y, argument
41 /* NOTE: Currently, for BeOS, cursor width and height must be equal to 16. */
42 /* if( width != 16 || height != 16 )
45 if( hot_x >= width || hot_y >= height )
55 if( row < height && col_byte < (width + 7) / 8 ) {
/haiku/headers/private/shared/
H A DCalendarView.h46 virtual void FrameResized(float width, float height);
77 virtual void GetPreferredSize(float* width, float* height);
149 void _GetPreferredSize(float* width, float* height);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPParameterVisitor.cpp207 stp_dimension_t height; local
208 stp_get_media_size(fVariables, &width, &height);
209 BSize pageSize(width, height);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp112 float* height) {
117 *height = 0;
126 *height += r.Height() + 1.0;
110 GetPreferredSize( float* width, float* height) argument

Completed in 419 milliseconds

<<11121314151617181920>>