Searched refs:DRAW_NAME (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/animator/ |
D | SkDisplayType.cpp | 386 #define DRAW_NAME(_name, _type) {_name, _type, true, false } macro 390 #define DRAW_NAME(_name, _type) {_name, _type } macro 418 DRAW_NAME("bitmap", SkType_Bitmap), 421 DRAW_NAME("bitmapShader", SkType_BitmapShader), 422 DRAW_NAME("blur", SkType_Blur), 428 DRAW_NAME("clip", SkType_Clip), 430 DRAW_NAME("color", SkType_Color), 440 DRAW_NAME("emboss", SkType_Emboss), 466 DRAW_NAME("matrix", SkType_Matrix), 474 DRAW_NAME("paint", SkType_Paint), [all …]
|