Searched defs:SkToBool (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h261 #define SkToBool(cond) ((cond) != 0) macro
340 /** Faster than SkToBool for integral conditions. Returns 0 or 1
/external/skia/include/core/
H A DSkTypes.h261 #define SkToBool(cond) ((cond) != 0) macro
334 /** Faster than SkToBool for integral conditions. Returns 0 or 1

Completed in 194 milliseconds