HomeSort by relevance Sort by last modified time
    Searched refs:dng_show_message (Results 1 - 2 of 2) sorted by null

  /external/dng_sdk/source/
dng_assertions.h 34 void dng_show_message (const char *s);
53 #define DNG_ASSERT(x,y) { if (!(x)) dng_show_message (y); }
dng_utils.cpp 93 void dng_show_message (const char *s) function
160 dng_show_message (buffer);

Completed in 54 milliseconds