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

  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 204 #define SkToBool(cond) ((cond) != 0)
273 /** Faster than SkToBool for integral conditions. Returns 0 or 1
  /external/skia/include/core/
SkTypes.h 204 #define SkToBool(cond) ((cond) != 0)
273 /** Faster than SkToBool for integral conditions. Returns 0 or 1

Completed in 89 milliseconds