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

/external/skia/include/core/
H A DSkPostConfig.h261 * you can use SK_ALWAYS_INLINE to force inlining. E.g.
263 * SK_ALWAYS_INLINE void someMethod() { ... } // should always be inlined
265 #if !defined(SK_ALWAYS_INLINE)
267 # define SK_ALWAYS_INLINE __forceinline macro
269 # define SK_ALWAYS_INLINE SK_ATTRIBUTE(always_inline) inline macro

Completed in 1791 milliseconds