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

  /external/chromium_org/third_party/skia/include/core/
SkPostConfig.h 338 * you can use SK_ALWAYS_INLINE to force inlining. E.g.
340 * SK_ALWAYS_INLINE void someMethod() { ... } // should always be inlined
342 #if !defined(SK_ALWAYS_INLINE)
344 # define SK_ALWAYS_INLINE __forceinline
346 # define SK_ALWAYS_INLINE SK_ATTRIBUTE(always_inline) inline
  /external/skia/include/core/
SkPostConfig.h 338 * you can use SK_ALWAYS_INLINE to force inlining. E.g.
340 * SK_ALWAYS_INLINE void someMethod() { ... } // should always be inlined
342 #if !defined(SK_ALWAYS_INLINE)
344 # define SK_ALWAYS_INLINE __forceinline
346 # define SK_ALWAYS_INLINE SK_ATTRIBUTE(always_inline) inline

Completed in 115 milliseconds