Searched refs:isPremul (Results 1 – 2 of 2) sorted by relevance
222 static void SetPaint(const SkPaint&, bool isPremul = true,224 static void SetPaintAlpha(const SkPaint& paint, bool isPremul = true) {225 SetPaint(paint, isPremul, true);
57 void SkGL::SetPaint(const SkPaint& paint, bool isPremul, bool justAlpha) { in SetPaint() argument75 if (!isPremul) { in SetPaint()