Home
last modified time | relevance | path

Searched refs:kWhite (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dprinter_test.cc49 printer->write("White", Style{Color::kWhite, false}); in TEST_F()
63 printer->write("White", Style{Color::kWhite, true}); in TEST_F()
77 printer->write("White", Style{Color::kWhite, false}); in TEST_F()
91 printer->write("White", Style{Color::kWhite, true}); in TEST_F()
H A Dprinter.h37 kWhite, member in tint::diag::Color
H A Dprinter_linux.cc76 case Color::kWhite: in color_code()
H A Dprinter_windows.cc88 case Color::kWhite: in attributes()
/third_party/skia/tests/
H A DExtendedSkColorTypeTests.cpp106 pm.erase(SkColors::kWhite); in raster_tests()
116 srcPM.erase(SkColors::kWhite); in raster_tests()
135 srcPM.erase(SkColors::kWhite); in raster_tests()
195 nativeExpected.erase(SkColors::kWhite); in gpu_tests()
210 SkColors::kWhite, GrMipmapped::kNo, in gpu_tests()
H A DGrThreadSafeCacheTest.cpp128 this->ddlCanvas1()->clear(SkColors::kWhite); in TestHelper()
131 this->ddlCanvas2()->clear(SkColors::kWhite); in TestHelper()
133 fDst->getCanvas()->clear(SkColors::kWhite); in TestHelper()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DSamplerTests.cpp102 data[1] = data[rowPixels] = RGBA8::kWhite;
153 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kWhite, mRenderPass.color, 0, 1); in TestAddressModes()
154 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kWhite, mRenderPass.color, 1, 0); in TestAddressModes()
H A DViewportTests.cpp83 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kWhite, rp.color, checkX, checkY); in TestViewportQuad()
H A DColorStateTests.cpp955 constexpr wgpu::Color kWhite{1.0f, 1.0f, 1.0f, 1.0f}; in TEST_P()
989 pass.SetBlendConstant(&kWhite); in TEST_P()
1013 pass.SetBlendConstant(&kWhite); in TEST_P()
/third_party/skia/gm/
H A Dandroidblendmodes.cpp82 ToolUtils::draw_checkerboard(canvas, kWhite, kGrey, 32);
124 static const SkColor kWhite = SkColorSetARGB(255, 243, 243, 243); member in skiagm::AndroidBlendModesGM
H A Dall_bitmap_configs.cpp86 canvas->drawCircle(0.0f, 0.0f, SCALE * 0.5f, SkPaint(SkColors::kWhite)); in color_wheel_native()
H A Dgm.cpp43 SkPaint textPaint(SkColors::kWhite); in draw_failure_message()
/third_party/skia/docs/examples/
H A DColors.cpp11 {SkColors::kWhite, "SkColors::kWhite"}, in REG_FIDDLE()
H A DColor_Wheel.cpp11 canvas->drawCircle({0, 0}, (scale - stroke) * 0.5f, SkPaint(SkColors::kWhite)); in REG_FIDDLE()
/third_party/skia/experimental/sktext/src/
H A DPaint.cpp9 SkPaint backgroundPaint(SkColors::kWhite); in drawText()
15 SkPaint backgroundPaint(SkColors::kWhite); in drawText()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanImageTest.cpp20 constexpr GLuint kWhite = 0xffffffff; member
235 EXPECT_EQ(pixels, std::vector<GLuint>(kWidth * kHeight, kWhite)); in TEST_P()
/third_party/skia/include/core/
H A DSkColor.h430 constexpr SkColor4f kWhite = {1, 1, 1, 1}; member
/third_party/skia/src/codec/
H A DSkSwizzler.cpp161 constexpr uint64_t kWhite = (((uint64_t) SK_Half1) << 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/dawn/src/tests/
H A DDawnTest.h128 static const RGBA8 kWhite; member
H A DDawnTest.cpp112 const RGBA8 RGBA8::kWhite = RGBA8(255, 255, 255, 255); member in RGBA8
/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp625 skvm::Color inputColor = p.uniformColor(/*placeholder*/ SkColors::kWhite, &childColorUniforms); in Make()
633 skvm::Color result = p.uniformColor(/*placeholder*/ SkColors::kWhite, &childColorUniforms); in Make()
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp2050 skvm::Color inColor = builder->uniformColor(SkColors::kWhite, &uniforms);
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp7173 style0.setBackgroundColor(SkPaint(SkColors::kWhite)); in UNIX_ONLY_TEST()

Completed in 33 milliseconds