Searched refs:generate (Results 1 - 22 of 22) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_span_converter.h43 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_converter
45 m_span_gen->generate(span, x, y, len);
46 m_span_cnv->generate(span, x, y, len);
H A Dagg_span_solid.h41 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_solid
H A Dagg_conv_adaptor_vcgen.h44 generate enumerator in enum:agg::conv_adaptor_vcgen::status
139 m_status = generate;
141 case generate:
H A Dagg_span_pattern_gray.h67 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_pattern_gray
H A Dagg_span_pattern_rgb.h68 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_pattern_rgb
H A Dagg_span_pattern_rgba.h67 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_pattern_rgba
H A Dagg_span_gradient_alpha.h74 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_gradient_alpha
H A Dagg_span_image_filter_gray.h60 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_gray_nn
107 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_gray_bilinear
183 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_gray_bilinear_clip
358 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_gray_2x2
456 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_gray
558 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_resample_gray_affine
661 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_resample_gray
H A Dagg_span_image_filter_rgb.h61 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_rgb_nn
113 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_rgb_bilinear
211 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_rgb_bilinear_clip
443 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_rgb_2x2
559 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_rgb
677 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_resample_rgb_affine
793 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_resample_rgb
H A Dagg_span_image_filter_rgba.h61 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_rgba_nn
113 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_rgba_bilinear
218 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_rgba_bilinear_clip
454 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_rgba_2x2
576 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_filter_rgba
697 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_resample_rgba_affine
817 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_image_resample_rgba
H A Dagg_span_gouraud_gray.h121 void generate(color_type* span, int x, int y, unsigned len)
H A Dagg_span_gouraud_rgba.h133 void generate(color_type* span, int x, int y, unsigned len)
H A Dagg_renderer_scanline.h168 span_gen.generate(colors, x, y, len);
361 span_gen.generate(colors, x, y, len);
H A Dagg_span_gradient.h89 void generate(color_type* span, int x, int y, unsigned len) function in class:agg::span_gradient
/haiku/src/bin/
H A Dleak_analyser.sh14 To generate such a file run a program with the following
34 able to generate such allocations.
/haiku/headers/cpp/
H A Dalgo.h52 using __STD::generate;
H A Dstl_algo.h501 // generate and generate_n
504 void generate(_ForwardIter __first, _ForwardIter __last, _Generator __gen) { function
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_internal.h97 int (*generate)(DST_KEY *key, int parms); member in struct:dst_func
H A Ddst_api.c28 * int dst_generate_key() Function to generate new KEY
981 if (new_key->dk_func == NULL || new_key->dk_func->generate == NULL) {
985 if (new_key->dk_func->generate(new_key, exp) <= 0) {
H A Dhmac_link.c61 * UPDATE (hash (more) data), FINAL (generate a signature). This
132 * FINAL (generate a signature). This routine performs one or more of
461 dst_t_func[KEY_HMAC_MD5]->generate = dst_hmac_md5_generate_key;
/haiku/src/libs/icon/
H A DIconRenderer.cpp317 gradientGenerator.generate(span, x, y, len);
331 gradientGenerator.generate(span, x, y, len);
367 // generate the requested span
368 spanGenerator.generate(span, x, y, len);
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php45 // generate and use (plain text) passwords

Completed in 185 milliseconds