HomeSort by relevance Sort by last modified time
    Searched refs:SK_DECLARE_STATIC_LAZY_FN_PTR (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkLazyFnPtr.h 20 * SK_DECLARE_STATIC_LAZY_FN_PTR(FooImpl, foo, choose_foo);
24 * You can think of SK_DECLARE_STATIC_LAZY_FN_PTR as a cheaper specialization of SkOnce.
29 #define SK_DECLARE_STATIC_LAZY_FN_PTR(F, name, Choose) static Private::SkLazyFnPtr<F, Choose> name
SkUtils.cpp 138 SK_DECLARE_STATIC_LAZY_FN_PTR(SkMemset16Proc, proc, choose_memset16);
143 SK_DECLARE_STATIC_LAZY_FN_PTR(SkMemset32Proc, proc, choose_memset32);
148 SK_DECLARE_STATIC_LAZY_FN_PTR(SkMemcpy32Proc, proc, choose_memcpy32);
  /external/skia/src/core/
SkLazyFnPtr.h 20 * SK_DECLARE_STATIC_LAZY_FN_PTR(FooImpl, foo, choose_foo);
24 * You can think of SK_DECLARE_STATIC_LAZY_FN_PTR as a cheaper specialization of SkOnce.
29 #define SK_DECLARE_STATIC_LAZY_FN_PTR(F, name, Choose) static Private::SkLazyFnPtr<F, Choose> name
SkUtils.cpp 138 SK_DECLARE_STATIC_LAZY_FN_PTR(SkMemset16Proc, proc, choose_memset16);
143 SK_DECLARE_STATIC_LAZY_FN_PTR(SkMemset32Proc, proc, choose_memset32);
148 SK_DECLARE_STATIC_LAZY_FN_PTR(SkMemcpy32Proc, proc, choose_memcpy32);

Completed in 464 milliseconds