Searched defs:sk_throw (Results 1 - 1 of 1) sorted by relevance
/external/skia/include/core/ | ||
H A D | SkTypes.h | 74 SK_MALLOC_THROW = 0x02 //!< instructs sk_malloc to call sk_throw if the memory cannot be allocated. 157 #define sk_throw() SK_ABORT("sk_throw") macro |
Completed in 56 milliseconds