Home
last modified time | relevance | path

Searched defs:SK_ColorBLACK (Results 1 – 4 of 4) sorted by relevance

/external/skia/gm/
Dimageblur.cpp41 DEF_SIMPLE_GM_BG(imageblur, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
44 DEF_SIMPLE_GM_BG(imageblur_large, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
Dpath_stroke_with_zero_length.cpp195 kTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG_CAN_FAIL() argument
200 kTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG_CAN_FAIL() argument
276 kDblContourTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG_CAN_FAIL() argument
281 kDblContourTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG_CAN_FAIL() argument
Dimagemagnifier.cpp31 DEF_SIMPLE_GM_BG(imagemagnifier, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
79 DEF_SIMPLE_GM_BG(imagemagnifier_cropped, canvas, WIDTH_HEIGHT, WIDTH_HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
/external/skia/include/core/
DSkColor.h103 constexpr SkColor SK_ColorBLACK = SkColorSetARGB(0xFF, 0x00, 0x00, 0x00); variable