Searched defs:SK_ALWAYS_INLINE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPostConfig.h338 * 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 macro
346 # define SK_ALWAYS_INLINE SK_ATTRIBUTE(always_inline) inline macro
/external/skia/include/core/
H A DSkPostConfig.h338 * 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 macro
346 # define SK_ALWAYS_INLINE SK_ATTRIBUTE(always_inline) inline macro

Completed in 759 milliseconds