Searched refs:prepare (Results 1 - 25 of 34) sorted by last modified time

12

/haiku/src/bin/network/traceroute/
H A Dtraceroute.c288 /* For GRE, we prepare what looks like a PPTP packet */
411 void (*prepare)(struct outdata *); member in struct:outproto
1056 (*proto->prepare)(&outdata);
/haiku/headers/posix/
H A Dpthread.h195 extern int pthread_atfork(void (*prepare)(void), void (*parent)(void),
/haiku/src/servers/app/font/
H A DFontEngine.cpp298 storage.prepare();
329 storage.prepare();
375 storage.prepare();
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa.cpp45 status = sBIOSModule->prepare(state);
47 dprintf(DEVICE_NAME ": failed to prepare BIOS state: %s\n",
/haiku/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp261 status = biosModule->prepare(&state);
357 status = biosModule->prepare(&state);
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_atfork.c12 pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) argument
14 return __register_atfork(prepare, parent, child);
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp507 status = biosModule->prepare(&state);
/haiku/src/add-ons/kernel/drivers/graphics/intel_810/
H A Ddriver.cpp160 status = biosModule->prepare(&state);
/haiku/headers/libs/agg/
H A Dagg_renderer_scanline.h125 void prepare() {} function in class:agg::renderer_scanline_aa_solid
186 span_gen.prepare();
222 void prepare() { m_span_gen->prepare(); } function in class:agg::renderer_scanline_aa
325 void prepare() {} function in class:agg::renderer_scanline_bin_solid
377 span_gen.prepare();
413 void prepare() { m_span_gen->prepare(); } function in class:agg::renderer_scanline_bin
443 ren.prepare();
H A Dagg_bspline.h49 void prepare();
H A Dagg_glyph_raster_bin.h76 void prepare(glyph_rect* r, double x, double y, unsigned glyph, bool flip) function in class:agg::glyph_raster_bin
H A Dagg_renderer_raster_text.h51 m_glyph->prepare(&r, x, y, *str, flip);
115 m_glyph->prepare(&r, x, y, *str, !flip);
219 m_glyph->prepare(&r, x, y, *str, flip);
222 m_ren->prepare();
H A Dagg_scanline_boolean_algebra.h785 ren.prepare();
1056 ren.prepare();
1180 ren.prepare();
H A Dagg_scanline_storage_aa.h282 void prepare() function in class:agg::scanline_storage_aa
H A Dagg_scanline_storage_bin.h138 void prepare() function in class:agg::scanline_storage_bin
H A Dagg_span_converter.h36 void prepare() function in class:agg::span_converter
38 m_span_gen->prepare();
39 m_span_cnv->prepare();
H A Dagg_span_gouraud_gray.h104 void prepare() function in class:agg::span_gouraud_gray
H A Dagg_span_gouraud_rgba.h116 void prepare() function in class:agg::span_gouraud_rgba
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp418 storage.prepare();
459 storage.prepare();
1032 m_scanlines_bin.prepare(); // Remove all
1070 m_scanlines_aa.prepare(); // Remove all
/haiku/src/system/libroot/posix/unistd/
H A Dfork.c107 __register_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) argument
119 if (prepare)
120 status = add_fork_hook(&sPrepareHooks, NULL, prepare);
/haiku/src/servers/app/drawing/Painter/
H A Dagg_scanline_storage_subpix.h146 void prepare() function in class:agg::scanline_storage_subpix
H A Dagg_renderer_scanline_subpix.h71 void prepare() {} function in class:agg::renderer_scanline_subpix_solid
/haiku/src/libs/posix_error_mapper/
H A Dpthread_misc.cpp12 (void (*prepare)(void), void (*parent)(void), void (*child)(void)),
13 return B_TO_POSITIVE_ERROR(sReal_pthread_atfork(prepare, parent, child));
/haiku/src/libs/agg/src/
H A Dagg_bspline.cpp85 void bspline::prepare() function in class:agg::bspline
161 prepare();
H A Dagg_vcgen_bspline.cpp114 m_spline_x.prepare();
115 m_spline_y.prepare();

Completed in 420 milliseconds

12