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

  /external/chromium_org/third_party/skia/include/core/
SkPreConfig.h 220 * Use SK_PURE_FUNC as an attribute to indicate that a function's
225 * void function(int params) SK_PURE_FUNC;
228 # define SK_PURE_FUNC __attribute__((pure))
230 # define SK_PURE_FUNC /* nothing */
  /external/skia/include/core/
SkPreConfig.h 220 * Use SK_PURE_FUNC as an attribute to indicate that a function's
225 * void function(int params) SK_PURE_FUNC;
228 # define SK_PURE_FUNC __attribute__((pure))
230 # define SK_PURE_FUNC /* nothing */

Completed in 184 milliseconds