Home
last modified time | relevance | path

Searched refs:kLabelColors (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/gm/
Dflippity.cpp239 static const SkColor kLabelColors[kNumLabels] = { in makeLabels() local
247 fLabels.push_back(make_text_image(context, kLabelText[i], kLabelColors[i])); in makeLabels()
/third_party/skia/gm/
Dflippity.cpp238 static const SkColor kLabelColors[kNumLabels] = { in makeLabels() local
246 fLabels.push_back(make_text_image(dContext, kLabelText[i], kLabelColors[i])); in makeLabels()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp172 static constexpr angle::ColorF kLabelColors[6] = { in MakeDebugUtilsLabel() local
182 ASSERT(colorIndex >= 0 && static_cast<size_t>(colorIndex) < ArraySize(kLabelColors)); in MakeDebugUtilsLabel()
187 kLabelColors[colorIndex].writeData(label->color); in MakeDebugUtilsLabel()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp898 static constexpr angle::ColorF kLabelColors[6] = { in MakeDebugUtilsLabel() local
908 ASSERT(colorIndex >= 0 && static_cast<size_t>(colorIndex) < ArraySize(kLabelColors)); in MakeDebugUtilsLabel()
913 kLabelColors[colorIndex].writeData(label->color); in MakeDebugUtilsLabel()