Searched defs:SK_REQUIRE_LOCAL_VAR (Results 1 - 1 of 1) sorted by last modified time

/external/skia/include/core/
H A DSkTypes.h166 * To prevent callers from instantiating your class without a name, use SK_REQUIRE_LOCAL_VAR
171 * #define classname(...) SK_REQUIRE_LOCAL_VAR(classname)
176 #define SK_REQUIRE_LOCAL_VAR(classname) \ macro

Completed in 135 milliseconds