Searched refs:report_all (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/libs/agg/dbg_new/
H A Dagg_dbg_new.h66 watchdoggy(const char* file=0, int line=0, bool report_all=false);
71 #define AGG_WATCHDOGGY(name, report_all) \
72 agg::watchdoggy name(__FILE__, __LINE__, report_all);
/haiku/src/libs/agg/src/dbg_new/
H A Dagg_dbg_new.cpp41 bool report_all; member in struct:agg::dbg_new
121 watchdoggy::watchdoggy(const char* file, int line, bool report_all) argument
139 dbg_new_info[dbg_new_level].report_all = report_all;
377 if(dbg_new_info[dbg_new_level].report_all)
463 if(dbg_new_info[dbg_new_level].report_all)

Completed in 37 milliseconds