Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/gm/
H A Dpath_stroke_with_zero_length.cpp181 kTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG_CAN_FAIL() argument
186 kTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG_CAN_FAIL() argument
257 kDblContourTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG_CAN_FAIL() argument
262 kDblContourTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG_CAN_FAIL() argument
H A Dimageblur.cpp42 DEF_SIMPLE_GM_BG(imageblur, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
45 DEF_SIMPLE_GM_BG(imageblur_large, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
H A Dimagemagnifier.cpp48 DEF_SIMPLE_GM_BG(imagemagnifier, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
83 DEF_SIMPLE_GM_BG(imagemagnifier_cropped, canvas, WIDTH_HEIGHT, WIDTH_HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
/aosp_15_r20/external/skia/include/core/
H A DSkColor.h103 constexpr SkColor SK_ColorBLACK = SkColorSetARGB(0xFF, 0x00, 0x00, 0x00); variable