Searched defs:SK_ColorBLACK (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/skia/gm/ |
H A D | path_stroke_with_zero_length.cpp | 181 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 D | imageblur.cpp | 42 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 D | imagemagnifier.cpp | 48 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 D | SkColor.h | 103 constexpr SkColor SK_ColorBLACK = SkColorSetARGB(0xFF, 0x00, 0x00, 0x00); variable
|