Searched defs:width (Results 1 - 25 of 625) sorted by path

1234567891011>>

/haiku/headers/build/
H A DHaikuBuildCompatibility.h188 float width; member in struct:__anon1
/haiku/headers/cpp/
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/glibc/
H A Dprintf.h36 int width; /* Width. */ member in struct:printf_info
/haiku/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_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.h119 void width(double w) function in class:agg::gsv_text_outline
H A Dagg_math_stroke.h78 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
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.h199 AGG_INLINE unsigned width() const { return m_rbuf->width(); } function in class:agg::pixfmt_alpha_blend_gray
H A Dagg_pixfmt_rgb.h260 AGG_INLINE unsigned width() const { return m_rbuf->width(); } function in class:agg::pixfmt_alpha_blend_rgb
H A Dagg_pixfmt_rgb_packed.h854 AGG_INLINE unsigned width() const { return m_rbuf->width(); } function in class:agg::pixfmt_alpha_blend_rgb_packed
H A Dagg_pixfmt_rgba.h1796 AGG_INLINE unsigned width() const { return m_rbuf->width(); } function in class:agg::pixfmt_alpha_blend_rgba
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
H A Dagg_renderer_base.h54 unsigned width() const { return m_ren->width(); } function in class:agg::renderer_base
[all...]
H A Dagg_renderer_mclip.h56 unsigned width() const { return m_ren.width(); } function in class:agg::renderer_mclip
H A Dagg_renderer_outline_aa.h544 int width() const { return m_width; } function in class:agg::line_interpolator_aa_base
H A Dagg_renderer_outline_image.h41 double width() const { return m_source.width(); } function in class:agg::line_image_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
64 void attach(T* buf, unsigned width, unsigned height, int stride) argument
94 unsigned width() const { return m_width; } function in class:agg::row_ptr_cache
H A Dagg_rendering_buffer_dynarow.h62 rendering_buffer_dynarow(unsigned width, unsigned height, argument
74 void init(unsigned width, unsigned height, unsigned byte_width) argument
92 unsigned width() const { return m_width; } function in class:agg::rendering_buffer_dynarow
H A Dagg_vcgen_contour.h54 void width(double w) { m_stroker.width(m_width = w); } function in class:agg::vcgen_contour
60 double width() const { return m_width; } function in class:agg::vcgen_contour
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/headers/libs/agg/util/
H A Dagg_color_conv.h39 unsigned width = src->width(); local
58 color_conv_row(unsigned char* dst, const unsigned char* src, unsigned width, CopyRow copy_row_functor) argument
[all...]
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h174 float width; member in struct:__anon13
220 uint16 width; /* 0 to N, where zero means */ member in struct:__anon18
[all...]
/haiku/headers/os/interface/
H A DTwoDimensionalLayout.h55 int32 width; member in struct:BTwoDimensionalLayout::Dimensions

Completed in 130 milliseconds

1234567891011>>