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

/external/skia/include/core/
H A DSkPreConfig.h212 #if !defined(SK_API)
216 #define SK_API __declspec(dllexport) macro
218 #define SK_API __declspec(dllimport) macro
221 #define SK_API __attribute__((visibility("default"))) macro
224 #define SK_API macro
/external/skia/include/c/
H A Dsk_types.h26 #if !defined(SK_API)
30 #define SK_API __declspec(dllexport) macro
32 #define SK_API __declspec(dllimport) macro
35 #define SK_API __attribute__((visibility("default"))) macro
38 #define SK_API macro
84 SK_API sk_colortype_t sk_colortype_get_default_8888(void);

Completed in 3520 milliseconds