diff options
Diffstat (limited to 'gm/xfermodes2.cpp')
-rw-r--r-- | gm/xfermodes2.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gm/xfermodes2.cpp b/gm/xfermodes2.cpp index 2ceb2fc650..ab57dcf703 100644 --- a/gm/xfermodes2.cpp +++ b/gm/xfermodes2.cpp @@ -34,7 +34,7 @@ protected: SkPaint labelP; labelP.setAntiAlias(true); - sk_tool_utils::set_portable_typeface(&labelP); + sk_tool_utils::set_portable_typeface_always(&labelP); labelP.setTextAlign(SkPaint::kCenter_Align); const int W = 6; @@ -88,10 +88,10 @@ protected: private: void onOnceBeforeDraw() override { static const uint32_t kCheckData[] = { - SkPackARGB32(0xFF, 0x40, 0x40, 0x40), - SkPackARGB32(0xFF, 0xD0, 0xD0, 0xD0), - SkPackARGB32(0xFF, 0xD0, 0xD0, 0xD0), - SkPackARGB32(0xFF, 0x40, 0x40, 0x40) + SkPackARGB32(0xFF, 0x42, 0x41, 0x42), + SkPackARGB32(0xFF, 0xD6, 0xD3, 0xD6), + SkPackARGB32(0xFF, 0xD6, 0xD3, 0xD6), + SkPackARGB32(0xFF, 0x42, 0x41, 0x42) }; SkBitmap bg; bg.allocN32Pixels(2, 2, true); |