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

  /external/chromium_org/third_party/skia/include/core/
SkInstCnt.h 15 * SK_DECLARE_INST_COUNT at the top of its declaration for derived classes
36 #define SK_DECLARE_INST_COUNT(className) \
138 #define SK_DECLARE_INST_COUNT(className) static void AddInstChild() { INHERITED::AddInstChild(); }
143 #define SK_DECLARE_INST_COUNT_TEMPLATE(className) SK_DECLARE_INST_COUNT(className)
  /external/skia/include/core/
SkInstCnt.h 15 * SK_DECLARE_INST_COUNT at the top of its declaration for derived classes
36 #define SK_DECLARE_INST_COUNT(className) \
133 #define SK_DECLARE_INST_COUNT(className) static void AddInstChild() { INHERITED::AddInstChild(); }
138 #define SK_DECLARE_INST_COUNT_TEMPLATE(className) SK_DECLARE_INST_COUNT(className)

Completed in 132 milliseconds