Home
last modified time | relevance | path

Searched refs:twoColor (Results 1 – 2 of 2) sorted by relevance

/external/skia/docs/examples/
Dpathops.cpp28 const unsigned twoColor = 0x807F1f1f; in draw() local
29 SkColor blendColor = blend(oneColor, twoColor); in draw()
31 makePaint(&fTwoPaint, twoColor); in draw()
35 makePaint(&fOpPaint[kReverseDifference_SkPathOp], twoColor); in draw()
/external/skia/gm/
Dpathopsinverse.cpp31 const unsigned twoColor = 0x807F1f1f; in onOnceBeforeDraw() local
32 SkColor blendColor = blend(oneColor, twoColor); in onOnceBeforeDraw()
34 makePaint(&fTwoPaint, twoColor); in onOnceBeforeDraw()
38 makePaint(&fOpPaint[kReverseDifference_SkPathOp], twoColor); in onOnceBeforeDraw()