Searched refs:DRAW_NAME (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/animator/ |
D | SkDisplayType.cpp | 389 #define DRAW_NAME(_name, _type) {_name, _type, true, false } macro 393 #define DRAW_NAME(_name, _type) {_name, _type } macro 421 DRAW_NAME("bitmap", SkType_Bitmap), 424 DRAW_NAME("bitmapShader", SkType_BitmapShader), 425 DRAW_NAME("blur", SkType_Blur), 431 DRAW_NAME("clip", SkType_Clip), 433 DRAW_NAME("color", SkType_Color), 443 DRAW_NAME("emboss", SkType_Emboss), 469 DRAW_NAME("matrix", SkType_Matrix), 477 DRAW_NAME("paint", SkType_Paint), [all …]
|