Searched refs:width (Results 1 - 25 of 1007) sorted by path

1234567891011>>

/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css59 * available width, as they're usually is larger type. Sections must not
280 border-top-width: 2px;
281 border-left-width: 3px;
282 border-right-width: 3px;
283 border-bottom-width: 4px;
609 width: 25%;
/haiku/headers/build/
H A DHaikuBuildCompatibility.h188 float width; member in struct:__anon1
/haiku/headers/cpp/
H A Dropeimpl.h908 size_t __w = __o.width();
920 if (!__is_simple) __o.width(__w/__rope_len);
930 __o.width(__w);
932 __STL_UNWIND(if (!__is_simple) __o.width(__w))
H A Dstream.h53 char* chr(char ch, int width = 0);
54 char* str(const char* s, int width = 0);
H A Dstreambuf.h202 int width() const { return _width; } function in class:ios
203 int width(int val) { int save = _width; _width = val; return save; } function in class:ios
/haiku/headers/cpp/std/
H A Dbastring.cc435 int w = is.width (0);
/haiku/headers/glibc/
H A Dprintf.h36 int width; /* Width. */ member in struct:printf_info
89 `struct printf_info' describing the format spec being parsed. A width
91 width/precision will come from an arg. The function should fill in the
/haiku/headers/libs/agg/
H A Dagg_alpha_mask_u8.h72 x < (int)m_rbuf->width() &&
85 x < (int)m_rbuf->width() &&
100 int xmax = m_rbuf->width() - 1;
150 int xmax = m_rbuf->width() - 1;
202 int xmax = m_rbuf->width() - 1;
251 int xmax = m_rbuf->width() - 1;
H A Dagg_blur.h110 unsigned w = img.width();
369 unsigned w = img.width();
549 unsigned w = img.width();
807 unsigned w = img.width();
1077 if(img.width() < 3) return;
1107 int w = img.width();
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_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_glyph_raster_bin.h58 double width(const CharT* str) const function in class:agg::glyph_raster_bin
H A Dagg_gsv_text.h51 void size(double height, double width=0.0);
119 void width(double w) function in class:agg::gsv_text_outline
121 m_polyline.width(w);
H A Dagg_math_stroke.h72 void width(double w);
78 double width() const { return m_width * 2.0; } function in class:agg::math_stroke
136 template<class VC> void math_stroke<VC>::width(double w) function in class:agg::math_stroke
441 // At outer joins this distance always less than stroke width,
444 // width and this value is small (no visible bevel) we can switch
H A Dagg_pixfmt_amask_adaptor.h77 unsigned width() const { return m_pixf->width(); } function in class:agg::pixfmt_amask_adaptor
H A Dagg_pixfmt_gray.h186 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
199 AGG_INLINE unsigned width() const { return m_rbuf->width(); } function in class:agg::pixfmt_alpha_blend_gray
H A Dagg_pixfmt_rgb.h244 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
260 AGG_INLINE unsigned width() const { return m_rbuf->width(); } function in class:agg::pixfmt_alpha_blend_rgb
H A Dagg_pixfmt_rgb_packed.h839 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
854 AGG_INLINE unsigned width() const { return m_rbuf->width(); } function in class:agg::pixfmt_alpha_blend_rgb_packed
H A Dagg_pixfmt_rgba.h1783 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
1796 AGG_INLINE unsigned width() const { return m_rbuf->width(); } function in class:agg::pixfmt_alpha_blend_rgba
2368 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
2381 AGG_INLINE unsigned width() const { return m_rbuf->width(); } function in class:agg::pixfmt_custom_blend_rgba
H A Dagg_pixfmt_transposer.h39 AGG_INLINE unsigned width() const { return m_pixf->height(); } function in class:agg::pixfmt_transposer
40 AGG_INLINE unsigned height() const { return m_pixf->width(); }
H A Dagg_renderer_base.h41 m_clip_box(0, 0, ren.width() - 1, ren.height() - 1)
46 m_clip_box = rect_i(0, 0, ren.width() - 1, ren.height() - 1);
54 unsigned width() const { return m_ren->width(); } function in class:agg::renderer_base
62 if(cb.clip(rect_i(0, 0, width() - 1, height() - 1)))
81 m_clip_box.x2 = width() - 1;
127 if(width())
131 m_ren->copy_hline(0, y, width(), c);
140 if(width())
144 m_ren->blend_hline(0, y, width(),
[all...]
H A Dagg_renderer_mclip.h56 unsigned width() const { return m_ren.width(); } function in class:agg::renderer_mclip
110 if(cb.clip(rect_i(0, 0, width() - 1, height() - 1)))
H A Dagg_renderer_outline_aa.h544 int width() const { return m_width; } function in class:agg::line_interpolator_aa_base
1294 width(w);
1312 void width(double w);
H A Dagg_renderer_outline_image.h41 double width() const { return m_source.width(); } function in class:agg::line_image_scale
109 m_width = uceil(src.width());
110 m_width_hr = uround(src.width() * line_subpixel_scale);
168 double width() const { return m_height; } function in class:agg::line_image_pattern
772 int width() const { return m_width; } function in class:agg::line_interpolator_image
855 double width() const { return double(subpixel_width()) / line_subpixel_scale; } function in class:agg::renderer_outline_image
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();

Completed in 203 milliseconds

1234567891011>>