Home | History | Annotate | Download | only in sfnt

Lines Matching refs:SK_CONCAT_I

11 #define SK_CONCAT(a, b) SK_CONCAT_I(a, b) // allow for macro expansion
12 #define SK_CONCAT_I(a, b) a ## b