Searched refs:width (Results 151 - 175 of 1334) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.h25 virtual void FrameResized(float width, float height);
36 void SetLabelWidth(float width);
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.cpp18 float width,
20 : SwatchView(name, message, target, color, width, height)
14 SwatchValueView(const char* name, BMessage* message, BHandler* target, rgb_color color, float width, float height) argument
H A DTextInputValueView.h31 virtual void FrameResized(float width, float height);
/haiku-fatelf/src/bin/
H A Dwatch.c43 static int height = 24, width = 80; variable
88 width = w.ws_col;
196 resizeterm(height, width);
205 // right justify time, clipping all to fit window width
207 interval, min(width - 1, command_length), command);
209 if (strlen(header) > (size_t) (width - tsl - 1))
210 mvaddstr(0, width - tsl - 4, "... ");
211 mvaddstr(0, width - tsl + 1, ts);
222 for (x = 0; x < width; x++) {
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DImageIntrinsics.java42 int width = -1; field in class:ImageIntrinsics
74 width = image.getWidth(this);
76 while (!imageFailed && (width == -1 || depth == -1)) {
82 width = image.getWidth(this);
140 if (width >= 0) {
141 return width;
168 width = corners[2] - corners[0];
173 int x, int y, int width, int height) {
179 // I really only care about the width and height, but if I return false as
172 imageUpdate(Image img, int infoflags, int x, int y, int width, int height) argument
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Ddither-impl.h139 int src_width; /* Input width */
140 int dst_width; /* Output width */
200 #define ADVANCE_UNIDIRECTIONAL(d, bit, input, width, xerror, xstep, xmod) \
216 input += (width); \
221 #define ADVANCE_REVERSE(d, bit, input, width, xerror, xstep, xmod) \
238 input -= (width); \
243 #define ADVANCE_BIDIRECTIONAL(d,bit,in,dir,width,xer,xstep,xmod,err,S) \
248 for (ii = 0; ii < width; ii++) \
252 ADVANCE_UNIDIRECTIONAL(d, bit, in, width, xer, xstep, xmod); \
254 ADVANCE_REVERSE(d, bit, in, width, xe
[all...]
/haiku-fatelf/src/preferences/screen/
H A DMonitorView.h29 void SetResolution(int32 width, int32 height);
30 void SetMaxResolution(int32 width, int32 height);
/haiku-fatelf/src/servers/app/drawing/
H A DMallocBuffer.cpp9 // the hardcoded width * 4 (because that's how it's used now anyways)
13 MallocBuffer::MallocBuffer(uint32 width, argument
16 fWidth(width),
/haiku-fatelf/src/apps/terminal/
H A DBasicTerminalBuffer.cpp31 #define ALLOC_LINE_ON_STACK(width) \
33 + sizeof(TerminalCell) * ((width) - 1)))
128 BasicTerminalBuffer::Init(int32 width, int32 height, int32 historySize) argument
132 fWidth = width;
148 fScreen = _AllocateLines(width, height);
157 error = fHistory->Init(width, historySize);
176 BasicTerminalBuffer::ResizeTo(int32 width, int32 height) argument
178 return ResizeTo(width, height, fHistory != NULL ? fHistory->Capacity() : 0);
183 BasicTerminalBuffer::ResizeTo(int32 width, int32 height, int32 historyCapacity) argument
186 || width < kMinColumnCoun
575 InsertChar(UTF8Char c, uint32 width, uint32 attributes) argument
614 FillScreen(UTF8Char c, uint32 width, uint32 attributes) argument
981 _AllocateLines(int32 width, int32 count) argument
1035 _ResizeHistory(int32 width, int32 historyCapacity) argument
1078 _ResizeSimple(int32 width, int32 height, int32 historyCapacity) argument
1160 _ResizeRewrap(int32 width, int32 height, int32 historyCapacity) argument
1353 _ResetTabStops(int32 width) argument
1533 _InsertGap(int32 width) argument
[all...]
/haiku-fatelf/src/add-ons/translators/tga/
H A DTGATranslator.cpp234 // pimagespec, Info about the image width/height etc.
314 memcpy(&imagespec.width, buf + 12, 2);
315 imagespec.width = B_LENDIAN_TO_HOST_INT16(imagespec.width);
316 if (imagespec.width == 0)
384 pimagespec->width = imagespec.width;
443 // Convert width pixels from pbits to TGA format, storing the
447 uint16 width, const color_map *pmap, int32 bitsBytesPerPixel)
453 bytescopied = width *
446 pix_bits_to_tga(uint8 *pbits, uint8 *ptga, color_space fromspace, uint16 width, const color_map *pmap, int32 bitsBytesPerPixel) argument
688 pix_bits_to_tgarle(uint8 *pbits, uint8 *ptga, color_space fromspace, uint16 width, const color_map *pmap, int32 bitsBytesPerPixel) argument
1403 pix_tganm_to_bits(uint8 *pbits, uint8 *ptga, uint16 width, uint8 depth, uint8 tgaBytesPerPixel, uint8 nalpha) argument
1738 pix_tgam_to_bits(uint8 *pbits, uint8 *ptgaindices, uint16 width, uint8 depth, uint8 *pmap) argument
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_stroke.h50 void width(double w) { base_type::generator().width(w); } function in struct:agg::conv_stroke
56 double width() const { return base_type::generator().width(); } function in struct:agg::conv_stroke
H A Dagg_vcgen_stroke.h62 void width(double w) { m_stroker.width(w); } function in class:agg::vcgen_stroke
68 double width() const { return m_stroker.width(); } function in class:agg::vcgen_stroke
/haiku-fatelf/headers/libs/print/libprint/
H A DPagesView.h16 void GetPreferredSize(float *width, float *height);
/haiku-fatelf/headers/private/binary_compatibility/
H A DInterface.h34 float width; member in struct:perform_data_get_height_for_width
/haiku-fatelf/headers/private/graphics/common/
H A Dcreate_display_modes.h26 void fill_display_mode(uint32 width, uint32 height, display_mode* mode);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DConfigView.h30 virtual void GetPreferredSize(float *width, float *height);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DImageCache.h56 int GetMask(PDF* pdf, const char* mask, int length, int width, int height, int bpc);
/haiku-fatelf/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.h31 virtual void GetPreferredSize(float* width, float* height);
/haiku-fatelf/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.h63 float width,
/haiku-fatelf/src/apps/cortex/ParameterView/
H A DParameterContainerView.h70 float width,
/haiku-fatelf/src/apps/networkstatus/
H A DWirelessNetworkMenuItem.h28 virtual void GetContentSize(float* width, float* height);
/haiku-fatelf/src/apps/processcontroller/
H A DNoiseBarMenuItem.h36 virtual void GetContentSize(float* width, float* height);
H A DThreadBarMenuItem.h32 virtual void GetContentSize(float* width, float* height);
/haiku-fatelf/src/apps/pulse/
H A DMiniPulseView.h26 void FrameResized(float width, float height);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmemattr.h55 enum mem_access_width width; member in struct:mem_attrib

Completed in 363 milliseconds

1234567891011>>