Searched refs:kRed (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | ReadPixelsTest.cpp | 473 static const SkPMColor kRed = SkPreMultiplyColor(SK_ColorRED); in make_ringed_bitmap() local 487 scanline[x] = kRed; in make_ringed_bitmap() 494 scanline[1] = kRed; in make_ringed_bitmap() 501 scanline[width-2] = kRed; in make_ringed_bitmap() 508 scanline[1] = kRed; in make_ringed_bitmap() 515 scanline[width-2] = kRed; in make_ringed_bitmap() 522 scanline[x] = kRed; in make_ringed_bitmap()
|
/external/skia/gm/ |
D | bleed.cpp | 111 static const SkPMColor kRed = SkPreMultiplyColor(SK_ColorRED); in make_ringed_color_bitmap() local 115 kPremul_SkAlphaType, kBlue, kRed, kBlack, kWhite); in make_ringed_color_bitmap() 260 static const SkPMColor kRed = SkPreMultiplyColor(SK_ColorRED); in make_ringed_oversized_color_texture_bitmap() local 265 ctx, result, width, height, kSkia8888_GrPixelConfig, kBlue, kRed, kBlack, kWhite, kGreen); in make_ringed_oversized_color_texture_bitmap()
|