Searched defs:SK_ColorBLACK (Results 1 – 5 of 5) sorted by relevance
/external/skia/gm/ |
D | imageblur.cpp | 36 DEF_SIMPLE_GM_BG(imageblur, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument 39 DEF_SIMPLE_GM_BG(imageblur_large, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
|
D | imagemagnifier.cpp | 19 DEF_SIMPLE_GM_BG(imagemagnifier, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument 69 DEF_SIMPLE_GM_BG(imagemagnifier_cropped, canvas, WIDTH_HEIGHT, WIDTH_HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
|
D | glyph_pos_align.cpp | 22 DEF_SIMPLE_GM_BG(glyph_pos_align, canvas, kWidth, kHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
|
D | gamut.cpp | 204 DEF_SIMPLE_GM_BG(gamut, canvas, gTestWidth, gTestHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
|
/external/skia/include/core/ |
D | SkColor.h | 81 #define SK_ColorBLACK 0xFF000000 //!< black SkColor value macro
|