Home
last modified time | relevance | path

Searched defs:SK_ColorBLACK (Results 1 – 9 of 9) 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.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
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/skqp/gm/
Dimageblur.cpp34 DEF_SIMPLE_GM_BG(imageblur, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
37 DEF_SIMPLE_GM_BG(imageblur_large, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
Dpath_stroke_with_zero_length.cpp173 DEF_SIMPLE_GM_BG(zero_length_paths_aa, canvas, kTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
177 DEF_SIMPLE_GM_BG(zero_length_paths_bw, canvas, kTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
244 SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
249 SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
Dimagemagnifier.cpp19 DEF_SIMPLE_GM_BG(imagemagnifier, canvas, WIDTH, HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
67 DEF_SIMPLE_GM_BG(imagemagnifier_cropped, canvas, WIDTH_HEIGHT, WIDTH_HEIGHT, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
Dshapes_as_paths.cpp198 DEF_SIMPLE_GM_BG(rects_as_paths, canvas, kTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
212 DEF_SIMPLE_GM_BG(ovals_as_paths, canvas, kTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
226 DEF_SIMPLE_GM_BG(arcs_as_paths, canvas, kTotalWidth, kTotalHeight, SK_ColorBLACK) { in DEF_SIMPLE_GM_BG() argument
/external/skqp/include/core/
DSkColor.h109 constexpr SkColor SK_ColorBLACK = SkColorSetARGB(0xFF, 0x00, 0x00, 0x00); variable
/external/skia/include/core/
DSkColor.h99 constexpr SkColor SK_ColorBLACK = SkColorSetARGB(0xFF, 0x00, 0x00, 0x00); variable