/third_party/skia/third_party/externals/tint/src/diagnostic/ |
H A D | printer_test.cc | 42 printer->write("Black", Style{Color::kBlack, false}); in TEST_F() 56 printer->write("Black", Style{Color::kBlack, true}); in TEST_F() 70 printer->write("Black", Style{Color::kBlack, false}); in TEST_F() 84 printer->write("Black", Style{Color::kBlack, true}); in TEST_F()
|
H A D | printer.h | 30 kBlack, member in tint::diag::Color
|
H A D | printer_linux.cc | 62 case Color::kBlack: in color_code()
|
H A D | printer_windows.cc | 71 case Color::kBlack: in attributes()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | SamplerTests.cpp | 101 data[0] = data[rowPixels + 1] = RGBA8::kBlack; 152 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kBlack, mRenderPass.color, 0, 0); in TestAddressModes() 155 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kBlack, mRenderPass.color, 1, 1); in TestAddressModes()
|
H A D | TextureSubresourceTests.cpp | 162 RGBA8 topRight = RGBA8::kBlack; in TEST_P() 190 RGBA8 topRight = RGBA8::kBlack; in TEST_P()
|
H A D | CullingTests.cpp | 90 const RGBA8 kTopLeftColor = RGBA8::kBlack; in DoTest()
|
H A D | CompressedTextureFormatTests.cpp | 492 return FillExpectedData(testRegion, RGBA8::kRed, RGBA8::kBlack); in GetExpectedData() 522 return FillExpectedData(testRegion, RGBA8::kRed, RGBA8::kBlack); in GetExpectedData()
|
/third_party/skia/docs/examples/ |
H A D | Colors.cpp | 7 {SkColors::kBlack, "SkColors::kBlack"}, in REG_FIDDLE()
|
H A D | Color_Wheel.cpp | 29 {"K", 0, 0, SkColors::kBlack}, in REG_FIDDLE()
|
/third_party/skia/experimental/sktext/src/ |
H A D | Paint.cpp | 8 SkPaint foregroundPaint(SkColors::kBlack); in drawText() 14 SkPaint foregroundPaint(SkColors::kBlack); in drawText()
|
/third_party/skia/experimental/sktext/samples/ |
H A D | Text.cpp | 58 SkPaint foregroundPaint(SkColors::kBlack); in drawLine() 178 SkPaint(SkColors::kBlack), SkPaint(SkColors::kLtGray),
|
/third_party/skia/gm/ |
H A D | colorwheel.cpp | 60 canvas->drawString("K", 104.0f, 20.0f, font, SkPaint(SkColors::kBlack)); in DEF_SIMPLE_GM()
|
H A D | all_bitmap_configs.cpp | 130 SkPaint p(SkColors::kBlack); in DEF_SIMPLE_GM()
|
H A D | runtimeintrinsics.cpp | 51 SkPaint p(SkColors::kBlack); in draw_label()
|
H A D | dashing.cpp | 519 canvas->clear(SkColors::kBlack); in DEF_SIMPLE_GM()
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGRadialGradient.cpp | 44 const auto last_color = count > 0 ? colors[count - 1] : SkColors::kBlack; in onMakeShader()
|
H A D | SkSVGGradient.cpp | 61 return SkColors::kBlack; in resolveStopColor()
|
/third_party/skia/experimental/skrive/include/ |
H A D | SkRive.h | 190 ACTOR_ATTR(Color, SkColor4f, SkColors::kBlack) 292 ACTOR_ATTR(Color , SkColor4f , SkColors::kBlack)
|
/third_party/skia/include/core/ |
H A D | SkColor.h | 426 constexpr SkColor4f kBlack = {0, 0, 0, 1}; member
|
/third_party/skia/src/codec/ |
H A D | SkSwizzler.cpp | 165 constexpr uint64_t kBlack = (((uint64_t) 0) << 0) | in swizzle_bit_to_f16() local 177 dst[0] = ((currByte >> (7 - bitIndex)) & 1) ? kWhite : kBlack; in swizzle_bit_to_f16() 183 dst[x] = ((currByte >> (7 - bitIndex)) & 1) ? kWhite : kBlack; in swizzle_bit_to_f16()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
H A D | os2_table.h | 40 kBlack = 900, enumerator
|
/third_party/skia/bench/ |
H A D | PDFBench.cpp | 223 {0, 0, 400, 400}, SkColors::kBlack);
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnTest.h | 123 static const RGBA8 kBlack; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StateManager11.cpp | 433 constexpr int kBlack[4] = {}; 435 ? kBlack
|