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

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

Completed in 98 milliseconds