Home | History | Annotate | Download | only in core

Lines Matching refs:SkSetFourByteTag

273 #define PICT_READER_TAG     SkSetFourByteTag('r', 'e', 'a', 'd')
274 #define PICT_FACTORY_TAG SkSetFourByteTag('f', 'a', 'c', 't')
275 #define PICT_TYPEFACE_TAG SkSetFourByteTag('t', 'p', 'f', 'c')
276 #define PICT_PICTURE_TAG SkSetFourByteTag('p', 'c', 't', 'r')
277 #define PICT_ARRAYS_TAG SkSetFourByteTag('a', 'r', 'a', 'y')
279 #define PICT_BITMAP_TAG SkSetFourByteTag('b', 't', 'm', 'p')
280 #define PICT_MATRIX_TAG SkSetFourByteTag('m', 't', 'r', 'x')
281 #define PICT_PAINT_TAG SkSetFourByteTag('p', 'n', 't', ' ')
282 #define PICT_PATH_TAG SkSetFourByteTag('p', 't', 'h', ' ')
283 #define PICT_REGION_TAG SkSetFourByteTag('r', 'g', 'n', ' ')
284 #define PICT_SHAPE_TAG SkSetFourByteTag('s', 'h', 'p', ' ')