Home
last modified time | relevance | path

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

/third_party/flutter/skia/gm/
Dpath_stroke_with_zero_length.cpp182 DEF_SIMPLE_GM_BG(zero_length_paths_aa, canvas, kTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
186 DEF_SIMPLE_GM_BG(zero_length_paths_bw, canvas, kTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
253 SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
258 SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
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
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
/third_party/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
/third_party/flutter/skia/modules/skottie/src/effects/
DGradientEffect.cpp28 ADAPTER_PROPERTY(StartColor, SkColor , SK_ColorBLACK) in ADAPTER_PROPERTY() argument
/third_party/flutter/skia/include/core/
DSkColor.h99 constexpr SkColor SK_ColorBLACK = SkColorSetARGB(0xFF, 0x00, 0x00, 0x00); variable
/third_party/skia/include/core/
DSkColor.h101 constexpr SkColor SK_ColorBLACK = SkColorSetARGB(0xFF, 0x00, 0x00, 0x00); variable