Home
last modified time | relevance | path

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

/external/skia/src/gl/
DSkGL.h222 static void SetPaint(const SkPaint&, bool isPremul = true,
224 static void SetPaintAlpha(const SkPaint& paint, bool isPremul = true) {
225 SetPaint(paint, isPremul, true);
DSkGL.cpp57 void SkGL::SetPaint(const SkPaint& paint, bool isPremul, bool justAlpha) { in SetPaint() argument
75 if (!isPremul) { in SetPaint()