Home
last modified time | relevance | path

Searched refs:SK_SEQ_IGNORE_SECOND_I (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/sfnt/
DSkPreprocessorSeq.h28 #define SK_SEQ_IGNORE_SECOND(x) SK_SEQ_IGNORE_SECOND_I(x) // expand x
29 #define SK_SEQ_IGNORE_SECOND_I(x, _) x
36 #define SK_SEQ_HEAD_II(x) SK_SEQ_IGNORE_SECOND_I x
37 #define SK_SEQ_IGNORE_SECOND_I(x, _) x macro